Geant4-11
|
#include <G4MCTSimVertex.hh>
Private Attributes | |
G4String | creatorProcessName = "none" |
G4int | id = -1 |
G4int | inParticleTrackID = 0 |
std::vector< G4int > | outParticleTrackIDList |
G4ThreeVector | position |
G4bool | storeFlag = false |
G4double | time = 0.0 |
G4String | volumeName = "" |
G4int | volumeNumber = -1 |
Definition at line 41 of file G4MCTSimVertex.hh.
G4MCTSimVertex::G4MCTSimVertex | ( | ) |
Definition at line 42 of file G4MCTSimVertex.cc.
G4MCTSimVertex::G4MCTSimVertex | ( | const G4ThreeVector & | x, |
G4double | t | ||
) |
Definition at line 47 of file G4MCTSimVertex.cc.
G4MCTSimVertex::G4MCTSimVertex | ( | const G4ThreeVector & | x, |
G4double | t, | ||
const G4String & | vname, | ||
G4int | ncopy, | ||
const G4String & | pname | ||
) |
Definition at line 54 of file G4MCTSimVertex.cc.
G4MCTSimVertex::~G4MCTSimVertex | ( | ) |
Definition at line 66 of file G4MCTSimVertex.cc.
References outParticleTrackIDList.
|
inline |
Definition at line 106 of file G4MCTSimVertex.hh.
|
inline |
Definition at line 217 of file G4MCTSimVertex.hh.
References G4MCTSimParticle::GetTrackID(), and outParticleTrackIDList.
Definition at line 223 of file G4MCTSimVertex.hh.
References outParticleTrackIDList.
|
inline |
Definition at line 182 of file G4MCTSimVertex.hh.
References creatorProcessName.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 132 of file G4MCTSimVertex.hh.
References id.
Referenced by G4MCTSimEvent::BuildVertexContainer(), and G4MCTSimParticle::PrintSingle().
|
inline |
|
inline |
Definition at line 212 of file G4MCTSimVertex.hh.
References outParticleTrackIDList.
Definition at line 229 of file G4MCTSimVertex.hh.
References outParticleTrackIDList.
|
inline |
Definition at line 142 of file G4MCTSimVertex.hh.
References position.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 192 of file G4MCTSimVertex.hh.
References storeFlag.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 152 of file G4MCTSimVertex.hh.
References time.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 162 of file G4MCTSimVertex.hh.
References volumeName.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 172 of file G4MCTSimVertex.hh.
References volumeNumber.
Referenced by G4MCTSimParticle::PrintSingle().
|
inline |
Definition at line 111 of file G4MCTSimVertex.hh.
References creatorProcessName, id, inParticleTrackID, outParticleTrackIDList, position, time, volumeName, and volumeNumber.
void G4MCTSimVertex::Print | ( | std::ostream & | ostr = std::cout | ) | const |
Definition at line 72 of file G4MCTSimVertex.cc.
References creatorProcessName, G4endl, inParticleTrackID, mm, ns, outParticleTrackIDList, storeFlag, time, volumeName, and volumeNumber.
|
inline |
Definition at line 177 of file G4MCTSimVertex.hh.
References creatorProcessName, and eplot::pname.
|
inline |
Definition at line 127 of file G4MCTSimVertex.hh.
Referenced by G4MCTSimEvent::BuildVertexContainer().
|
inline |
Definition at line 197 of file G4MCTSimVertex.hh.
References G4MCTSimParticle::GetTrackID(), and inParticleTrackID.
|
inline |
Definition at line 202 of file G4MCTSimVertex.hh.
References inParticleTrackID.
|
inline |
Definition at line 137 of file G4MCTSimVertex.hh.
|
inline |
Definition at line 187 of file G4MCTSimVertex.hh.
References storeFlag.
Referenced by G4MCTSimParticle::SetStoreFlagToParentTree().
|
inline |
|
inline |
Definition at line 157 of file G4MCTSimVertex.hh.
References volumeName.
|
inline |
Definition at line 167 of file G4MCTSimVertex.hh.
References CLHEP::detail::n, and volumeNumber.
|
private |
Definition at line 94 of file G4MCTSimVertex.hh.
Referenced by GetCreatorProcessName(), operator=(), Print(), and SetCreatorProcessName().
|
private |
Definition at line 97 of file G4MCTSimVertex.hh.
Referenced by GetID(), and operator=().
|
private |
Definition at line 90 of file G4MCTSimVertex.hh.
Referenced by GetInParticleTrackID(), operator=(), Print(), and SetInParticle().
|
private |
Definition at line 91 of file G4MCTSimVertex.hh.
Referenced by AddOutParticle(), GetNofOutParticles(), GetOutParticleTrackID(), operator=(), Print(), and ~G4MCTSimVertex().
|
private |
Definition at line 95 of file G4MCTSimVertex.hh.
Referenced by GetPosition(), and operator=().
|
private |
Definition at line 99 of file G4MCTSimVertex.hh.
Referenced by GetStoreFlag(), Print(), and SetStoreFlag().
|
private |
Definition at line 96 of file G4MCTSimVertex.hh.
Referenced by GetTime(), operator=(), Print(), and SetTime().
|
private |
Definition at line 93 of file G4MCTSimVertex.hh.
Referenced by GetVolumeName(), operator=(), Print(), and SetVolumeName().
|
private |
Definition at line 98 of file G4MCTSimVertex.hh.
Referenced by GetVolumeNumber(), operator=(), Print(), and SetVolumeNumber().