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 // G4ParticleChangeForDecay << 27 // 26 // 28 // Class description: << 27 29 // 28 // 30 // Concrete class for ParticleChange which has << 29 // >> 30 // ------------------------------------------------------------ >> 31 // GEANT 4 class header file 31 // 32 // 32 // This class contains the results after invoc << 33 // 33 // This includes secondary particles generated << 34 // ------------------------------------------------------------ 34 << 35 // Implemented for the new scheme 23 Mar. 1998 H.Kurahige 35 // Author: Hisaya Kurashige, 23 March 1998 << 36 // 36 // ------------------------------------------- << 37 // Class Description 37 #ifndef G4ParticleChangeForDecay_hh << 38 // This class is a concrete class for ParticleChange which 38 #define G4ParticleChangeForDecay_hh 1 << 39 // has functionality for G4Decay. >> 40 // >> 41 // This class contains the results after invocation of the decay process. >> 42 // This includes secondary particles generated by the interaction. >> 43 // ------------------------------------------------------------ >> 44 #ifndef G4ParticleChangeForDecay_h >> 45 #define G4ParticleChangeForDecay_h 1 39 46 40 #include "globals.hh" 47 #include "globals.hh" 41 #include "G4ios.hh" 48 #include "G4ios.hh" 42 #include "G4ThreeVector.hh" 49 #include "G4ThreeVector.hh" 43 #include "G4VParticleChange.hh" << 44 << 45 class G4DynamicParticle; 50 class G4DynamicParticle; >> 51 #include "G4VParticleChange.hh" 46 52 47 class G4ParticleChangeForDecay final : public << 53 class G4ParticleChangeForDecay: public G4VParticleChange 48 { 54 { 49 public: << 55 public: 50 << 56 // default constructor 51 G4ParticleChangeForDecay(); 57 G4ParticleChangeForDecay(); 52 58 53 ~G4ParticleChangeForDecay() override = def << 59 // destructor >> 60 virtual ~G4ParticleChangeForDecay(); 54 61 55 G4ParticleChangeForDecay(const G4ParticleC << 62 protected: 56 G4ParticleChangeForDecay& operator=(const << 63 // hide copy constructor and assignment operaor as protected >> 64 G4ParticleChangeForDecay(const G4ParticleChangeForDecay &right); >> 65 G4ParticleChangeForDecay & operator=(const G4ParticleChangeForDecay &right); 57 66 58 // --- the following methods are for updatin << 67 public: 59 // Return the pointer to the G4Step after up << 68 // equal/unequal operator 60 // by using final state information of the t << 69 G4bool operator==(const G4ParticleChangeForDecay &right) const; 61 // !!! No effect for AlongSteyp << 70 G4bool operator!=(const G4ParticleChangeForDecay &right) const; 62 << 71 63 G4Step* UpdateStepForAtRest(G4Step* Step) << 72 public: // with description 64 G4Step* UpdateStepForPostStep(G4Step* Step << 73 // ---------------------------------------------------- 65 << 74 // --- the following methods are for updating G4Step ----- 66 void Initialize(const G4Track&) final; << 75 // Return the pointer to the G4Step after updating the Step information 67 // Initialize all properties by using G4 << 76 // by using final state information of the track given by a physics 68 << 77 // process 69 void ProposeGlobalTime(G4double t); << 78 70 void ProposeLocalTime(G4double t); << 79 // !!! No effect for AlongSteyp 71 // Get/Propose the final global/local ti << 80 // virtual G4Step* UpdateStepForAlongStep(G4Step* Step); 72 // NOTE: DO NOT INVOKE both methods in a << 81 73 // Each method affects both local << 82 virtual G4Step* UpdateStepForAtRest(G4Step* Step); 74 << 83 virtual G4Step* UpdateStepForPostStep(G4Step* Step); 75 G4double GetGlobalTime(G4double timeDelay << 84 76 G4double GetLocalTime(G4double timeDelay = << 85 virtual void Initialize(const G4Track&); 77 // Convert the time delay to the glocbal << 86 // Initialize all propoerties by using G4Track information 78 // Can get the final global/local time << 87 >> 88 void ProposeGlobalTime(G4double t); >> 89 void ProposeLocalTime(G4double t); >> 90 // Get/Propose the final global/local Time >> 91 // NOTE: DO NOT INVOKE both methods in a step >> 92 // Each method affects both local and global time >> 93 >> 94 G4double GetGlobalTime(G4double timeDelay=0.0) const; >> 95 G4double GetLocalTime(G4double timeDelay=0.0) const; >> 96 // Convert the time delay to the glocbal/local time. >> 97 // Can get the final global/local Time without argument 79 98 80 const G4ThreeVector* GetPolarization() con 99 const G4ThreeVector* GetPolarization() const; 81 void ProposePolarization(G4double Px, G4do << 100 void ProposePolarization(G4double Px, G4double Py, G4double Pz); 82 void ProposePolarization(const G4ThreeVect << 101 void ProposePolarization(const G4ThreeVector& finalPoralization); 83 // Get/Propose the final Polarization ve << 102 // Get/Propose the final Polarization vector. 84 103 85 // --- Dump and debug methods --- << 104 public: 86 << 105 virtual void DumpInfo() const; 87 void DumpInfo() const final; << 88 << 89 G4bool CheckIt(const G4Track&) final; << 90 << 91 private: << 92 106 93 G4double theGlobalTime0 = 0.0; << 107 protected: 94 // The global time at Initial << 108 G4double theGlobalTime0; 95 G4double theLocalTime0 = 0.0; << 109 // The global time at Initial. 96 // The local time at Initial << 110 G4double theLocalTime0; >> 111 // The local time at Initial. 97 112 98 G4double theTimeChange = 0.0; << 113 G4double theTimeChange; 99 // The change of local time of a given p << 114 // The change of local time of a given particle. 100 115 101 G4ThreeVector thePolarizationChange; 116 G4ThreeVector thePolarizationChange; 102 // The changed (final) polarization of a << 117 // The changed (final) polarization of a given track >> 118 >> 119 public: >> 120 // for Debug >> 121 virtual G4bool CheckIt(const G4Track&); 103 }; 122 }; 104 123 105 // ---------------------- << 124 inline 106 // Inline methods << 125 void G4ParticleChangeForDecay::ProposeGlobalTime(G4double t) 107 // ---------------------- << 108 << 109 inline << 110 void G4ParticleChangeForDecay::ProposeGlobalTi << 111 { 126 { 112 theTimeChange = (t - theGlobalTime0) + theLo << 127 theTimeChange = (t-theGlobalTime0) + theLocalTime0; 113 } 128 } 114 << 129 115 inline 130 inline 116 G4double G4ParticleChangeForDecay::GetGlobalTi << 131 G4double G4ParticleChangeForDecay::GetGlobalTime(G4double timeDelay) const 117 { 132 { 118 // Convert the time delay to the global tim 133 // Convert the time delay to the global time. 119 return theGlobalTime0 + (theTimeChange - the << 134 return theGlobalTime0 + (theTimeChange-theLocalTime0) + timeDelay; 120 } 135 } 121 136 122 inline << 137 inline 123 void G4ParticleChangeForDecay::ProposeLocalTim << 138 void G4ParticleChangeForDecay::ProposeLocalTime(G4double t) 124 { 139 { 125 theTimeChange = t; 140 theTimeChange = t; 126 } 141 } 127 << 142 128 inline 143 inline 129 G4double G4ParticleChangeForDecay::GetLocalTim << 144 G4double G4ParticleChangeForDecay::GetLocalTime(G4double timeDelay) const 130 { 145 { 131 // Convert the time delay to the local time 146 // Convert the time delay to the local time. 132 return theTimeChange + timeDelay; 147 return theTimeChange + timeDelay; 133 } 148 } 134 149 135 inline 150 inline 136 const G4ThreeVector* G4ParticleChangeForDecay: << 151 const G4ThreeVector* G4ParticleChangeForDecay::GetPolarization() const 137 { 152 { 138 return &thePolarizationChange; 153 return &thePolarizationChange; 139 } 154 } 140 155 141 inline 156 inline 142 void G4ParticleChangeForDecay::ProposePolariza << 157 void G4ParticleChangeForDecay::ProposePolarization(const G4ThreeVector& finalPoralization) 143 const G4ThreeVector& finalPoralization) << 144 { 158 { 145 thePolarizationChange = finalPoralization; 159 thePolarizationChange = finalPoralization; 146 } 160 } 147 161 148 inline 162 inline 149 void G4ParticleChangeForDecay::ProposePolariza << 163 void G4ParticleChangeForDecay::ProposePolarization( 150 << 164 G4double Px, 151 << 165 G4double Py, >> 166 G4double Pz ) 152 { 167 { 153 thePolarizationChange.setX(Px); 168 thePolarizationChange.setX(Px); 154 thePolarizationChange.setY(Py); 169 thePolarizationChange.setY(Py); 155 thePolarizationChange.setZ(Pz); 170 thePolarizationChange.setZ(Pz); 156 } 171 } 157 172 158 #endif 173 #endif 159 174