Changeset 1230 for trunk/examples/advanced/purging_magnet
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/advanced/purging_magnet
- Files:
-
- 23 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
PurgMag.cc (modified) (1 diff)
-
include/PurgMagAnalysisManager.hh (modified) (2 diffs)
-
include/PurgMagDetectorConstruction.hh (modified) (1 diff)
-
include/PurgMagEventAction.hh (modified) (1 diff)
-
include/PurgMagPhysicsList.hh (modified) (1 diff)
-
include/PurgMagPrimaryGeneratorAction.hh (modified) (1 diff)
-
include/PurgMagRunAction.hh (modified) (1 diff)
-
include/PurgMagSteppingAction.hh (modified) (1 diff)
-
include/PurgMagSteppingVerbose.hh (modified) (1 diff)
-
include/PurgMagTabulatedField3D.hh (modified) (1 diff)
-
include/PurgMagTrackingAction.hh (modified) (1 diff)
-
src/PurgMagAnalysisManager.cc (modified) (1 diff)
-
src/PurgMagDetectorConstruction.cc (modified) (1 diff)
-
src/PurgMagEventAction.cc (modified) (1 diff)
-
src/PurgMagPhysicsList.cc (modified) (1 diff)
-
src/PurgMagPrimaryGeneratorAction.cc (modified) (1 diff)
-
src/PurgMagRunAction.cc (modified) (1 diff)
-
src/PurgMagSteppingAction.cc (modified) (1 diff)
-
src/PurgMagSteppingVerbose.cc (modified) (1 diff)
-
src/PurgMagTabulatedField3D.cc (modified) (1 diff)
-
src/PurgMagTrackingAction.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/purging_magnet/GNUmakefile
r807 r1230 1 1 # -------------------------------------------------------------- 2 # $Id: GNUmakefile,v 1. 1 2003/12/09 14:12:53 sussiExp $2 # $Id: GNUmakefile,v 1.2 2009/03/06 09:28:28 gbarrand Exp $ 3 3 # -------------------------------------------------------------- 4 4 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 19 19 include $(G4INSTALL)/config/binmake.gmk 20 20 21 ifdef G4ANALYSIS_USE22 CPPFLAGS += `aida-config --include`23 LDFLAGS += `aida-config --lib`24 LOADLIBS += `aida-config --lib`25 endif26 -
trunk/examples/advanced/purging_magnet/History
r807 r1230 1 1 ------------------------------------------------------------------- 2 $Id: History,v 1. 8 2005/12/07 14:35:12 guatelliExp $2 $Id: History,v 1.10 2009/04/08 10:23:31 cirrone Exp $ 3 3 ------------------------------------------------------------------- 4 4 … … 9 9 Category History file 10 10 --------------------- 11 06.04.2009 G.A.P.Cirrone (purtag-V09-02-00) 12 - GNUmakefile updated 13 11 14 07.12.2005 Susanna Guatelli (purtag-V07-01-00) 12 15 - The example compiles with CLHEP 2.0.2.2 -
trunk/examples/advanced/purging_magnet/PurgMag.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMag.cc,v 1.5 2006/06/29 16:05:47 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 // Comments: Main program for the Purgin Magnet example. -
trunk/examples/advanced/purging_magnet/include/PurgMagAnalysisManager.hh
r807 r1230 33 33 // ************************************ 34 34 // 35 // $Id: PurgMagAnalysisManager.hh,v 1. 3 2006/06/29 16:05:49 gunterExp $36 // GEANT4 tag $Name: $35 // $Id: PurgMagAnalysisManager.hh,v 1.4 2009/04/08 10:23:31 cirrone Exp $ 36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 … … 56 56 class ITuple; 57 57 class ITreeFactory; 58 } ;58 } 59 59 60 60 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -
trunk/examples/advanced/purging_magnet/include/PurgMagDetectorConstruction.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagDetectorConstruction.hh,v 1.3 2006/06/29 16:05:51 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/include/PurgMagEventAction.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagEventAction.hh,v 1.3 2006/06/29 16:05:53 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/include/PurgMagPhysicsList.hh
r807 r1230 35 35 // 36 36 // $Id: PurgMagPhysicsList.hh,v 1.4 2006/06/29 16:05:55 gunter Exp $ 37 // GEANT4 tag $Name: $37 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 38 38 // 39 39 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -
trunk/examples/advanced/purging_magnet/include/PurgMagPrimaryGeneratorAction.hh
r807 r1230 35 35 // 36 36 // $Id: PurgMagPrimaryGeneratorAction.hh,v 1.3 2006/06/29 16:05:57 gunter Exp $ 37 // GEANT4 tag $Name: $37 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 38 38 // 39 39 -
trunk/examples/advanced/purging_magnet/include/PurgMagRunAction.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagRunAction.hh,v 1.3 2006/06/29 16:05:59 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/include/PurgMagSteppingAction.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagSteppingAction.hh,v 1.3 2006/06/29 16:06:01 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -
trunk/examples/advanced/purging_magnet/include/PurgMagSteppingVerbose.hh
r807 r1230 35 35 // 36 36 // $Id: PurgMagSteppingVerbose.hh,v 1.3 2006/06/29 16:06:03 gunter Exp $ 37 // GEANT4 tag $Name: $37 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 38 38 // 39 39 -
trunk/examples/advanced/purging_magnet/include/PurgMagTabulatedField3D.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagTabulatedField3D.hh,v 1.3 2006/06/29 16:06:05 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/include/PurgMagTrackingAction.hh
r807 r1230 34 34 // 35 35 // $Id: PurgMagTrackingAction.hh,v 1.3 2006/06/29 16:06:07 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagAnalysisManager.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagAnalysisManager.cc,v 1.3 2006/06/29 16:06:09 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 #ifdef G4ANALYSIS_USE -
trunk/examples/advanced/purging_magnet/src/PurgMagDetectorConstruction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagDetectorConstruction.cc,v 1.4 2006/06/29 16:06:11 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 #include "PurgMagDetectorConstruction.hh" -
trunk/examples/advanced/purging_magnet/src/PurgMagEventAction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagEventAction.cc,v 1.4 2006/06/29 16:06:13 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagPhysicsList.cc
r807 r1230 35 35 // 36 36 // $Id: PurgMagPhysicsList.cc,v 1.5 2006/06/29 16:06:15 gunter Exp $ 37 // GEANT4 tag $Name: $37 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 38 38 // 39 39 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -
trunk/examples/advanced/purging_magnet/src/PurgMagPrimaryGeneratorAction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagPrimaryGeneratorAction.cc,v 1.3 2006/06/29 16:06:17 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagRunAction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagRunAction.cc,v 1.4 2006/06/29 16:06:19 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagSteppingAction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagSteppingAction.cc,v 1.5 2006/06/29 16:06:21 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagSteppingVerbose.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagSteppingVerbose.cc,v 1.3 2006/06/29 16:06:23 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagTabulatedField3D.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagTabulatedField3D.cc,v 1.4 2006/06/29 16:06:25 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38 -
trunk/examples/advanced/purging_magnet/src/PurgMagTrackingAction.cc
r807 r1230 34 34 // 35 35 // $Id: PurgMagTrackingAction.cc,v 1.3 2006/06/29 16:06:27 gunter Exp $ 36 // GEANT4 tag $Name: $36 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 37 37 // 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
