Changeset 1230 for trunk/examples/extended/electromagnetic/TestEm18/include
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/extended/electromagnetic/TestEm18/include
- Files:
-
- 18 edited
-
DetectorConstruction.hh (modified) (1 diff)
-
DetectorMessenger.hh (modified) (1 diff)
-
EventAction.hh (modified) (1 diff)
-
EventMessenger.hh (modified) (1 diff)
-
HistoManager.hh (modified) (1 diff)
-
HistoMessenger.hh (modified) (1 diff)
-
PhysListEmLivermore.hh (modified) (3 diffs)
-
PhysListEmPenelope.hh (modified) (3 diffs)
-
PhysListEmStandard.hh (modified) (1 diff)
-
PhysicsList.hh (modified) (2 diffs)
-
PhysicsListMessenger.hh (modified) (2 diffs)
-
PrimaryGeneratorAction.hh (modified) (1 diff)
-
RunAction.hh (modified) (1 diff)
-
StackingAction.hh (modified) (1 diff)
-
StepMax.hh (modified) (1 diff)
-
StepMaxMessenger.hh (modified) (1 diff)
-
SteppingAction.hh (modified) (1 diff)
-
SteppingVerbose.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm18/include/DetectorConstruction.hh
r807 r1230 25 25 // 26 26 // $Id: DetectorConstruction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/DetectorMessenger.hh
r807 r1230 25 25 // 26 26 // $Id: DetectorMessenger.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/EventAction.hh
r807 r1230 25 25 // 26 26 // $Id: EventAction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/EventMessenger.hh
r807 r1230 25 25 // 26 26 // $Id: EventMessenger.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/HistoManager.hh
r807 r1230 25 25 // 26 26 // $Id: HistoManager.hh,v 1.2 2007/11/13 16:43:59 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/HistoMessenger.hh
r807 r1230 25 25 // 26 26 // $Id: HistoMessenger.hh,v 1.2 2007/11/13 16:43:59 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/PhysListEmLivermore.hh
r807 r1230 25 25 // 26 26 // 27 // $Id: PhysListEmLivermore.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 28 // GEANT4 tag $Name: $ 29 // 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 27 // $Id: PhysListEmLivermore.hh,v 1.2 2009/10/12 21:47:57 maire Exp $ 28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 32 29 33 30 #ifndef PhysListEmLivermore_h … … 41 38 class PhysListEmLivermore : public G4VPhysicsConstructor 42 39 { 43 public: 40 public: 44 41 PhysListEmLivermore(const G4String& name = "Livermore"); 42 45 43 virtual ~PhysListEmLivermore(); 46 44 47 public: 48 // This method is dummy for physics 49 void ConstructParticle() {}; 50 51 // This method will be invoked in the Construct() method. 52 // each physics process will be instantiated and 53 // registered to the process manager of each particle type 54 void ConstructProcess(); 45 virtual void ConstructParticle() { }; 46 virtual void ConstructProcess(); 55 47 }; 56 48 … … 64 56 65 57 66 67 -
trunk/examples/extended/electromagnetic/TestEm18/include/PhysListEmPenelope.hh
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: PhysListEmPenelope.hh,v 1.1 2007/02/13 17:57:20 maire Exp $27 // GEANT4 tag $Name: $28 26 // 29 // ....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......30 // ....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......27 // $Id: PhysListEmPenelope.hh,v 1.2 2009/10/12 21:47:57 maire Exp $ 28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 31 29 32 30 #ifndef PhysListEmPenelope_h … … 40 38 class PhysListEmPenelope : public G4VPhysicsConstructor 41 39 { 42 public: 43 PhysListEmPenelope(const G4String& name = "penelope"); 40 public: 41 PhysListEmPenelope(const G4String& name = "Penelope"); 42 44 43 virtual ~PhysListEmPenelope(); 45 44 46 public: 47 // This method is dummy for physics 48 void ConstructParticle() {}; 49 50 // This method will be invoked in the Construct() method. 51 // each physics process will be instantiated and 52 // registered to the process manager of each particle type 53 void ConstructProcess(); 45 virtual void ConstructParticle() { }; 46 virtual void ConstructProcess(); 54 47 }; 55 48 … … 63 56 64 57 65 66 -
trunk/examples/extended/electromagnetic/TestEm18/include/PhysListEmStandard.hh
r807 r1230 25 25 // 26 26 // $Id: PhysListEmStandard.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/PhysicsList.hh
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: PhysicsList.hh,v 1. 1 2007/02/13 17:57:20maire Exp $27 // GEANT4 tag $Name: $26 // $Id: PhysicsList.hh,v 1.3 2009/03/06 18:24:07 maire Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... … … 57 57 void SetCutForElectron(G4double); 58 58 void SetCutForPositron(G4double); 59 59 60 60 private: 61 61 -
trunk/examples/extended/electromagnetic/TestEm18/include/PhysicsListMessenger.hh
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: PhysicsListMessenger.hh,v 1. 1 2007/02/13 17:57:20maire Exp $27 // GEANT4 tag $Name: $26 // $Id: PhysicsListMessenger.hh,v 1.3 2009/03/06 18:24:07 maire Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... … … 60 60 G4UIcmdWithADoubleAndUnit* gammaCutCmd; 61 61 G4UIcmdWithADoubleAndUnit* electCutCmd; 62 G4UIcmdWithADoubleAndUnit* allCutCmd; 62 G4UIcmdWithADoubleAndUnit* allCutCmd; 63 63 }; 64 64 -
trunk/examples/extended/electromagnetic/TestEm18/include/PrimaryGeneratorAction.hh
r807 r1230 25 25 // 26 26 // $Id: PrimaryGeneratorAction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/RunAction.hh
r807 r1230 25 25 // 26 26 // $Id: RunAction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/StackingAction.hh
r807 r1230 25 25 // 26 26 // $Id: StackingAction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/StepMax.hh
r807 r1230 25 25 // 26 26 // $Id: StepMax.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/StepMaxMessenger.hh
r807 r1230 25 25 // 26 26 // $Id: StepMaxMessenger.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/SteppingAction.hh
r807 r1230 25 25 // 26 26 // $Id: SteppingAction.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm18/include/SteppingVerbose.hh
r807 r1230 25 25 // 26 26 // $Id: SteppingVerbose.hh,v 1.1 2007/02/13 17:57:20 maire Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // This class manages the verbose outputs in G4SteppingManager.
Note:
See TracChangeset
for help on using the changeset viewer.
