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 // G4Track << 27 // 26 // 28 // Class description: << 29 // 27 // 30 // This class describes the particle under tra << 28 // 31 // It includes information related to tracking << 29 //--------------------------------------------------------------- >> 30 // >> 31 // G4Track.hh >> 32 // >> 33 // Class Description: >> 34 // This class represents the partilce under tracking. >> 35 // It includes information related to tracking for examples: 32 // 1) current position/time of the particl 36 // 1) current position/time of the particle, 33 // 2) static particle information, 37 // 2) static particle information, 34 // 3) the pointer to the physical volume w 38 // 3) the pointer to the physical volume where currently 35 // the particle exists 39 // the particle exists 36 << 40 // 37 // Author: Katsuya Amako, KEK - 1995 << 41 //--------------------------------------------------------------- 38 // Revisions: Hisaya Kurashige, 1998-2011 << 42 // Modification for G4TouchableHandle 22 Oct. 2001 R.Chytracek 39 // ------------------------------------------- << 43 // Add MaterialCutCouple 08 Oct. 2002 H.Kurashige 40 #ifndef G4Track_hh << 44 // Add SetVelocityTableProperties 02 Apr. 2011 H.Kurashige 41 #define G4Track_hh 1 << 45 // Add fVelocity and Set/GetVelocity 29 Apr. 2011 H.Kurashige 42 << 46 // Use G4VelocityTable 17 AUg. 2011 H.Kurashige 43 #include <cmath> // Include from 'system' << 47 44 #include <map> << 48 #ifndef G4Track_h 45 #include <CLHEP/Units/PhysicalConstants.h> << 49 #define G4Track_h 1 46 << 50 47 #include "globals.hh" // Include fr << 51 #include <cmath> // Include from 'system' 48 #include "trkdefs.hh" // Include DL << 52 49 #include "G4ThreeVector.hh" // Include fr << 53 #include "globals.hh" // Include from 'global' 50 #include "G4LogicalVolume.hh" // Include fr << 54 #include "trkdefs.hh" // Include DLL defs... 51 #include "G4VPhysicalVolume.hh" // Include fr << 55 #include "G4ThreeVector.hh" // Include from 'geometry' 52 #include "G4Allocator.hh" // Include fr << 56 #include "G4LogicalVolume.hh" // Include from 'geometry' 53 #include "G4DynamicParticle.hh" // Include fr << 57 #include "G4VPhysicalVolume.hh" // Include from 'geometry' 54 #include "G4TrackStatus.hh" // Include fr << 58 #include "G4Allocator.hh" // Include from 'particle+matter' 55 #include "G4TouchableHandle.hh" // Include fr << 59 #include "G4DynamicParticle.hh" // Include from 'particle+matter' >> 60 #include "G4TrackStatus.hh" // Include from 'tracking' >> 61 #include "G4TouchableHandle.hh" // Include from 'geometry' 56 #include "G4VUserTrackInformation.hh" 62 #include "G4VUserTrackInformation.hh" 57 #include "G4PhysicsModelCatalog.hh" 63 #include "G4PhysicsModelCatalog.hh" >> 64 58 #include "G4Material.hh" 65 #include "G4Material.hh" 59 66 60 class G4Step; // Forward declaration << 67 class G4Step; // Forward declaration 61 class G4MaterialCutsCouple; 68 class G4MaterialCutsCouple; >> 69 class G4VelocityTable; 62 class G4VAuxiliaryTrackInformation; 70 class G4VAuxiliaryTrackInformation; 63 class G4VProcess; << 64 71 >> 72 #include <map> >> 73 >> 74 ////////////// 65 class G4Track 75 class G4Track >> 76 ////////////// 66 { 77 { 67 public: << 68 G4Track(); << 69 // Default constructor << 70 G4Track(G4DynamicParticle* apValueDynamicP << 71 G4double aValueTime, << 72 const G4ThreeVector& aValuePositio << 73 // Constructor - aValueTime is a global << 74 78 75 G4Track(const G4Track&,G4bool copyTouchabl << 79 //-------- 76 // Copy Constructor - copies members oth << 80 public: // With description >> 81 >> 82 // Constructor >> 83 G4Track(); >> 84 G4Track(G4DynamicParticle* apValueDynamicParticle, >> 85 G4double aValueTime, >> 86 const G4ThreeVector& aValuePosition); >> 87 // aValueTime is a global time >> 88 G4Track(const G4Track&); >> 89 // Copy Constructor copys members other than tracking information >> 90 >> 91 private: >> 92 // Hide assignment operator as private >> 93 G4Track& operator=(const G4Track&); >> 94 >> 95 //-------- >> 96 public: // With description 77 97 78 ~G4Track(); << 98 // Destrcutor 79 // Destructor << 99 ~G4Track(); 80 100 81 inline void* operator new(std::size_t); << 101 // Operators >> 102 inline void *operator new(size_t); 82 // Override "new" for "G4Allocator". 103 // Override "new" for "G4Allocator". 83 inline void operator delete(void* aTrack); << 104 inline void operator delete(void *aTrack); 84 // Override "delete" for "G4Allocator". 105 // Override "delete" for "G4Allocator". 85 106 86 G4Track& operator=(const G4Track&); << 107 G4bool operator==( const G4Track& ); 87 // Assignment operator << 108 >> 109 //-------- >> 110 public: // With description >> 111 // Copy information of the track (w/o tracking information) >> 112 void CopyTrackInfo(const G4Track&); >> 113 >> 114 // Get/Set functions >> 115 // track ID >> 116 G4int GetTrackID() const; >> 117 void SetTrackID(const G4int aValue); >> 118 >> 119 G4int GetParentID() const; >> 120 void SetParentID(const G4int aValue); >> 121 >> 122 // dynamic particle >> 123 const G4DynamicParticle* GetDynamicParticle() const; >> 124 >> 125 // particle definition >> 126 const G4ParticleDefinition* GetParticleDefinition() const; >> 127 // following method of GetDefinition remains >> 128 // because of backward compatiblity. It will be removed in future >> 129 G4ParticleDefinition* GetDefinition() const; >> 130 >> 131 // position, time >> 132 const G4ThreeVector& GetPosition() const; >> 133 void SetPosition(const G4ThreeVector& aValue); >> 134 >> 135 G4double GetGlobalTime() const; >> 136 void SetGlobalTime(const G4double aValue); >> 137 // Time since the event in which the track belongs is created. >> 138 >> 139 G4double GetLocalTime() const; >> 140 void SetLocalTime(const G4double aValue); >> 141 // Time since the current track is created. 88 142 89 inline G4bool operator==(const G4Track&); << 143 G4double GetProperTime() const; 90 inline G4bool operator!=(const G4Track&); << 144 void SetProperTime(const G4double aValue); 91 // Equality operators << 145 // Proper time of the current track 92 146 93 void CopyTrackInfo(const G4Track&, G4bool << 147 // volume, material, touchable 94 // Copy information of the track (w/o tr << 148 G4VPhysicalVolume* GetVolume() const; >> 149 G4VPhysicalVolume* GetNextVolume() const; 95 150 96 inline G4int GetTrackID() const; << 151 G4Material* GetMaterial() const; 97 inline void SetTrackID(const G4int aValue) << 152 G4Material* GetNextMaterial() const; 98 // Get/Set functions track ID << 99 153 100 inline G4int GetParentID() const; << 154 const G4MaterialCutsCouple* GetMaterialCutsCouple() const; 101 inline void SetParentID(const G4int aValue << 155 const G4MaterialCutsCouple* GetNextMaterialCutsCouple() const; 102 156 103 inline const G4DynamicParticle* GetDynamic << 157 const G4VTouchable* GetTouchable() const; 104 // Dynamic particle << 158 const G4TouchableHandle& GetTouchableHandle() const; >> 159 void SetTouchableHandle( const G4TouchableHandle& apValue); 105 160 106 inline const G4ParticleDefinition* GetPart << 161 const G4VTouchable* GetNextTouchable() const; 107 // Particle definition << 162 const G4TouchableHandle& GetNextTouchableHandle() const; 108 inline G4ParticleDefinition* GetDefinition << 163 void SetNextTouchableHandle( const G4TouchableHandle& apValue); 109 // Obsolete, for backwards compatibility << 110 164 111 inline const G4ThreeVector& GetPosition() << 165 const G4VTouchable* GetOriginTouchable() const; 112 inline void SetPosition(const G4ThreeVecto << 166 const G4TouchableHandle& GetOriginTouchableHandle() const; 113 // Position, time << 167 void SetOriginTouchableHandle( const G4TouchableHandle& apValue); 114 168 115 inline G4double GetGlobalTime() const; << 169 // energy 116 inline void SetGlobalTime(const G4double a << 170 G4double GetKineticEnergy() const; 117 // Time since the event in which the tra << 171 void SetKineticEnergy(const G4double aValue); 118 172 119 inline G4double GetLocalTime() const; << 173 G4double GetTotalEnergy() const; 120 inline void SetLocalTime(const G4double aV << 121 // Time since the current track is creat << 122 174 123 inline G4double GetProperTime() const; << 175 124 inline void SetProperTime(const G4double a << 176 // moemtnum 125 // Proper time of the current track << 177 const G4ThreeVector& GetMomentumDirection() const; >> 178 void SetMomentumDirection(const G4ThreeVector& aValue); >> 179 >> 180 G4ThreeVector GetMomentum() const; >> 181 >> 182 // velocity >> 183 G4double GetVelocity() const; >> 184 void SetVelocity(G4double val); >> 185 >> 186 G4double CalculateVelocity() const; >> 187 G4double CalculateVelocityForOpticalPhoton() const; 126 188 127 inline G4VPhysicalVolume* GetVolume() cons << 189 G4bool UseGivenVelocity() const; 128 inline G4VPhysicalVolume* GetNextVolume() << 190 void UseGivenVelocity(G4bool val); 129 // Volume, material, touchable << 130 << 131 inline G4Material* GetMaterial() const; << 132 inline G4Material* GetNextMaterial() const << 133 << 134 inline const G4MaterialCutsCouple* GetMate << 135 inline const G4MaterialCutsCouple* GetNext << 136 << 137 inline const G4VTouchable* GetTouchable() << 138 inline const G4TouchableHandle& GetTouchab << 139 inline void SetTouchableHandle(const G4Tou << 140 << 141 inline const G4VTouchable* GetNextTouchabl << 142 inline const G4TouchableHandle& GetNextTou << 143 inline void SetNextTouchableHandle(const G << 144 << 145 inline const G4VTouchable* GetOriginToucha << 146 inline const G4TouchableHandle& GetOriginT << 147 inline void SetOriginTouchableHandle(const << 148 << 149 inline G4double GetKineticEnergy() const; << 150 inline G4double GetTotalEnergy() const; << 151 inline void SetKineticEnergy(const G4doubl << 152 // Energy << 153 << 154 inline G4ThreeVector GetMomentum() const; << 155 inline const G4ThreeVector& GetMomentumDir << 156 inline void SetMomentumDirection(const G4T << 157 // Momentum << 158 << 159 inline G4double GetVelocity() const; << 160 inline void SetVelocity(G4double val); << 161 // Velocity << 162 << 163 inline G4double CalculateVelocity() const; << 164 G4double CalculateVelocityForOpticalPhoton << 165 << 166 inline G4bool UseGivenVelocity() const; << 167 inline void UseGivenVelocity(G4bool val); << 168 << 169 inline const G4ThreeVector& GetPolarizatio << 170 inline void SetPolarization(const G4ThreeV << 171 // Polarization << 172 << 173 inline G4TrackStatus GetTrackStatus() cons << 174 inline void SetTrackStatus(const G4TrackSt << 175 // Track status, flags for tracking << 176 << 177 inline G4bool IsBelowThreshold() const; << 178 inline void SetBelowThresholdFlag(G4bool v << 179 // The flag of "BelowThreshold" is set t << 180 // If this track energy is below thresho << 181 // in this material is determined by the << 182 << 183 inline G4bool IsGoodForTracking() const; << 184 inline void SetGoodForTrackingFlag(G4bool << 185 // The flag of "GoodForTracking" is set << 186 // if this track should be tracked << 187 // even if the energy is below threshold << 188 << 189 inline G4double GetTrackLength() const; << 190 inline void AddTrackLength(const G4double << 191 // Accumulated track length << 192 << 193 inline const G4Step* GetStep() const; << 194 inline void SetStep(const G4Step* aValue); << 195 // Step information << 196 << 197 inline G4int GetCurrentStepNumber() const; << 198 inline void IncrementCurrentStepNumber(); << 199 << 200 inline G4double GetStepLength() const; << 201 inline void SetStepLength(G4double value); << 202 // Before the end of the AlongStepDoIt() << 203 // the initial value which is determined << 204 // proposed by a physics process. After << 205 // it will be set equal to 'StepLength' << 206 << 207 inline const G4ThreeVector& GetVertexPosit << 208 inline void SetVertexPosition(const G4Thre << 209 // Vertex (where this track was created) << 210 << 211 inline const G4ThreeVector& GetVertexMomen << 212 inline void SetVertexMomentumDirection(con << 213 << 214 inline G4double GetVertexKineticEnergy() c << 215 inline void SetVertexKineticEnergy(const G << 216 << 217 inline const G4LogicalVolume* GetLogicalVo << 218 inline void SetLogicalVolumeAtVertex(const << 219 << 220 inline const G4VProcess* GetCreatorProcess << 221 inline void SetCreatorProcess(const G4VPro << 222 << 223 inline void SetCreatorModelID(const G4int << 224 inline G4int GetCreatorModelID() const; << 225 inline G4int GetCreatorModelIndex() const; << 226 inline const G4String GetCreatorModelName( << 227 // Identification of the physics model t << 228 // each of the three information (ID, in << 229 // (the model ID and its name are suppos << 230 // code, whereas the index is meant for << 231 << 232 inline const G4ParticleDefinition* GetPare << 233 inline void SetParentResonanceDef(const G4 << 234 inline G4int GetParentResonanceID() const; << 235 inline void SetParentResonanceID(const G4i << 236 inline G4bool HasParentResonance() const; << 237 inline G4int GetParentResonancePDGEncoding << 238 inline G4String GetParentResonanceName() c << 239 inline G4double GetParentResonanceMass() c << 240 // Because short-lived resonances (e.g. << 241 // do not have corresponding track objec << 242 // by a resonance parent, these methods << 243 // regarding this short-lived parent. << 244 // The ID is a unique (integer) identifi << 245 // corresponds to the rounded integer of << 246 // in keV), which allows to know if two << 247 // from the same parent resonance: this << 248 // the parent-track-ID (fParentID) which << 249 // ancestor which is not a short-lived r << 250 // a corresponding track object). << 251 // In the case of a track non originatin << 252 // the above "Get" methods return, respe << 253 // 0, "", 0. << 254 << 255 inline G4double GetWeight() const; << 256 inline void SetWeight(G4double aValue); << 257 // Track weight; methods for manipulatin << 258 << 259 inline G4VUserTrackInformation* GetUserInf << 260 inline void SetUserInformation(G4VUserTrac << 261 // User information << 262 << 263 void SetAuxiliaryTrackInformation(G4int id << 264 G4VAuxil << 265 G4VAuxiliaryTrackInformation* GetAuxiliary << 266 inline std::map<G4int, G4VAuxiliaryTrackIn << 267 GetAuxiliaryTrackInformationMap() c << 268 191 269 void RemoveAuxiliaryTrackInformation(G4int << 192 // polarization 270 void RemoveAuxiliaryTrackInformation(G4Str << 193 const G4ThreeVector& GetPolarization() const; 271 // Note: G4VAuxiliaryTrackInformation ob << 194 void SetPolarization(const G4ThreeVector& aValue); >> 195 >> 196 // track status, flags for tracking >> 197 G4TrackStatus GetTrackStatus() const; >> 198 void SetTrackStatus(const G4TrackStatus aTrackStatus); >> 199 >> 200 G4bool IsBelowThreshold() const; >> 201 void SetBelowThresholdFlag(G4bool value = true); >> 202 // The flag of "BelowThreshold" is set to true >> 203 // if this track energy is below threshold energy >> 204 // in this material determined by the range cut value >> 205 >> 206 G4bool IsGoodForTracking() const; >> 207 void SetGoodForTrackingFlag(G4bool value = true); >> 208 // The flag of "GoodForTracking" is set by processes >> 209 // if this track should be tracked >> 210 // even if the energy is below threshold >> 211 >> 212 // track length >> 213 G4double GetTrackLength() const; >> 214 void AddTrackLength(const G4double aValue); >> 215 // Accumulated the track length >> 216 >> 217 // step information >> 218 const G4Step* GetStep() const; >> 219 void SetStep(const G4Step* aValue); >> 220 >> 221 G4int GetCurrentStepNumber() const; >> 222 void IncrementCurrentStepNumber(); >> 223 >> 224 G4double GetStepLength() const; >> 225 void SetStepLength(G4double value); >> 226 // Before the end of the AlongStepDoIt loop,StepLength keeps >> 227 // the initial value which is determined by the shortest geometrical Step >> 228 // proposed by a physics process. After finishing the AlongStepDoIt, >> 229 // it will be set equal to 'StepLength' in G4Step. 272 230 273 private: << 231 // vertex (,where this track was created) information >> 232 const G4ThreeVector& GetVertexPosition() const; >> 233 void SetVertexPosition(const G4ThreeVector& aValue); 274 234 275 void ClearAuxiliaryTrackInformation(); << 235 const G4ThreeVector& GetVertexMomentumDirection() const; >> 236 void SetVertexMomentumDirection(const G4ThreeVector& aValue); 276 237 277 // Member data << 238 G4double GetVertexKineticEnergy() const; >> 239 void SetVertexKineticEnergy(const G4double aValue); 278 240 279 G4ThreeVector fPosition; << 241 const G4LogicalVolume* GetLogicalVolumeAtVertex() const; 280 // Current positon << 242 void SetLogicalVolumeAtVertex(const G4LogicalVolume* ); 281 G4double fGlobalTime = 0.0; << 243 282 // Time since the event is created << 244 const G4VProcess* GetCreatorProcess() const; 283 G4double fLocalTime = 0.0; << 245 void SetCreatorProcess(const G4VProcess* aValue); 284 // Time since the track is created << 246 285 G4double fTrackLength = 0.0; << 247 inline void SetCreatorModelIndex(G4int idx); 286 // Accumulated track length << 248 287 << 249 inline const G4String& GetCreatorModelName() const; 288 G4double fVelocity = 0.0; << 250 >> 251 inline G4int GetCreatorModelID() const; 289 252 290 G4TouchableHandle fpTouchable; << 253 // track weight 291 G4TouchableHandle fpNextTouchable; << 254 // These are methods for manipulating a weight for this track. 292 G4TouchableHandle fpOriginTouchable; << 255 G4double GetWeight() const; 293 // Touchable Handle << 256 void SetWeight(G4double aValue); 294 << 257 295 G4DynamicParticle* fpDynamicParticle = nul << 258 // User information 296 mutable G4TrackStatus fTrackStatus = fAliv << 259 G4VUserTrackInformation* GetUserInformation() const; 297 << 260 void SetUserInformation(G4VUserTrackInformation* aValue) const; 298 G4double fStepLength = 0.0; << 261 299 // Before the end of the AlongStepDoIt l << 262 // Velocity table 300 // Step length which is determined by th << 263 static void SetVelocityTableProperties(G4double t_max, G4double t_min, G4int nbin); >> 264 static G4double GetMaxTOfVelocityTable(); >> 265 static G4double GetMinTOfVelocityTable(); >> 266 static G4int GetNbinOfVelocityTable(); >> 267 >> 268 //--------- >> 269 private: >> 270 //--------- >> 271 // Member data >> 272 G4int fCurrentStepNumber; // Total steps number up to now >> 273 G4ThreeVector fPosition; // Current positon >> 274 G4double fGlobalTime; // Time since the event is created >> 275 G4double fLocalTime; // Time since the track is created >> 276 G4double fTrackLength; // Accumulated track length >> 277 G4int fParentID; >> 278 G4int fTrackID; >> 279 G4double fVelocity; >> 280 >> 281 G4TouchableHandle fpTouchable; >> 282 G4TouchableHandle fpNextTouchable; >> 283 G4TouchableHandle fpOriginTouchable; >> 284 // Touchable Handle >> 285 >> 286 G4DynamicParticle* fpDynamicParticle; >> 287 G4TrackStatus fTrackStatus; >> 288 >> 289 G4bool fBelowThreshold; >> 290 // This flag is set to true if this track energy is below >> 291 // threshold energy in this material determined by the range cut value >> 292 G4bool fGoodForTracking; >> 293 // This flag is set by processes if this track should be tracked >> 294 // even if the energy is below threshold >> 295 >> 296 G4double fStepLength; >> 297 // Before the end of the AlongStepDoIt loop, this keeps the initial >> 298 // Step length which is determined by the shortest geometrical Step 301 // proposed by a physics process. After 299 // proposed by a physics process. After finishing the AlongStepDoIt, 302 // this will be set equal to 'StepLength 300 // this will be set equal to 'StepLength' in G4Step. 303 301 304 G4double fWeight = 1.0; << 302 G4double fWeight; 305 // This is a weight for this track << 303 // This is a weight for this track 306 << 307 const G4Step* fpStep = nullptr; << 308 304 309 G4ThreeVector fVtxPosition; << 305 const G4Step* fpStep; 310 // (x,y,z) of the vertex << 311 G4ThreeVector fVtxMomentumDirection; << 312 // Momentum direction at the vertex << 313 G4double fVtxKineticEnergy = 0.0; << 314 // Kinetic energy at the vertex << 315 const G4LogicalVolume* fpLVAtVertex = null << 316 // Logical Volume at the vertex << 317 const G4VProcess* fpCreatorProcess = nullp << 318 // Process which created the track << 319 << 320 mutable G4VUserTrackInformation* fpUserInf << 321 << 322 mutable G4Material* prev_mat = nullptr; << 323 mutable G4MaterialPropertyVector* groupvel << 324 mutable G4double prev_velocity = 0.0; << 325 mutable G4double prev_momentum = 0.0; << 326 // cached values for CalculateVelocity << 327 << 328 mutable std::map<G4int, G4VAuxiliaryTrackI << 329 fpAuxiliaryTrackInformationMap = n << 330 << 331 G4int fCurrentStepNumber = 0; << 332 // Total steps number up to now << 333 << 334 G4int fCreatorModelID = -1; << 335 // ID of the physics model which created << 336 << 337 const G4ParticleDefinition* fParentResonan << 338 // Pointer to the particle definition of << 339 // in the case that the track is produce << 340 // (which does not have a corresponding << 341 G4int fParentResonanceID = 0; << 342 // Unique ID for the parent resonance, i << 343 // is produced by a resonance parent, el << 344 << 345 G4int fParentID = 0; << 346 G4int fTrackID = 0; << 347 << 348 G4bool fBelowThreshold = false; << 349 // This flag is set to true if this trac << 350 // threshold energy in this material det << 351 G4bool fGoodForTracking = false; << 352 // This flag is set by processes if this << 353 // even if the energy is below threshold << 354 306 355 G4bool is_OpticalPhoton = false; << 307 G4ThreeVector fVtxPosition; // (x,y,z) of the vertex >> 308 G4ThreeVector fVtxMomentumDirection; // Momentum direction at the vertex >> 309 G4double fVtxKineticEnergy; // Kinetic energy at the vertex >> 310 const G4LogicalVolume* fpLVAtVertex; //Logical Volume at the vertex >> 311 const G4VProcess* fpCreatorProcess; // Process which created the track >> 312 G4int fCreatorModelIndex; // Index of the physics model which created the track >> 313 >> 314 mutable G4VUserTrackInformation* fpUserInformation; >> 315 >> 316 // cached values for CalculateVelocity >> 317 mutable G4Material* prev_mat; >> 318 mutable G4MaterialPropertyVector* groupvel; >> 319 mutable G4double prev_velocity; >> 320 mutable G4double prev_momentum; 356 321 357 G4bool useGivenVelocity = false; << 322 G4bool is_OpticalPhoton; 358 // do not calculate velocity and just us << 323 static G4VelocityTable*& velTable(); >> 324 >> 325 G4bool useGivenVelocity; >> 326 // do not calclulate velocity and just use current fVelocity 359 // if this flag is set 327 // if this flag is set 360 328 361 G4bool fCopyTouchables = true; << 329 mutable std::map<G4int,G4VAuxiliaryTrackInformation*>* fpAuxiliaryTrackInformationMap; >> 330 >> 331 //-------- >> 332 public: >> 333 //-------- >> 334 >> 335 void SetAuxiliaryTrackInformation(G4int idx, G4VAuxiliaryTrackInformation* info) const; >> 336 G4VAuxiliaryTrackInformation* GetAuxiliaryTrackInformation(G4int idx) const; >> 337 std::map<G4int,G4VAuxiliaryTrackInformation*>* GetAuxiliaryTrackInformationMap() const >> 338 { return fpAuxiliaryTrackInformationMap; } >> 339 >> 340 void RemoveAuxiliaryTrackInformation(G4int idx); >> 341 void RemoveAuxiliaryTrackInformation(G4String& name); >> 342 // Note: G4VAuxiliaryTrackInformation object itself is *NOT* deleted >> 343 >> 344 //-------- >> 345 private: >> 346 //-------- >> 347 >> 348 void ClearAuxiliaryTrackInformation(); 362 }; 349 }; 363 350 364 #include "G4Track.icc" 351 #include "G4Track.icc" 365 352 366 #endif 353 #endif 367 354