|
Geant4
10.02.p01
|
#include <WLSUserTrackInformation.hh>
Inheritance diagram for WLSUserTrackInformation:
Collaboration diagram for WLSUserTrackInformation:Public Member Functions | |
| WLSUserTrackInformation () | |
| virtual | ~WLSUserTrackInformation () |
| const G4ThreeVector & | GetExitPosition () const |
| void | SetExitPosition (const G4ThreeVector &pos) |
| G4bool | AddStatusFlag (TrackStatus s) |
| G4bool | isStatus (TrackStatus s) |
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 | |
| G4int | fStatus |
| G4ThreeVector | fExitPosition |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
| G4String * | pType |
Definition at line 62 of file WLSUserTrackInformation.hh.
| WLSUserTrackInformation::WLSUserTrackInformation | ( | ) |
Definition at line 39 of file WLSUserTrackInformation.cc.
References fExitPosition, fStatus, and undefined.
|
virtual |
Definition at line 47 of file WLSUserTrackInformation.cc.
| G4bool WLSUserTrackInformation::AddStatusFlag | ( | TrackStatus | s | ) |
Definition at line 51 of file WLSUserTrackInformation.cc.
References EscapedFromReadOut, EscapedFromSide, fStatus, InsideOfFiber, left, murderee, OutsideOfFiber, ReflectedAtMirror, ReflectedAtReadOut, right, s, and undefined.
Referenced by WLSTrackingAction::PreUserTrackingAction(), and WLSSteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
inline |
Definition at line 70 of file WLSUserTrackInformation.hh.
References fExitPosition.
|
inline |
Definition at line 79 of file WLSUserTrackInformation.hh.
References defined, fStatus, and undefined.
Referenced by WLSSteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
inline |
Definition at line 71 of file WLSUserTrackInformation.hh.
References fExitPosition, and pos.
Referenced by WLSSteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
private |
Definition at line 85 of file WLSUserTrackInformation.hh.
Referenced by GetExitPosition(), SetExitPosition(), and WLSUserTrackInformation().
|
private |
Definition at line 84 of file WLSUserTrackInformation.hh.
Referenced by AddStatusFlag(), isStatus(), and WLSUserTrackInformation().