|
Geant4
10.00.p01
|
Public Member Functions | |
| G4QMDSystem () | |
| virtual | ~G4QMDSystem () |
| void | SetParticipant (G4QMDParticipant *particle) |
| void | SetSystem (G4QMDSystem *, G4ThreeVector, G4ThreeVector) |
| void | SubtractSystem (G4QMDSystem *) |
| G4QMDParticipant * | EraseParticipant (G4int i) |
| void | DeleteParticipant (G4int i) |
| void | InsertParticipant (G4QMDParticipant *particle, G4int j) |
| G4int | GetTotalNumberOfParticipant () |
| G4QMDParticipant * | GetParticipant (G4int i) |
| void | IncrementCollisionCounter () |
| G4int | GetNOCollision () |
| void | ShowParticipants () |
| void | Clear () |
Protected Attributes | |
| std::vector< G4QMDParticipant * > | participants |
Private Attributes | |
| G4int | numberOfCollision |
| G4QMDSystem | ( | ) |
|
virtual |
| void SetParticipant | ( | G4QMDParticipant * | particle | ) |
References participants.
| void SetSystem | ( | G4QMDSystem * | , |
| G4ThreeVector | , | ||
| G4ThreeVector | |||
| ) |
| void SubtractSystem | ( | G4QMDSystem * | ) |
| G4QMDParticipant* EraseParticipant | ( | G4int | i | ) |
References participants.
References participants.
| void InsertParticipant | ( | G4QMDParticipant * | particle, |
| G4int | j | ||
| ) |
| G4int GetTotalNumberOfParticipant | ( | ) |
References participants.
| G4QMDParticipant* GetParticipant | ( | G4int | i | ) |
References participants.
| void IncrementCollisionCounter | ( | ) |
References numberOfCollision.
| G4int GetNOCollision | ( | ) |
References numberOfCollision.
| void ShowParticipants | ( | ) |
| void Clear | ( | ) |
|
protected |
Referenced by DeleteParticipant(), EraseParticipant(), GetParticipant(), GetTotalNumberOfParticipant(), and SetParticipant().
|
private |
Referenced by GetNOCollision(), and IncrementCollisionCounter().