Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/track/include/G4ParticleChange.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /track/include/G4ParticleChange.hh (Version 11.3.0) and /track/include/G4ParticleChange.hh (Version 11.1.2)


  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 // G4ParticleChange                                26 // G4ParticleChange
 27 //                                                 27 //
 28 // Class description:                              28 // Class description:
 29 //                                                 29 //
 30 // Concrete class for ParticleChange containin     30 // Concrete class for ParticleChange containing the results after
 31 // invocation of a physics process.                31 // invocation of a physics process.
 32 // This includes final states of parent partic     32 // This includes final states of parent particle (momentum, energy,
 33 // etc) and secondary particles generated by t     33 // etc) and secondary particles generated by the interaction.
 34 // The tracking assumes that all the values of     34 // The tracking assumes that all the values of energy and momentum
 35 // are in global reference system, therefore a     35 // are in global reference system, therefore all the needed Lorentz
 36 // transformations must have been already comp     36 // transformations must have been already computed when filling the
 37 // data-members of this class.                     37 // data-members of this class.
 38 //                                                 38 //
 39 // IMPORTANT NOTE: Despite the name, what this     39 // IMPORTANT NOTE: Despite the name, what this class stores/returns
 40 // through its methods, are the "FINAL" values     40 // through its methods, are the "FINAL" values of the Position,
 41 // Momentum, etc.                                  41 // Momentum, etc.
 42                                                    42 
 43 // Author: Hisaya Kurashige, 23 March 1998         43 // Author: Hisaya Kurashige, 23 March 1998  
 44 // -------------------------------------------     44 // --------------------------------------------------------------------
 45 #ifndef G4ParticleChange_hh                        45 #ifndef G4ParticleChange_hh
 46 #define G4ParticleChange_hh 1                      46 #define G4ParticleChange_hh 1
 47                                                    47 
 48 #include "globals.hh"                              48 #include "globals.hh"
 49 #include "G4ios.hh"                                49 #include "G4ios.hh"
 50 #include "G4ThreeVector.hh"                        50 #include "G4ThreeVector.hh"
 51 #include "G4VParticleChange.hh"                    51 #include "G4VParticleChange.hh"
 52                                                    52 
 53 class G4DynamicParticle;                           53 class G4DynamicParticle;
 54                                                    54 
 55 class G4ParticleChange : public G4VParticleCha     55 class G4ParticleChange : public G4VParticleChange
 56 {                                                  56 {
 57   public:                                          57   public:
 58                                                    58 
 59     G4ParticleChange();                            59     G4ParticleChange();
 60       // Default constructor                       60       // Default constructor
 61                                                    61 
 62     ~G4ParticleChange() override = default;        62     ~G4ParticleChange() override = default;
 63       // Destructor                                63       // Destructor
 64                                                    64 
 65     G4ParticleChange(const G4ParticleChange& r     65     G4ParticleChange(const G4ParticleChange& right) = delete;
 66     G4ParticleChange& operator=(const G4Partic     66     G4ParticleChange& operator=(const G4ParticleChange& right) = delete;
 67                                                    67 
 68   // --- the following methods are for updatin     68   // --- the following methods are for updating G4Step -----
 69   // Return the pointer to G4Step after updati     69   // Return the pointer to G4Step after updating the Step information
 70   // by using final state of the track given b     70   // by using final state of the track given by a physics process
 71                                                    71 
 72     G4Step* UpdateStepForAlongStep(G4Step* Ste     72     G4Step* UpdateStepForAlongStep(G4Step* Step) override;
 73       // A physics process gives the final sta     73       // A physics process gives the final state of the particle
 74       // relative to the initial state at the      74       // relative to the initial state at the beginning of the Step,
 75       // i.e., based on information of G4Track     75       // i.e., based on information of G4Track (or equivalently
 76       // the PreStepPoint).                        76       // the PreStepPoint).
 77       // In this method, the differences (delt     77       // In this method, the differences (delta) between these two states
 78       // are calculated, and are accumulated i     78       // are calculated, and are accumulated in PostStepPoint.
 79       // Take note that the return type of Get     79       // Take note that the return type of GetMomentumChange() is a
 80       // pointer to G4ParticleMomentum. Also i     80       // pointer to G4ParticleMomentum. Also it is a normalized
 81       // momentum vector                           81       // momentum vector
 82                                                    82 
 83     G4Step* UpdateStepForAtRest(G4Step* Step)      83     G4Step* UpdateStepForAtRest(G4Step* Step) override;
 84     G4Step* UpdateStepForPostStep(G4Step* Step     84     G4Step* UpdateStepForPostStep(G4Step* Step) override;
 85       // A physics process gives the final sta     85       // A physics process gives the final state of the particle
 86       // based on information of G4Track (or e     86       // based on information of G4Track (or equivalently the PreStepPoint)
 87                                                    87 
 88     void Initialize(const G4Track&) override;      88     void Initialize(const G4Track&) override;
 89       // Initialize all propoerties by using G     89       // Initialize all propoerties by using G4Track information
 90                                                    90 
 91   // --- methods to keep information of the fi     91   // --- methods to keep information of the final state ---
 92   //                                               92   //
 93   //  The ProposeXXX methods store (and return     93   //  The ProposeXXX methods store (and return in GetXXX methods)
 94   //  the "FINAL" values of the Position, Mome     94   //  the "FINAL" values of the Position, Momentum, etc.
 95                                                    95 
 96     inline const G4ThreeVector* GetMomentumDir     96     inline const G4ThreeVector* GetMomentumDirection() const;
 97     inline void ProposeMomentumDirection(G4dou     97     inline void ProposeMomentumDirection(G4double Px, G4double Py, G4double Pz);
 98     inline void ProposeMomentumDirection(const     98     inline void ProposeMomentumDirection(const G4ThreeVector& Pfinal);
 99       // Get/Propose the MomentumDirection vec     99       // Get/Propose the MomentumDirection vector: it is the final momentum
100       // direction                                100       // direction
101                                                   101 
102     inline const G4ThreeVector* GetPolarizatio    102     inline const G4ThreeVector* GetPolarization() const;
103     inline void ProposePolarization(G4double P    103     inline void ProposePolarization(G4double Px, G4double Py, G4double Pz);
104     inline void ProposePolarization(const G4Th    104     inline void ProposePolarization(const G4ThreeVector& finalPoralization);
105       // Get/Propose the final Polarization ve    105       // Get/Propose the final Polarization vector
106                                                   106 
107     inline G4double GetEnergy() const;            107     inline G4double GetEnergy() const;
108     inline void ProposeEnergy(G4double finalEn    108     inline void ProposeEnergy(G4double finalEnergy);
109       // Get/Propose the final kinetic energy     109       // Get/Propose the final kinetic energy of the current particle
110                                                   110 
111     inline G4double GetVelocity() const;          111     inline G4double GetVelocity() const;
112     inline void ProposeVelocity(G4double final    112     inline void ProposeVelocity(G4double finalVelocity);
113       // Get/Propose the final velocity of the    113       // Get/Propose the final velocity of the current particle
114                                                   114 
115     inline G4double GetProperTime() const;        115     inline G4double GetProperTime() const;
116     inline void ProposeProperTime(G4double fin    116     inline void ProposeProperTime(G4double finalProperTime);
117       // Get/Propose the final ProperTime         117       // Get/Propose the final ProperTime
118                                                   118 
119     inline const G4ThreeVector* GetPosition()     119     inline const G4ThreeVector* GetPosition() const;
120     inline void ProposePosition(G4double x, G4    120     inline void ProposePosition(G4double x, G4double y, G4double z);
121     inline void ProposePosition(const G4ThreeV    121     inline void ProposePosition(const G4ThreeVector& finalPosition);
122       // Get/Propose the final position of the    122       // Get/Propose the final position of the current particle
123                                                   123 
124     inline void ProposeGlobalTime(G4double t);    124     inline void ProposeGlobalTime(G4double t);
125     inline void ProposeLocalTime(G4double t);     125     inline void ProposeLocalTime(G4double t);
126       // Get/Propose the final global/local Ti    126       // Get/Propose the final global/local Time.
127       // NOTE: DO NOT INVOKE both methods in a    127       // NOTE: DO NOT INVOKE both methods in a step
128       //       Each method affects both local     128       //       Each method affects both local and global time
129                                                   129 
130     inline G4double GetGlobalTime(G4double tim    130     inline G4double GetGlobalTime(G4double timeDelay = 0.0) const;
131     inline G4double GetLocalTime(G4double time    131     inline G4double GetLocalTime(G4double timeDelay = 0.0) const;
132       // Convert the time delay to the glocbal    132       // Convert the time delay to the glocbal/local time.
133       // Can get the final global/local time w    133       // Can get the final global/local time without argument
134                                                   134 
135     inline G4double GetMass() const;              135     inline G4double GetMass() const;
136     inline void ProposeMass(G4double finalMass    136     inline void ProposeMass(G4double finalMass);
137       // Get/Propose the final dynamical mass     137       // Get/Propose the final dynamical mass in G4DynamicParticle
138                                                   138 
139     inline G4double GetCharge() const;            139     inline G4double GetCharge() const;
140     inline void ProposeCharge(G4double finalCh    140     inline void ProposeCharge(G4double finalCharge);
141       // Get/Propose the final dynamical charg    141       // Get/Propose the final dynamical charge in G4DynamicParticle
142                                                   142 
143     inline G4double GetMagneticMoment() const;    143     inline G4double GetMagneticMoment() const;
144     inline void ProposeMagneticMoment(G4double    144     inline void ProposeMagneticMoment(G4double finalMagneticMoment);
145       // Get/Propose the final MagneticMoment     145       // Get/Propose the final MagneticMoment in G4DynamicParticle
146                                                   146 
147     inline G4ThreeVector                          147     inline G4ThreeVector
148     GetGlobalPosition(const G4ThreeVector& dis    148     GetGlobalPosition(const G4ThreeVector& displacement) const;
149       // Convert the position displacement to     149       // Convert the position displacement to the global position
150                                                   150 
151     inline G4ThreeVector CalcMomentum(G4double    151     inline G4ThreeVector CalcMomentum(G4double energy, G4ThreeVector direction,
152                                       G4double    152                                       G4double mass) const;
153       // Calculate momentum by using Energy, M    153       // Calculate momentum by using Energy, Momentum Direction, and Mass
154                                                   154 
155   // --- methods for adding secondaries ---       155   // --- methods for adding secondaries ---
156                                                   156 
157     void AddSecondary(G4Track* aSecondary);       157     void AddSecondary(G4Track* aSecondary);
158       // Add a secondary particle to theListOf    158       // Add a secondary particle to theListOfSecondaries
159                                                   159 
160     void AddSecondary(G4DynamicParticle* aSeco    160     void AddSecondary(G4DynamicParticle* aSecondary,
161                       G4bool IsGoodForTracking    161                       G4bool IsGoodForTracking = false);
162       // Add a secondary particle to theListOf    162       // Add a secondary particle to theListOfSecondaries.
163       // Position and time are same as thePosi    163       // Position and time are same as thePositionChange and theTimeChange
164                                                   164 
165     void AddSecondary(G4DynamicParticle* aSeco    165     void AddSecondary(G4DynamicParticle* aSecondary, G4ThreeVector position,
166                       G4bool IsGoodForTracking    166                       G4bool IsGoodForTracking = false);
167       // Add a secondary particle to theListOf    167       // Add a secondary particle to theListOfSecondaries.
168       // Global time are same as theTimeChange    168       // Global time are same as theTimeChange and theTimeChange
169                                                   169 
170     void AddSecondary(G4DynamicParticle* aSeco    170     void AddSecondary(G4DynamicParticle* aSecondary, G4double time,
171                       G4bool IsGoodForTracking    171                       G4bool IsGoodForTracking = false);
172       // Add a secondary particle to theListOf    172       // Add a secondary particle to theListOfSecondaries.
173       // Position and are same as thePositionC    173       // Position and are same as thePositionChange
174                                                   174 
175   // --- Dump and debug methods ---               175   // --- Dump and debug methods ---
176                                                   176 
177     void DumpInfo() const override;               177     void DumpInfo() const override;
178                                                   178 
179   protected:                                      179   protected:
180                                                   180 
181     G4Step* UpdateStepInfo(G4Step* Step);         181     G4Step* UpdateStepInfo(G4Step* Step);
182       // Update the G4Step specific attributes    182       // Update the G4Step specific attributes
183       // (i.e. SteppingControl, LocalEnergyDep    183       // (i.e. SteppingControl, LocalEnergyDeposit, and TrueStepLength)
184                                                   184 
185     G4ThreeVector theMomentumDirectionChange;     185     G4ThreeVector theMomentumDirectionChange;
186       // It is the vector containing the final    186       // It is the vector containing the final momentum direction
187       // after the invoked process. The applic    187       // after the invoked process. The application of the change
188       // of the momentum direction of the part    188       // of the momentum direction of the particle is not done here.
189       // The responsibility to apply the chang    189       // The responsibility to apply the change is up to the entity
190       // which invoked the process                190       // which invoked the process
191                                                   191 
192     G4ThreeVector thePolarizationChange;          192     G4ThreeVector thePolarizationChange;
193       // The changed (final) polarization of a    193       // The changed (final) polarization of a given track
194                                                   194 
195     G4double theEnergyChange = 0.0;               195     G4double theEnergyChange = 0.0;
196       // The final kinetic energy of the curre    196       // The final kinetic energy of the current track
197                                                   197 
198     G4double theVelocityChange = 0.0;             198     G4double theVelocityChange = 0.0;
199     G4bool isVelocityChanged = false;             199     G4bool isVelocityChanged = false;
200       // The final velocity of the current tra    200       // The final velocity of the current track
201                                                   201 
202     G4ThreeVector thePositionChange;              202     G4ThreeVector thePositionChange;
203       // The changed (final) position of a giv    203       // The changed (final) position of a given track
204                                                   204 
205     G4double theGlobalTime0 = 0.0;                205     G4double theGlobalTime0 = 0.0;
206       // The global time at Initial               206       // The global time at Initial
207     G4double theLocalTime0 = 0.0;                 207     G4double theLocalTime0 = 0.0;
208       // The local time at Initial                208       // The local time at Initial
209                                                   209 
210     G4double theTimeChange = 0.0;                 210     G4double theTimeChange = 0.0;
211       // The change of local time of a given p    211       // The change of local time of a given particle
212                                                   212 
213     G4double theProperTimeChange = 0.0;           213     G4double theProperTimeChange = 0.0;
214       // The changed (final) proper time of a     214       // The changed (final) proper time of a given track
215                                                   215 
216     G4double theMassChange = 0.0;                 216     G4double theMassChange = 0.0;
217       // The Changed (final) mass of a given t    217       // The Changed (final) mass of a given track
218                                                   218 
219     G4double theChargeChange = 0.0;               219     G4double theChargeChange = 0.0;
220      // The Changed (final) charge of a given     220      // The Changed (final) charge of a given track
221                                                   221 
222     G4double theMagneticMomentChange = 0.0;       222     G4double theMagneticMomentChange = 0.0;
223      // The Changed (final) MagneticMoment of     223      // The Changed (final) MagneticMoment of a given track
224 };                                                224 };
225                                                   225 
226 #include "G4ParticleChange.icc"                   226 #include "G4ParticleChange.icc"
227                                                   227 
228 #endif                                            228 #endif
229                                                   229