#include <F04Trajectory.hh>
Definition at line 50 of file F04Trajectory.hh.
◆ F04Trajectory() [1/3]
F04Trajectory::F04Trajectory |
( |
| ) |
|
Definition at line 52 of file F04Trajectory.cc.
TrajectoryPointContainer * fpPointsContainer
CLHEP::Hep3Vector G4ThreeVector
G4ThreeVector fInitialMomentum
◆ F04Trajectory() [2/3]
F04Trajectory::F04Trajectory |
( |
const G4Track * |
aTrack | ) |
|
Definition at line 59 of file F04Trajectory.cc.
TrajectoryPointContainer * fpPointsContainer
std::vector< G4VTrajectoryPoint * > TrajectoryPointContainer
G4ThreeVector fInitialMomentum
const G4String & GetParticleName() const
G4int GetPDGEncoding() const
G4double GetPDGCharge() const
◆ F04Trajectory() [3/3]
Definition at line 75 of file F04Trajectory.cc.
TrajectoryPointContainer * fpPointsContainer
std::vector< G4VTrajectoryPoint * > TrajectoryPointContainer
G4ThreeVector fInitialMomentum
◆ ~F04Trajectory()
F04Trajectory::~F04Trajectory |
( |
| ) |
|
|
virtual |
Definition at line 94 of file F04Trajectory.cc.
97 delete (*fpPointsContainer)[i];
TrajectoryPointContainer * fpPointsContainer
◆ AppendStep()
void F04Trajectory::AppendStep |
( |
const G4Step * |
aStep | ) |
|
|
virtual |
◆ CreateAttValues()
std::vector< G4AttValue > * F04Trajectory::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VTrajectory.
Definition at line 187 of file F04Trajectory.cc.
189 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
virtual int GetPointEntries() const
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
static G4String ConvertToString(G4bool boolVal)
G4ThreeVector fInitialMomentum
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
◆ GetAttDefs()
Reimplemented from G4VTrajectory.
Definition at line 145 of file F04Trajectory.cc.
148 std::map<G4String,G4AttDef>* store
154 (*store)[ID] =
G4AttDef(ID,
"Track ID",
"Bookkeeping",
"",
"G4int");
157 (*store)[PID] =
G4AttDef(PID,
"Parent ID",
"Bookkeeping",
"",
"G4int");
160 (*store)[PN] =
G4AttDef(PN,
"Particle Name",
"Physics",
"",
"G4String");
163 (*store)[Ch] =
G4AttDef(Ch,
"Charge",
"Physics",
"e+",
"G4double");
166 (*store)[PDG] =
G4AttDef(PDG,
"PDG Encoding",
"Physics",
"",
"G4int");
170 "Momentum of track at start of trajectory",
171 "Physics",
"G4BestUnit",
"G4ThreeVector");
175 "Magnitude of momentum of track at start of trajectory",
176 "Physics",
"G4BestUnit",
"G4double");
179 (*store)[NTP] =
G4AttDef(NTP,
"No. of points",
"Bookkeeping",
"",
"G4int");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
◆ GetCharge()
G4double F04Trajectory::GetCharge |
( |
| ) |
const |
|
inlinevirtual |
◆ GetInitialMomentum()
◆ GetParentID()
G4int F04Trajectory::GetParentID |
( |
| ) |
const |
|
inlinevirtual |
◆ GetParticleDefinition()
◆ GetParticleName()
G4String F04Trajectory::GetParticleName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetPDGEncoding()
G4int F04Trajectory::GetPDGEncoding |
( |
| ) |
const |
|
inlinevirtual |
◆ GetPoint()
◆ GetPointEntries()
virtual int F04Trajectory::GetPointEntries |
( |
| ) |
const |
|
inlinevirtual |
◆ GetTrackID()
G4int F04Trajectory::GetTrackID |
( |
| ) |
const |
|
inlinevirtual |
◆ MergeTrajectory()
void F04Trajectory::MergeTrajectory |
( |
G4VTrajectory * |
secondTrajectory | ) |
|
|
virtual |
Implements G4VTrajectory.
Definition at line 129 of file F04Trajectory.cc.
131 if(!secondTrajectory)
return;
136 for(
G4int i=1; i<ent; ++i) {
TrajectoryPointContainer * fpPointsContainer
virtual int GetPointEntries() const
static const double second
◆ operator delete()
void F04Trajectory::operator delete |
( |
void * |
aTrajectory | ) |
|
|
inline |
Definition at line 121 of file F04Trajectory.hh.
G4ThreadLocal G4Allocator< F04Trajectory > * F04TrajectoryAllocator
◆ operator new()
void * F04Trajectory::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 115 of file F04Trajectory.hh.
G4ThreadLocal G4Allocator< F04Trajectory > * F04TrajectoryAllocator
◆ operator==()
int F04Trajectory::operator== |
( |
const F04Trajectory & |
right | ) |
const |
|
inline |
◆ ShowTrajectory()
void F04Trajectory::ShowTrajectory |
( |
std::ostream & |
os = G4cout | ) |
const |
|
virtual |
◆ fInitialMomentum
◆ fParentID
G4int F04Trajectory::fParentID |
|
private |
◆ fParticleName
◆ fPDGCharge
◆ fPDGEncoding
G4int F04Trajectory::fPDGEncoding |
|
private |
◆ fpPointsContainer
◆ fTrackID
G4int F04Trajectory::fTrackID |
|
private |
The documentation for this class was generated from the following files: