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 // 26 // >> 27 // $Id: G4FastSimulationManagerProcess.hh,v 1.16 2007/11/30 18:05:14 mverderi Exp $ >> 28 // GEANT4 tag $Name: geant4-09-01-patch-01 $ 27 // 29 // 28 // << 30 // 29 //-------------------------------------------- 31 //--------------------------------------------------------------- 30 // 32 // 31 // G4FastSimulationManagerProcess.hh 33 // G4FastSimulationManagerProcess.hh 32 // 34 // 33 // Description: 35 // Description: 34 // The process that triggers parameterised 36 // The process that triggers parameterised simulations if any. 35 // 37 // 36 // History: 38 // History: 37 // Feb 98: Parallel geometry sensitivity. Mor 39 // Feb 98: Parallel geometry sensitivity. MoraDeFreitas. 38 // Oct 97: "Fast" replaces "Parameterisation" << 40 // Oct 97: "Fast" replaces "Parameterisation" in class/method names. 39 // (release B.00 for parameterisation 41 // (release B.00 for parameterisation). MoraDeFreitas. 40 // Aug 97: First implementation. Verderi && M 42 // Aug 97: First implementation. Verderi && MoraDeFreitas. 41 // Apr 98: modified for new particle change. 43 // Apr 98: modified for new particle change. H.Kurashige 42 // Oct 06: Move to parallel geometry scheme. 44 // Oct 06: Move to parallel geometry scheme. M. Verderi 43 // Nov 06: name xxx81 is given for this relea 45 // Nov 06: name xxx81 is given for this release. "81" will be 44 // removed @ next maj. rel. so that t 46 // removed @ next maj. rel. so that this process becomes 45 // the standard one. 47 // the standard one. 46 // May 07: remove "81" tags, to migrate to 9. 48 // May 07: remove "81" tags, to migrate to 9.0. 47 // 49 // 48 //-------------------------------------------- 50 //--------------------------------------------------------------- 49 51 >> 52 50 #ifndef G4FastSimulationManagerProcess_hh 53 #ifndef G4FastSimulationManagerProcess_hh 51 #define G4FastSimulationManagerProcess_hh 54 #define G4FastSimulationManagerProcess_hh 52 55 >> 56 #include "globals.hh" >> 57 #include "G4VProcess.hh" 53 #include "G4FastSimulationManager.hh" 58 #include "G4FastSimulationManager.hh" 54 #include "G4FastSimulationProcessType.hh" << 55 #include "G4FieldTrack.hh" << 56 #include "G4Navigator.hh" << 57 #include "G4Step.hh" 59 #include "G4Step.hh" 58 #include "G4VParticleChange.hh" << 60 #include "G4Navigator.hh" 59 #include "G4VPhysicalVolume.hh" 61 #include "G4VPhysicalVolume.hh" 60 #include "G4VProcess.hh" << 62 #include "G4VParticleChange.hh" 61 #include "globals.hh" << 63 #include "G4FieldTrack.hh" 62 class G4PathFinder; 64 class G4PathFinder; 63 class G4TransportationManager; 65 class G4TransportationManager; 64 66 65 // ------------------------------------------- 67 // --------------------------------------------------------------------- 66 // 68 // 67 // G4FastSimulationManagerProcess class 69 // G4FastSimulationManagerProcess class 68 // 70 // 69 // ------------------------------------------- 71 // --------------------------------------------------------------------- 70 72 >> 73 71 // Class Description: 74 // Class Description: 72 // -- G4VProcess providing the interface betwe 75 // -- G4VProcess providing the interface between the tracking and the fast simulation. 73 // 76 // 74 77 75 class G4FastSimulationManagerProcess : public 78 class G4FastSimulationManagerProcess : public G4VProcess 76 { 79 { 77 public: << 80 public: 78 // Constructor for parameterisation in mas << 81 79 G4FastSimulationManagerProcess(const G4Str << 82 // ------------------------- 80 G4ProcessTy << 83 // Constructor/Destructor: 81 << 84 // ------------------------- 82 // -- Contructors for parameterisation att << 85 // -- Constructor for parameterisation in mass geometry 83 // -- Can also be used for the mass geomet << 86 G4FastSimulationManagerProcess(const G4String& processName = "G4FastSimulationManagerProcess", 84 // -- World volume specified by name or po << 87 G4ProcessType theType = fParameterisation); 85 G4FastSimulationManagerProcess(const G4Str << 88 86 G4ProcessTy << 89 // -- Contructors for parameterisation attached a parallel geometry. 87 G4FastSimulationManagerProcess(const G4Str << 90 // -- Can also be used for the mass geometry, providing world volume name. 88 G4ProcessTy << 91 // -- World volume specified by name or pointer. 89 << 92 G4FastSimulationManagerProcess(const G4String& processName, 90 ~G4FastSimulationManagerProcess() override << 93 const G4String& worldVolumeName, 91 << 94 G4ProcessType theType = fParameterisation); 92 // ----------------------- << 95 G4FastSimulationManagerProcess(const G4String& processName, 93 // User access methods: << 96 G4VPhysicalVolume* worldVolume, 94 // ----------------------- << 97 G4ProcessType theType = fParameterisation); 95 G4VPhysicalVolume* GetWorldVolume() const << 98 96 << 99 virtual ~G4FastSimulationManagerProcess(); 97 // -- Set new world volume to the process << 100 98 void SetWorldVolume(G4String); << 101 // ----------------------- 99 void SetWorldVolume(G4VPhysicalVolume*); << 102 // User access methods: 100 << 103 // ----------------------- 101 // --------------------------------------- << 104 G4VPhysicalVolume* GetWorldVolume() const {return fWorldVolume;} 102 // Process interface << 105 103 // --------------------------------------- << 106 // -- Set new world volume to the process 104 << 107 void SetWorldVolume(G4String ); 105 // -- Start/End tracking: << 108 void SetWorldVolume(G4VPhysicalVolume*); 106 void StartTracking(G4Track*) override; << 109 107 void EndTracking() override; << 110 108 << 111 // -------------------------------------------------------------- 109 // -- PostStep methods: << 112 // Process interface 110 G4double PostStepGetPhysicalInteractionLen << 113 // -------------------------------------------------------------- 111 << 114 112 << 115 // -- Start/End tracking: 113 G4VParticleChange* PostStepDoIt(const G4Tr << 116 void StartTracking(G4Track*); 114 << 117 void EndTracking(); 115 // -- Responsible for limiting the step on << 118 116 G4double AlongStepGetPhysicalInteractionLe << 119 117 << 120 // -- PostStep methods: 118 << 121 G4double PostStepGetPhysicalInteractionLength(const G4Track& track, 119 << 122 G4double previousStepSize, 120 G4VParticleChange* AlongStepDoIt(const G4T << 123 G4ForceCondition* condition); 121 << 124 122 // -- AtRest methods (still there after ma << 125 G4VParticleChange* PostStepDoIt(const G4Track&, const G4Step& ); 123 G4double AtRestGetPhysicalInteractionLengt << 126 124 << 127 // -- Responsible for limiting the step on ghost boundaries: 125 G4VParticleChange* AtRestDoIt(const G4Trac << 128 G4double AlongStepGetPhysicalInteractionLength(const G4Track& track, 126 << 129 G4double previousStepSize, 127 // -- debug: << 130 G4double currentMinimumStep, 128 [[deprecated("obsolete: will be remove in << 131 G4double& proposedSafety, 129 << 132 G4GPILSelection* selection); 130 private: << 133 G4VParticleChange* AlongStepDoIt(const G4Track& track, 131 //-- would be better to my taste to have " << 134 const G4Step& step); 132 // at compilation << 135 133 G4VPhysicalVolume* fWorldVolume; << 136 134 << 137 135 G4bool fIsTrackingTime; << 138 // -- AtRest methods (still there after many years of no use...): 136 G4bool fIsFirstStep; << 139 G4double AtRestGetPhysicalInteractionLength(const G4Track&, 137 G4Navigator* fGhostNavigator; << 140 G4ForceCondition*); 138 G4int fGhostNavigatorIndex; << 141 139 G4bool fIsGhostGeometry; << 142 G4VParticleChange* AtRestDoIt(const G4Track&, const G4Step&); 140 G4double fGhostSafety; << 143 141 G4FieldTrack fFieldTrack; << 144 142 << 145 143 G4FastSimulationManager* fFastSimulationMa << 146 144 G4bool fFastSimulationTrigger; << 147 145 G4VParticleChange fDummyParticleChange; << 148 // -- debug: 146 G4PathFinder* fPathFinder; << 149 void Verbose() const; 147 G4TransportationManager* fTransportationMa << 150 >> 151 >> 152 private: >> 153 //-- would be better to my taste to have "const G4VPhysicalVolume* fWorldVolume;", but clashes at compilation >> 154 G4VPhysicalVolume* fWorldVolume; >> 155 >> 156 G4bool fIsTrackingTime; >> 157 G4bool fIsFirstStep; >> 158 G4Navigator* fGhostNavigator; >> 159 G4int fGhostNavigatorIndex; >> 160 G4bool fIsGhostGeometry; >> 161 G4double fGhostSafety; >> 162 G4bool fOnBoundary; >> 163 G4FieldTrack fFieldTrack; >> 164 >> 165 >> 166 G4FastSimulationManager* fFastSimulationManager; >> 167 G4bool fFastSimulationTrigger; >> 168 G4VParticleChange fDummyParticleChange; >> 169 G4PathFinder* fPathFinder; >> 170 G4TransportationManager* fTransportationManager; 148 }; 171 }; 149 172 150 #endif 173 #endif 151 174