#include <G4SmoothTrajectory.hh>
Definition at line 67 of file G4SmoothTrajectory.hh.
◆ G4SmoothTrajectory() [1/3]
G4SmoothTrajectory::G4SmoothTrajectory |
( |
| ) |
|
Definition at line 58 of file G4SmoothTrajectory.cc.
TrajectoryPointContainer * positionRecord
CLHEP::Hep3Vector G4ThreeVector
G4ThreeVector initialMomentum
G4double initialKineticEnergy
◆ G4SmoothTrajectory() [2/3]
G4SmoothTrajectory::G4SmoothTrajectory |
( |
const G4Track * |
aTrack | ) |
|
Definition at line 64 of file G4SmoothTrajectory.cc.
TrajectoryPointContainer * positionRecord
std::vector< G4VTrajectoryPoint * > TrajectoryPointContainer
const G4String & GetParticleName() const
G4int GetPDGEncoding() const
G4ThreeVector initialMomentum
G4double initialKineticEnergy
G4double GetPDGCharge() const
◆ G4SmoothTrajectory() [3/3]
Definition at line 83 of file G4SmoothTrajectory.cc.
TrajectoryPointContainer * positionRecord
std::vector< G4VTrajectoryPoint * > TrajectoryPointContainer
G4ThreeVector initialMomentum
G4double initialKineticEnergy
◆ ~G4SmoothTrajectory()
G4SmoothTrajectory::~G4SmoothTrajectory |
( |
| ) |
|
|
virtual |
Definition at line 101 of file G4SmoothTrajectory.cc.
108 delete (*positionRecord)[i];
TrajectoryPointContainer * positionRecord
◆ AppendStep()
void G4SmoothTrajectory::AppendStep |
( |
const G4Step * |
aStep | ) |
|
|
virtual |
◆ CreateAttValues()
std::vector< G4AttValue > * G4SmoothTrajectory::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VTrajectory.
Definition at line 173 of file G4SmoothTrajectory.cc.
175 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
virtual int GetPointEntries() const
static G4String ConvertToString(G4bool boolVal)
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
G4ThreeVector initialMomentum
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
G4double initialKineticEnergy
◆ DrawTrajectory()
void G4SmoothTrajectory::DrawTrajectory |
( |
| ) |
const |
|
virtual |
◆ GetAttDefs()
Reimplemented from G4VTrajectory.
Definition at line 129 of file G4SmoothTrajectory.cc.
132 std::map<G4String,G4AttDef>* store
137 (*store)[ID] =
G4AttDef(ID,
"Track ID",
"Physics",
"",
"G4int");
140 (*store)[PID] =
G4AttDef(PID,
"Parent ID",
"Physics",
"",
"G4int");
143 (*store)[PN] =
G4AttDef(PN,
"Particle Name",
"Physics",
"",
"G4String");
146 (*store)[Ch] =
G4AttDef(Ch,
"Charge",
"Physics",
"e+",
"G4double");
149 (*store)[PDG] =
G4AttDef(PDG,
"PDG Encoding",
"Physics",
"",
"G4int");
153 G4AttDef(IKE,
"Initial kinetic energy",
154 "Physics",
"G4BestUnit",
"G4double");
157 (*store)[IMom] =
G4AttDef(IMom,
"Initial momentum",
158 "Physics",
"G4BestUnit",
"G4ThreeVector");
162 (IMag,
"Initial momentum magnitude",
163 "Physics",
"G4BestUnit",
"G4double");
166 (*store)[NTP] =
G4AttDef(NTP,
"No. of points",
"Physics",
"",
"G4int");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
◆ GetCharge()
G4double G4SmoothTrajectory::GetCharge |
( |
| ) |
const |
|
inlinevirtual |
◆ GetInitialKineticEnergy()
G4double G4SmoothTrajectory::GetInitialKineticEnergy |
( |
| ) |
const |
|
inline |
◆ GetInitialMomentum()
◆ GetParentID()
G4int G4SmoothTrajectory::GetParentID |
( |
| ) |
const |
|
inlinevirtual |
◆ GetParticleDefinition()
◆ GetParticleName()
G4String G4SmoothTrajectory::GetParticleName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetPDGEncoding()
G4int G4SmoothTrajectory::GetPDGEncoding |
( |
| ) |
const |
|
inlinevirtual |
◆ GetPoint()
◆ GetPointEntries()
virtual int G4SmoothTrajectory::GetPointEntries |
( |
| ) |
const |
|
inlinevirtual |
◆ GetTrackID()
G4int G4SmoothTrajectory::GetTrackID |
( |
| ) |
const |
|
inlinevirtual |
◆ MergeTrajectory()
void G4SmoothTrajectory::MergeTrajectory |
( |
G4VTrajectory * |
secondTrajectory | ) |
|
|
virtual |
Implements G4VTrajectory.
Definition at line 222 of file G4SmoothTrajectory.cc.
224 if(!secondTrajectory)
return;
228 for(
G4int i=1;i<ent;i++)
TrajectoryPointContainer * positionRecord
virtual int GetPointEntries() const
◆ operator delete()
void G4SmoothTrajectory::operator delete |
( |
void * |
aTrajectory | ) |
|
|
inline |
Definition at line 148 of file G4SmoothTrajectory.hh.
G4TRACKING_DLL G4ThreadLocal G4Allocator< G4SmoothTrajectory > * aSmoothTrajectoryAllocator
◆ operator new()
void * G4SmoothTrajectory::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 141 of file G4SmoothTrajectory.hh.
G4TRACKING_DLL G4ThreadLocal G4Allocator< G4SmoothTrajectory > * aSmoothTrajectoryAllocator
◆ operator=()
◆ operator==()
◆ ShowTrajectory()
void G4SmoothTrajectory::ShowTrajectory |
( |
std::ostream & |
os = G4cout | ) |
const |
|
virtual |
◆ fParentID
G4int G4SmoothTrajectory::fParentID |
|
private |
◆ fTrackID
G4int G4SmoothTrajectory::fTrackID |
|
private |
◆ initialKineticEnergy
G4double G4SmoothTrajectory::initialKineticEnergy |
|
private |
◆ initialMomentum
◆ ParticleName
G4String G4SmoothTrajectory::ParticleName |
|
private |
◆ PDGCharge
◆ PDGEncoding
G4int G4SmoothTrajectory::PDGEncoding |
|
private |
◆ positionRecord
The documentation for this class was generated from the following files: