Ignore:
Timestamp:
Jun 14, 2010, 3:54:58 PM (15 years ago)
Author:
garnier
Message:

geant4.9.4 beta rc0

Location:
trunk/examples/advanced/underground_physics
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/underground_physics/DMX.cc

    r807 r1313  
    5555#endif
    5656
     57#include "DMXAnalysisManager.hh"
    5758#include "DMXDetectorConstruction.hh"
    5859#include "DMXPhysicsList.hh"
     
    167168
    168169  // job termination
     170#ifdef G4ANALYSIS_USE 
     171  DMXAnalysisManager::getInstance()->Finish();
     172  G4cout << "Analysis files closed" << G4endl;
     173#endif
     174
    169175#ifdef G4VIS_USE
    170176  if(visManager) delete visManager;
  • trunk/examples/advanced/underground_physics/GNUmakefile

    r1230 r1313  
    1 # $Id: GNUmakefile,v 1.9 2008/06/15 22:39:27 cirrone Exp $
     1# $Id: GNUmakefile,v 1.10 2010/01/11 16:17:58 gcosmo Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    99
    1010ifndef G4INSTALL
    11   G4INSTALL = ../../..
     11  G4INSTALL = ../..
    1212endif
    1313
     
    1616endif
    1717
    18 ifdef G4ANALYSIS_USE
    19   CPPFLAGS += -DG4ANALYSIS_USE
    20 endif
    21 
    22 
    2318include $(G4INSTALL)/config/architecture.gmk
    24 
    2519
    2620.PHONY: all
  • trunk/examples/advanced/underground_physics/History

    r1230 r1313  
    11-------------------------------------------------------------------
    2 $Id: History,v 1.17 2008/06/15 22:39:27 cirrone Exp $
     2$Id: History,v 1.22 2010/06/06 06:25:02 perl Exp $
    33-------------------------------------------------------------------
    44
     
    99                      Category History file
    1010                      ---------------------
     11
     1203.06.2010 - J.Perl (DMX-V09-03-01)
     13             Change /vis/open OGLxxx to /vis/open OGL
     14
     1516.02.2010 - L. Pandola (DMX-V09-03-00)
     16             Copy of the previous tag, DMX-V09-02-02, which was not submitted for
     17             testing.
     18
     1926.10.2009 - L. Pandola (DMX-V09-02-02)
     20             Physics list migrated from LowEnergy processes to the new Livermore
     21             models. Physics results unchanged for gamma/e-. Possible differences
     22             with ions/protons, since we don't use anymore G4hLowEnergyIonisation
     23
     2422.10.2009 - L. Pandola (DMX-V09-02-01)
     25             Correct Analysis manager to solve a problem with the HBOOK output files
     26             (ntuples not filled, histograms not saved). Still at the stage of
     27             pre-migration.
     28
     2922.10.2009 - L. Pandola (DMX-V09-02-00)
     30             Get rid of a warning message and allocation problems with ntuple2
     31             Meant to be the reference to verify the migration to new
     32             Livermore models.
     33
    113416.06.2008 - G.A.P.Cirrone (DMX-V09-01-01)
    1235             Removed AIDA command from GNUmakefile
  • trunk/examples/advanced/underground_physics/initInter.mac

    r807 r1313  
    1414# Create a scene handler for a specific graphics system
    1515# (Edit the next line(s) to choose another graphic system)
    16 #/vis/open OGLSX
    17 #/vis/open OGLIX
    18 /vis/open OGLSXm
    19 #/vis/open OGLIXm
     16#/vis/open OGL
    2017#/vis/open DANWFILE
    2118#/vis/open Xo
Note: See TracChangeset for help on using the changeset viewer.