Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MCTSimParticle.hh>
Protected Attributes | |
G4MCTSimParticle * | parentParticle = nullptr |
std::vector< G4MCTSimParticle * > | associatedParticleList |
G4String | name |
G4LorentzVector | momentumAtVertex |
G4MCTSimVertex * | vertex = nullptr |
G4int | pdgID = 0 |
G4int | trackID = 0 |
G4int | parentTrackID = 0 |
G4bool | primaryFlag = false |
G4bool | storeFlag = false |
Definition at line 45 of file G4MCTSimParticle.hh.
G4MCTSimParticle::G4MCTSimParticle | ( | ) |
Definition at line 42 of file G4MCTSimParticle.cc.
G4MCTSimParticle::G4MCTSimParticle | ( | const G4String & | aname, |
G4int | apcode, | ||
G4int | atid, | ||
G4int | ptid, | ||
const G4LorentzVector & | p | ||
) |
Definition at line 47 of file G4MCTSimParticle.cc.
G4MCTSimParticle::G4MCTSimParticle | ( | const G4String & | aname, |
G4int | apcode, | ||
G4int | atid, | ||
G4int | ptid, | ||
const G4LorentzVector & | p, | ||
const G4MCTSimVertex * | v | ||
) |
Definition at line 59 of file G4MCTSimParticle.cc.
|
virtual |
Definition at line 73 of file G4MCTSimParticle.cc.
|
inline |
Definition at line 117 of file G4MCTSimParticle.hh.
G4int G4MCTSimParticle::AssociateParticle | ( | G4MCTSimParticle * | p | ) |
Definition at line 79 of file G4MCTSimParticle.cc.
G4MCTSimParticle * G4MCTSimParticle::GetAssociatedParticle | ( | G4int | i | ) | const |
Definition at line 93 of file G4MCTSimParticle.cc.
|
inline |
Definition at line 204 of file G4MCTSimParticle.hh.
G4int G4MCTSimParticle::GetNofAssociatedParticles | ( | ) | const |
Definition at line 87 of file G4MCTSimParticle.cc.
|
inline |
Definition at line 144 of file G4MCTSimParticle.hh.
Referenced by GetTreeLevel().
|
inline |
Definition at line 194 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 154 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 164 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 184 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 224 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 174 of file G4MCTSimParticle.hh.
Referenced by G4MCTSimVertex::AddOutParticle(), G4MCTSimEvent::AddParticle(), and G4MCTSimVertex::SetInParticle().
G4int G4MCTSimParticle::GetTreeLevel | ( | ) | const |
Definition at line 103 of file G4MCTSimParticle.cc.
|
inline |
Definition at line 214 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 122 of file G4MCTSimParticle.hh.
void G4MCTSimParticle::Print | ( | std::ostream & | ostr = std::cout , |
G4bool | qrevorder = false |
||
) | const |
Definition at line 181 of file G4MCTSimParticle.cc.
Referenced by Print().
void G4MCTSimParticle::PrintSingle | ( | std::ostream & | ostr = std::cout | ) | const |
Definition at line 128 of file G4MCTSimParticle.cc.
Referenced by Print().
|
inline |
Definition at line 199 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 139 of file G4MCTSimParticle.hh.
Referenced by AssociateParticle().
|
inline |
Definition at line 189 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 149 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 159 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 179 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 219 of file G4MCTSimParticle.hh.
void G4MCTSimParticle::SetStoreFlagToParentTree | ( | G4bool | q = true | ) |
Definition at line 116 of file G4MCTSimParticle.cc.
Referenced by SetStoreFlagToParentTree().
|
inline |
Definition at line 169 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 209 of file G4MCTSimParticle.hh.
|
protected |
Definition at line 101 of file G4MCTSimParticle.hh.
Referenced by AssociateParticle(), GetAssociatedParticle(), GetNofAssociatedParticles(), operator=(), Print(), and ~G4MCTSimParticle().
|
protected |
Definition at line 104 of file G4MCTSimParticle.hh.
Referenced by GetMomentumAtVertex(), operator=(), PrintSingle(), and SetMomentumAtVertex().
|
protected |
Definition at line 103 of file G4MCTSimParticle.hh.
Referenced by GetParticleName(), operator=(), PrintSingle(), and SetParticleName().
|
protected |
Definition at line 100 of file G4MCTSimParticle.hh.
Referenced by GetParentParticle(), operator=(), Print(), SetParentParticle(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 108 of file G4MCTSimParticle.hh.
Referenced by GetParentTrackID(), operator=(), PrintSingle(), and SetParentTrackID().
|
protected |
Definition at line 106 of file G4MCTSimParticle.hh.
Referenced by GetPdgID(), operator=(), PrintSingle(), and SetPdgID().
|
protected |
Definition at line 109 of file G4MCTSimParticle.hh.
Referenced by GetPrimaryFlag(), operator=(), PrintSingle(), SetPrimaryFlag(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 110 of file G4MCTSimParticle.hh.
Referenced by GetStoreFlag(), PrintSingle(), SetStoreFlag(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 107 of file G4MCTSimParticle.hh.
Referenced by GetTrackID(), operator=(), PrintSingle(), and SetTrackID().
|
protected |
Definition at line 105 of file G4MCTSimParticle.hh.
Referenced by GetVertex(), operator=(), PrintSingle(), SetStoreFlagToParentTree(), and SetVertex().