ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackInformation Class Reference

#include <geant4/tree/geant4-10.6-release/examples/extended/optical/OpNovice2/include/TrackInformation.hh>

+ Inheritance diagram for TrackInformation:
+ Collaboration diagram for TrackInformation:

Public Member Functions

 TrackInformation ()
 
 TrackInformation (const G4Track *aTrack)
 
 TrackInformation (const TrackInformation *aTrackInfo)
 
virtual ~TrackInformation ()
 
voidoperator new (size_t)
 
void operator delete (void *aTrackInfo)
 
TrackInformationoperator= (const TrackInformation &right)
 
void SetSourceTrackInformation (const G4Track *aTrack)
 
virtual void Print () const
 
G4bool GetIsFirstTankX () const
 
void SetIsFirstTankX (G4bool b)
 
- Public Member Functions inherited from G4VUserTrackInformation
 G4VUserTrackInformation ()
 
 G4VUserTrackInformation (const G4String &infoType)
 
 G4VUserTrackInformation (const G4VUserTrackInformation &)
 
G4VUserTrackInformationoperator= (const G4VUserTrackInformation &)
 
virtual ~G4VUserTrackInformation ()
 
const G4StringGetType () const
 

Private Attributes

G4bool fFirstTankX
 

Additional Inherited Members

- Protected Attributes inherited from G4VUserTrackInformation
G4StringpType
 

Detailed Description

Definition at line 42 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 42 of file TrackInformation.hh

Constructor & Destructor Documentation

TrackInformation::TrackInformation ( )

Definition at line 40 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 40 of file TrackInformation.cc

References fFirstTankX.

TrackInformation::TrackInformation ( const G4Track aTrack)

Definition at line 47 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 47 of file TrackInformation.cc

References fFirstTankX.

TrackInformation::TrackInformation ( const TrackInformation aTrackInfo)

Definition at line 54 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 54 of file TrackInformation.cc

References fFirstTankX.

TrackInformation::~TrackInformation ( )
virtual

Definition at line 61 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 61 of file TrackInformation.cc

Member Function Documentation

G4bool TrackInformation::GetIsFirstTankX ( ) const
inline

Definition at line 59 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 59 of file TrackInformation.hh

References fFirstTankX.

void TrackInformation::operator delete ( void aTrackInfo)
inline

Definition at line 76 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 76 of file TrackInformation.hh

References aTrackInformationAllocator.

void * TrackInformation::operator new ( size_t  )
inline

Definition at line 69 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 69 of file TrackInformation.hh

References aTrackInformationAllocator.

TrackInformation & TrackInformation::operator= ( const TrackInformation right)

Definition at line 66 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 66 of file TrackInformation.cc

References fFirstTankX.

void TrackInformation::Print ( void  ) const
virtual

Reimplemented from G4VUserTrackInformation.

Definition at line 80 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 80 of file TrackInformation.cc

References fFirstTankX, G4cout, and G4endl.

void TrackInformation::SetIsFirstTankX ( G4bool  b)
inline

Definition at line 60 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 60 of file TrackInformation.hh

References b, and fFirstTankX.

void TrackInformation::SetSourceTrackInformation ( const G4Track aTrack)

Definition at line 74 of file TrackInformation.cc.

View newest version in sPHENIX GitHub at line 74 of file TrackInformation.cc

References fFirstTankX.

Member Data Documentation

G4bool TrackInformation::fFirstTankX
private

Definition at line 63 of file TrackInformation.hh.

View newest version in sPHENIX GitHub at line 63 of file TrackInformation.hh

Referenced by GetIsFirstTankX(), operator=(), Print(), SetIsFirstTankX(), SetSourceTrackInformation(), and TrackInformation().


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