Geant4 11.1.1
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 46 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 118 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 205 of file G4MCTSimParticle.hh.
G4int G4MCTSimParticle::GetNofAssociatedParticles | ( | ) | const |
Definition at line 87 of file G4MCTSimParticle.cc.
|
inline |
Definition at line 145 of file G4MCTSimParticle.hh.
Referenced by GetTreeLevel().
|
inline |
Definition at line 195 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 155 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 165 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 185 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 225 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 175 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 215 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 123 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 200 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 140 of file G4MCTSimParticle.hh.
Referenced by AssociateParticle().
|
inline |
Definition at line 190 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 150 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 160 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 180 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 220 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 170 of file G4MCTSimParticle.hh.
|
inline |
Definition at line 210 of file G4MCTSimParticle.hh.
|
protected |
Definition at line 102 of file G4MCTSimParticle.hh.
Referenced by AssociateParticle(), GetAssociatedParticle(), GetNofAssociatedParticles(), operator=(), Print(), and ~G4MCTSimParticle().
|
protected |
Definition at line 105 of file G4MCTSimParticle.hh.
Referenced by GetMomentumAtVertex(), operator=(), PrintSingle(), and SetMomentumAtVertex().
|
protected |
Definition at line 104 of file G4MCTSimParticle.hh.
Referenced by GetParticleName(), operator=(), PrintSingle(), and SetParticleName().
|
protected |
Definition at line 101 of file G4MCTSimParticle.hh.
Referenced by GetParentParticle(), operator=(), Print(), SetParentParticle(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 109 of file G4MCTSimParticle.hh.
Referenced by GetParentTrackID(), operator=(), PrintSingle(), and SetParentTrackID().
|
protected |
Definition at line 107 of file G4MCTSimParticle.hh.
Referenced by GetPdgID(), operator=(), PrintSingle(), and SetPdgID().
|
protected |
Definition at line 110 of file G4MCTSimParticle.hh.
Referenced by GetPrimaryFlag(), operator=(), PrintSingle(), SetPrimaryFlag(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 111 of file G4MCTSimParticle.hh.
Referenced by GetStoreFlag(), PrintSingle(), SetStoreFlag(), and SetStoreFlagToParentTree().
|
protected |
Definition at line 108 of file G4MCTSimParticle.hh.
Referenced by GetTrackID(), operator=(), PrintSingle(), and SetTrackID().
|
protected |
Definition at line 106 of file G4MCTSimParticle.hh.
Referenced by GetVertex(), operator=(), PrintSingle(), SetStoreFlagToParentTree(), and SetVertex().