|
Geant4
10.02.p01
|
#include <CexmcTrackInfo.hh>
Inheritance diagram for CexmcTrackInfo:
Collaboration diagram for CexmcTrackInfo:Public Member Functions | |
| CexmcTrackInfo (CexmcTrackType trackType=CexmcInsipidTrack, G4int copyNumber=0) | |
| void | Print (void) const |
| virtual G4int | GetTypeInfo (void) const |
| CexmcTrackType | GetTrackType (void) const |
| void | SetTrackType (CexmcTrackType value) |
| G4int | GetCopyNumber (void) const |
Public Member Functions inherited from G4VUserTrackInformation | |
| G4VUserTrackInformation () | |
| G4VUserTrackInformation (const G4String &infoType) | |
| G4VUserTrackInformation (const G4VUserTrackInformation &) | |
| G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
| virtual | ~G4VUserTrackInformation () |
| const G4String & | GetType () const |
Private Attributes | |
| CexmcTrackType | trackType |
| G4int | copyNumber |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
| G4String * | pType |
Definition at line 51 of file CexmcTrackInfo.hh.
|
explicit |
Definition at line 47 of file CexmcTrackInfo.cc.
|
inline |
Definition at line 89 of file CexmcTrackInfo.hh.
References copyNumber.
Referenced by CexmcTrackPoints::GetTrackId().
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file CexmcTrackInfo.hh.
References trackType.
Referenced by CexmcTrackPoints::GetTrackId().
Here is the caller graph for this function:
|
virtual |
Reimplemented in CexmcIncidentParticleTrackInfo.
Definition at line 58 of file CexmcTrackInfo.cc.
References CexmcBasicTrackType.
Referenced by CexmcHadronicProcess::PostStepDoIt(), and CexmcStudiedProcess::PostStepGetPhysicalInteractionLength().
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4VUserTrackInformation.
Definition at line 53 of file CexmcTrackInfo.cc.
|
inline |
Definition at line 83 of file CexmcTrackInfo.hh.
References trackType.
|
private |
Definition at line 73 of file CexmcTrackInfo.hh.
Referenced by GetCopyNumber().
|
private |
Definition at line 71 of file CexmcTrackInfo.hh.
Referenced by GetTrackType(), and SetTrackType().