| 
    Geant4
    10.02
    
   | 
 
#include <LXeUserTrackInformation.hh>
 Inheritance diagram for LXeUserTrackInformation:
 Collaboration diagram for LXeUserTrackInformation:Public Member Functions | |
| LXeUserTrackInformation () | |
| virtual | ~LXeUserTrackInformation () | 
| void | SetTrackStatusFlags (int s) | 
| void | AddTrackStatusFlag (int s) | 
| int | GetTrackStatus () const | 
| void | IncReflections () | 
| G4int | GetReflectionCount () const | 
| void | SetForceDrawTrajectory (G4bool b) | 
| G4bool | GetForceDrawTrajectory () | 
| virtual void | Print () 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 | |
| int | fStatus | 
| G4int | fReflections | 
| G4bool | fForcedraw | 
Additional Inherited Members | |
  Protected Attributes inherited from G4VUserTrackInformation | |
| G4String * | pType | 
Definition at line 51 of file LXeUserTrackInformation.hh.
| LXeUserTrackInformation::LXeUserTrackInformation | ( | ) | 
Definition at line 36 of file LXeUserTrackInformation.cc.
      
  | 
  virtual | 
Definition at line 41 of file LXeUserTrackInformation.cc.
| void LXeUserTrackInformation::AddTrackStatusFlag | ( | int | s | ) | 
Definition at line 45 of file LXeUserTrackInformation.cc.
References active, fStatus, inactive, and s.
Referenced by LXeSteppingAction::UserSteppingAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 70 of file LXeUserTrackInformation.hh.
References fForcedraw.
Referenced by LXeTrackingAction::PostUserTrackingAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 67 of file LXeUserTrackInformation.hh.
References fReflections.
      
  | 
  inline | 
Definition at line 64 of file LXeUserTrackInformation.hh.
References fStatus.
Referenced by LXeTrackingAction::PostUserTrackingAction(), and LXePMTSD::ProcessHits_constStep().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 66 of file LXeUserTrackInformation.hh.
References fReflections.
Referenced by LXeSteppingAction::UserSteppingAction().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VUserTrackInformation.
Definition at line 72 of file LXeUserTrackInformation.hh.
      
  | 
  inline | 
Definition at line 69 of file LXeUserTrackInformation.hh.
References fForcedraw.
Referenced by LXeSteppingAction::UserSteppingAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 59 of file LXeUserTrackInformation.hh.
      
  | 
  private | 
Definition at line 78 of file LXeUserTrackInformation.hh.
Referenced by GetForceDrawTrajectory(), and SetForceDrawTrajectory().
      
  | 
  private | 
Definition at line 77 of file LXeUserTrackInformation.hh.
Referenced by GetReflectionCount(), and IncReflections().
      
  | 
  private | 
Definition at line 72 of file LXeUserTrackInformation.hh.
Referenced by AddTrackStatusFlag(), GetTrackStatus(), and SetTrackStatusFlags().