Geant4  10.02.p03
LXeUserTrackInformation Class Reference

#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
 

Private Attributes

int fStatus
 
G4int fReflections
 
G4bool fForcedraw
 

Detailed Description

Definition at line 51 of file LXeUserTrackInformation.hh.

Constructor & Destructor Documentation

◆ LXeUserTrackInformation()

LXeUserTrackInformation::LXeUserTrackInformation ( )

◆ ~LXeUserTrackInformation()

LXeUserTrackInformation::~LXeUserTrackInformation ( )
virtual

Definition at line 41 of file LXeUserTrackInformation.cc.

41 {}

Member Function Documentation

◆ AddTrackStatusFlag()

void LXeUserTrackInformation::AddTrackStatusFlag ( int  s)

Definition at line 45 of file LXeUserTrackInformation.cc.

46 {
47  if(s&active) //track is now active
48  fStatus&=~inactive; //remove any flags indicating it is inactive
49  else if(s&inactive) //track is now inactive
50  fStatus&=~active; //remove any flags indicating it is active
51  fStatus|=s; //add new flags
52 }
static const double s
Definition: G4SIunits.hh:168
Here is the caller graph for this function:

◆ GetForceDrawTrajectory()

G4bool LXeUserTrackInformation::GetForceDrawTrajectory ( )
inline

Definition at line 70 of file LXeUserTrackInformation.hh.

Here is the caller graph for this function:

◆ GetReflectionCount()

G4int LXeUserTrackInformation::GetReflectionCount ( ) const
inline

Definition at line 67 of file LXeUserTrackInformation.hh.

◆ GetTrackStatus()

int LXeUserTrackInformation::GetTrackStatus ( ) const
inline

Definition at line 64 of file LXeUserTrackInformation.hh.

Here is the caller graph for this function:

◆ IncReflections()

void LXeUserTrackInformation::IncReflections ( )
inline

Definition at line 66 of file LXeUserTrackInformation.hh.

Here is the caller graph for this function:

◆ Print()

virtual void LXeUserTrackInformation::Print ( void  ) const
inlinevirtual

Definition at line 72 of file LXeUserTrackInformation.hh.

72 {};

◆ SetForceDrawTrajectory()

void LXeUserTrackInformation::SetForceDrawTrajectory ( G4bool  b)
inline

Definition at line 69 of file LXeUserTrackInformation.hh.

Here is the caller graph for this function:

◆ SetTrackStatusFlags()

void LXeUserTrackInformation::SetTrackStatusFlags ( int  s)
inline

Definition at line 59 of file LXeUserTrackInformation.hh.

59 {fStatus=s;}
static const double s
Definition: G4SIunits.hh:168
Here is the call graph for this function:

Member Data Documentation

◆ fForcedraw

G4bool LXeUserTrackInformation::fForcedraw
private

Definition at line 78 of file LXeUserTrackInformation.hh.

◆ fReflections

G4int LXeUserTrackInformation::fReflections
private

Definition at line 77 of file LXeUserTrackInformation.hh.

◆ fStatus

int LXeUserTrackInformation::fStatus
private

Definition at line 72 of file LXeUserTrackInformation.hh.


The documentation for this class was generated from the following files: