Changeset 1313 for trunk/examples/advanced/underground_physics
- Timestamp:
- Jun 14, 2010, 3:54:58 PM (15 years ago)
- Location:
- trunk/examples/advanced/underground_physics
- Files:
-
- 4 edited
-
DMX.cc (modified) (2 diffs)
-
GNUmakefile (modified) (3 diffs)
-
History (modified) (2 diffs)
-
initInter.mac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/underground_physics/DMX.cc
r807 r1313 55 55 #endif 56 56 57 #include "DMXAnalysisManager.hh" 57 58 #include "DMXDetectorConstruction.hh" 58 59 #include "DMXPhysicsList.hh" … … 167 168 168 169 // job termination 170 #ifdef G4ANALYSIS_USE 171 DMXAnalysisManager::getInstance()->Finish(); 172 G4cout << "Analysis files closed" << G4endl; 173 #endif 174 169 175 #ifdef G4VIS_USE 170 176 if(visManager) delete visManager; -
trunk/examples/advanced/underground_physics/GNUmakefile
r1230 r1313 1 # $Id: GNUmakefile,v 1. 9 2008/06/15 22:39:27 cirroneExp $1 # $Id: GNUmakefile,v 1.10 2010/01/11 16:17:58 gcosmo Exp $ 2 2 # -------------------------------------------------------------- 3 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 9 9 10 10 ifndef G4INSTALL 11 G4INSTALL = ../.. /..11 G4INSTALL = ../.. 12 12 endif 13 13 … … 16 16 endif 17 17 18 ifdef G4ANALYSIS_USE19 CPPFLAGS += -DG4ANALYSIS_USE20 endif21 22 23 18 include $(G4INSTALL)/config/architecture.gmk 24 25 19 26 20 .PHONY: all -
trunk/examples/advanced/underground_physics/History
r1230 r1313 1 1 ------------------------------------------------------------------- 2 $Id: History,v 1. 17 2008/06/15 22:39:27 cirroneExp $2 $Id: History,v 1.22 2010/06/06 06:25:02 perl Exp $ 3 3 ------------------------------------------------------------------- 4 4 … … 9 9 Category History file 10 10 --------------------- 11 12 03.06.2010 - J.Perl (DMX-V09-03-01) 13 Change /vis/open OGLxxx to /vis/open OGL 14 15 16.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 19 26.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 24 22.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 29 22.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 11 34 16.06.2008 - G.A.P.Cirrone (DMX-V09-01-01) 12 35 Removed AIDA command from GNUmakefile -
trunk/examples/advanced/underground_physics/initInter.mac
r807 r1313 14 14 # Create a scene handler for a specific graphics system 15 15 # (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 20 17 #/vis/open DANWFILE 21 18 #/vis/open Xo
Note:
See TracChangeset
for help on using the changeset viewer.
