|
Geant4
10.00.p01
|
#include <F04UserTrackInformation.hh>
Inheritance diagram for F04UserTrackInformation:
Collaboration diagram for F04UserTrackInformation:Public Member Functions | |
| F04UserTrackInformation () | |
| virtual | ~F04UserTrackInformation () |
| void | SetTrackStatusFlag (TrackStatus s) |
| TrackStatus | GetTrackStatusFlag () const |
Public Member Functions inherited from G4VUserTrackInformation | |
| G4VUserTrackInformation () | |
| G4VUserTrackInformation (const G4String &infoType) | |
| G4VUserTrackInformation (const G4VUserTrackInformation &) | |
| G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
| virtual | ~G4VUserTrackInformation () |
| virtual void | Print () const |
| const G4String & | GetType () const |
Private Attributes | |
| TrackStatus | fStatus |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
| G4String * | pType |
Definition at line 46 of file F04UserTrackInformation.hh.
| F04UserTrackInformation::F04UserTrackInformation | ( | ) |
Definition at line 36 of file F04UserTrackInformation.cc.
|
virtual |
Definition at line 41 of file F04UserTrackInformation.cc.
|
inline |
Definition at line 55 of file F04UserTrackInformation.hh.
References fStatus.
Referenced by F04TrackingAction::PostUserTrackingAction(), and F04SteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
inline |
Definition at line 54 of file F04UserTrackInformation.hh.
Referenced by F04TrackingAction::PreUserTrackingAction(), and F04SteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file F04UserTrackInformation.hh.
Referenced by GetTrackStatusFlag(), and SetTrackStatusFlag().