|
Geant4
10.00.p04
|
Private Attributes | |
| int | inParticleTrackID |
| std::vector< int > | outParticleTrackIDList |
| int | id |
| G4ThreeVector | position |
| double | time |
| std::string | volumeName |
| int | volumeNumber |
| std::string | creatorProcessName |
| G4bool | storeFlag |
| G4MCTSimVertex | ( | ) |
| G4MCTSimVertex | ( | const G4ThreeVector & | x, |
| double | t | ||
| ) |
| G4MCTSimVertex | ( | const G4ThreeVector & | x, |
| double | t, | ||
| std::string | vname, | ||
| int | ncopy, | ||
| std::string | pname | ||
| ) |
| ~G4MCTSimVertex | ( | ) |
| G4MCTSimVertex | ( | const G4MCTSimVertex & | right | ) |
| const G4MCTSimVertex & operator= | ( | const G4MCTSimVertex & | right | ) |
References creatorProcessName, id, inParticleTrackID, outParticleTrackIDList, position, time, volumeName, and volumeNumber.
| void SetPosition | ( | const G4ThreeVector & | x | ) |
| const G4ThreeVector & GetPosition | ( | ) | const |
References position.
| double GetTime | ( | ) | const |
References time.
| void SetVolumeName | ( | std::string | vname | ) |
References volumeName.
| const std::string & GetVolumeName | ( | ) | const |
References volumeName.
References volumeNumber.
| int GetVolumeNumber | ( | ) | const |
References volumeNumber.
| void SetCreatorProcessName | ( | std::string | pname | ) |
References creatorProcessName.
| const std::string & GetCreatorProcessName | ( | ) | const |
References creatorProcessName.
| void SetInParticle | ( | const G4MCTSimParticle * | in | ) |
References inParticleTrackID.
References inParticleTrackID.
| int GetInParticleTrackID | ( | ) | const |
References inParticleTrackID.
| int GetNofOutParticles | ( | ) | const |
References outParticleTrackIDList.
| int AddOutParticle | ( | const G4MCTSimParticle * | out | ) |
References G4MCTSimParticle::GetTrackID(), and outParticleTrackIDList.
References outParticleTrackIDList.
References outParticleTrackIDList.
| void Print | ( | std::ostream & | ostr = std::cout | ) | const |
|
private |
Referenced by GetInParticleTrackID(), operator=(), and SetInParticle().
|
private |
Referenced by AddOutParticle(), GetNofOutParticles(), GetOutParticleTrackID(), and operator=().
|
private |
Referenced by GetID(), and operator=().
|
private |
Referenced by GetPosition(), and operator=().
|
private |
Referenced by GetTime(), operator=(), and SetTime().
|
private |
Referenced by GetVolumeName(), operator=(), and SetVolumeName().
|
private |
Referenced by GetVolumeNumber(), operator=(), and SetVolumeNumber().
|
private |
Referenced by GetCreatorProcessName(), operator=(), and SetCreatorProcessName().
|
private |
Referenced by GetStoreFlag(), and SetStoreFlag().