Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file medical/GammaTherapy/include/Run.hh 26 /// \file medical/GammaTherapy/include/Run.hh 27 /// \brief Definition of the Run class 27 /// \brief Definition of the Run class 28 // 28 // 29 // 29 // 30 //....oooOO0OOooo........oooOO0OOooo........oo 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 31 //....oooOO0OOooo........oooOO0OOooo........oo 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 32 32 33 #ifndef Run_h 33 #ifndef Run_h 34 #define Run_h 1 34 #define Run_h 1 35 35 36 #include "G4AnalysisManager.hh" << 36 #include "G4Run.hh" 37 #include "G4DataVector.hh" << 37 38 #include "G4DynamicParticle.hh" << 39 #include "G4Electron.hh" << 40 #include "G4Gamma.hh" 38 #include "G4Gamma.hh" >> 39 #include "G4Electron.hh" 41 #include "G4Positron.hh" 40 #include "G4Positron.hh" 42 #include "G4Run.hh" << 41 #include "G4DynamicParticle.hh" 43 #include "G4VPhysicalVolume.hh" 42 #include "G4VPhysicalVolume.hh" >> 43 #include "G4DataVector.hh" >> 44 #include "g4root.hh" >> 45 44 #include "globals.hh" 46 #include "globals.hh" 45 47 46 class DetectorConstruction; 48 class DetectorConstruction; >> 49 class PrimaryGeneratorAction; 47 class HistoManager; 50 class HistoManager; 48 class G4ParticleDefinition; 51 class G4ParticleDefinition; 49 class G4Track; 52 class G4Track; 50 53 51 //....oooOO0OOooo........oooOO0OOooo........oo 54 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 52 55 53 class Run : public G4Run 56 class Run : public G4Run 54 { 57 { 55 public: << 58 public: 56 Run(DetectorConstruction*, HistoManager*); << 59 Run(DetectorConstruction*, PrimaryGeneratorAction*, HistoManager*); 57 ~Run(); << 60 ~Run(); 58 << 61 59 public: << 62 public: 60 virtual void Merge(const G4Run*); << 63 61 void EndOfRun(); << 64 virtual void Merge(const G4Run*); 62 << 65 void EndOfRun(); 63 void ScoreNewTrack(const G4Track* aTrack); << 66 64 << 67 void ScoreNewTrack(const G4Track* aTrack); 65 void AddPhantomStep(G4double e, G4double r << 68 66 G4double z0); << 69 void AddPhantomStep(G4double e, G4double r1, G4double z1, 67 << 70 G4double r2, G4double z2, 68 void AddPhantomGamma(G4double e, G4double << 71 G4double r0, G4double z0); 69 << 72 70 bool GetVerbose() const { return fVerbose; << 73 void AddPhantomGamma(G4double e, G4double r); 71 inline void AddStepInTarget() { ++fNstepTa << 74 72 << 75 bool GetVerbose() const { return fVerbose; } 73 private: << 76 inline void AddStepInTarget() { ++fNstepTarget;}; 74 DetectorConstruction* fDetector; << 77 75 HistoManager* fHistoMgr; << 78 private: 76 G4AnalysisManager* fAnalysisManager; << 79 77 << 80 DetectorConstruction* fDetector; 78 std::vector<G4int> fHistoId; << 81 HistoManager* fHistoMgr; 79 G4int fNHisto; << 82 G4AnalysisManager* fAnalysisManager; 80 << 83 81 void AddPhantomPhoton(const G4DynamicParti << 84 std::vector<G4int> fHistoId; 82 void AddTargetPhoton(const G4DynamicPartic << 85 G4int fNHisto; 83 void AddPhantomElectron(const G4DynamicPar << 86 84 void AddTargetElectron(const G4DynamicPart << 87 void AddPhantomPhoton(const G4DynamicParticle*); 85 << 88 void AddTargetPhoton(const G4DynamicParticle*); 86 inline void AddPhoton() { ++fNgam; }; << 89 void AddPhantomElectron(const G4DynamicParticle*); 87 inline void AddElectron() { ++fNelec; }; << 90 void AddTargetElectron(const G4DynamicParticle*); 88 inline void AddPositron() { ++fNposit; }; << 91 89 << 92 inline void AddPhoton() { ++fNgam; }; 90 // Parameters retrived from DetectorConstr << 93 inline void AddElectron(){ ++fNelec; }; 91 const G4ParticleDefinition* fGamma; << 94 inline void AddPositron(){ ++fNposit; }; 92 const G4ParticleDefinition* fElectron; << 95 93 const G4ParticleDefinition* fPositron; << 96 // Parameters retrived from DetectorConstructor 94 << 97 const G4ParticleDefinition* fGamma; 95 const G4VPhysicalVolume* fCheckVolume; << 98 const G4ParticleDefinition* fElectron; 96 const G4VPhysicalVolume* fGasVolume; << 99 const G4ParticleDefinition* fPositron; 97 const G4VPhysicalVolume* fPhantom; << 100 98 const G4VPhysicalVolume* fTarget1; << 101 const G4VPhysicalVolume* fCheckVolume; 99 const G4VPhysicalVolume* fTarget2; << 102 const G4VPhysicalVolume* fGasVolume; 100 << 103 const G4VPhysicalVolume* fPhantom; 101 G4int fNBinsR; << 104 const G4VPhysicalVolume* fTarget1; 102 G4int fNBinsZ; << 105 const G4VPhysicalVolume* fTarget2; 103 G4int fNBinsE; << 106 104 G4int fScoreBin; << 107 G4int fNBinsR; 105 << 108 G4int fNBinsZ; 106 G4double fScoreZ; << 109 G4int fNBinsE; 107 G4double fAbsorberZ; << 110 G4int fScoreBin; 108 G4double fAbsorberR; << 111 109 G4double fMaxEnergy; << 112 G4double fScoreZ; 110 << 113 G4double fAbsorberZ; 111 G4double fStepZ; << 114 G4double fAbsorberR; 112 G4double fStepR; << 115 G4double fMaxEnergy; 113 G4double fStepE; << 116 114 // G4double fNormZ; << 117 G4double fStepZ; 115 << 118 G4double fStepR; 116 // Local histogramming parameters << 119 G4double fStepE; 117 G4bool fVerbose; << 120 // G4double fNormZ; 118 G4double fSumR; << 121 119 << 122 // Local histogramming parameters 120 G4int fNevt; << 123 G4bool fVerbose; 121 G4int fNelec; << 124 G4double fSumR; 122 G4int fNposit; << 125 123 G4int fNgam; << 126 G4int fNevt; 124 G4int fNstep; << 127 G4int fNelec; 125 G4int fNgamPh; << 128 G4int fNposit; 126 G4int fNgamTar; << 129 G4int fNgam; 127 G4int fNeTar; << 130 G4int fNstep; 128 G4int fNePh; << 131 G4int fNgamPh; 129 G4int fNstepTarget; << 132 G4int fNgamTar; 130 << 133 G4int fNeTar; 131 G4DataVector fVolumeR; << 134 G4int fNePh; 132 G4DataVector fGammaE; << 135 G4int fNstepTarget; 133 G4DataVector fEdep; << 136 >> 137 G4DataVector fVolumeR; >> 138 G4DataVector fGammaE; >> 139 G4DataVector fEdep; >> 140 >> 141 134 }; 142 }; 135 143 136 //....oooOO0OOooo........oooOO0OOooo........oo 144 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 137 145 138 #endif 146 #endif >> 147 139 148