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

#include <geant4/tree/geant4-10.6-release/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceHit.hh>

+ Inheritance diagram for GammaRayTelAnticoincidenceHit:
+ Collaboration diagram for GammaRayTelAnticoincidenceHit:

Public Member Functions

 GammaRayTelAnticoincidenceHit ()
 
 ~GammaRayTelAnticoincidenceHit ()
 
 GammaRayTelAnticoincidenceHit (const GammaRayTelAnticoincidenceHit &)
 
const
GammaRayTelAnticoincidenceHit
operator= (const GammaRayTelAnticoincidenceHit &)
 
G4bool operator== (const GammaRayTelAnticoincidenceHit &) const
 
voidoperator new (size_t)
 
void operator delete (void *)
 
void Draw ()
 
void Print ()
 
void AddEnergy (G4double de)
 
void SetACDTileNumber (G4int i)
 
void SetACDType (G4int i)
 
void SetPos (G4ThreeVector xyz)
 
G4double GetEdepACD ()
 
G4int GetACDTileNumber ()
 
G4int GetACDType ()
 
G4ThreeVector GetPos ()
 
- Public Member Functions inherited from G4VHit
 G4VHit ()
 
virtual ~G4VHit ()
 
G4bool operator== (const G4VHit &right) const
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private Attributes

G4double EdepACD
 
G4ThreeVector pos
 
G4int ACDTileNumber
 
G4int IsACDPlane
 

Detailed Description

Definition at line 49 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 49 of file GammaRayTelAnticoincidenceHit.hh

Constructor & Destructor Documentation

GammaRayTelAnticoincidenceHit::GammaRayTelAnticoincidenceHit ( )

Definition at line 45 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 45 of file GammaRayTelAnticoincidenceHit.cc

References ACDTileNumber, EdepACD, IsACDPlane, and pos.

GammaRayTelAnticoincidenceHit::~GammaRayTelAnticoincidenceHit ( )

Definition at line 55 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 55 of file GammaRayTelAnticoincidenceHit.cc

GammaRayTelAnticoincidenceHit::GammaRayTelAnticoincidenceHit ( const GammaRayTelAnticoincidenceHit right)

Definition at line 60 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 60 of file GammaRayTelAnticoincidenceHit.cc

References ACDTileNumber, EdepACD, IsACDPlane, and pos.

Member Function Documentation

void GammaRayTelAnticoincidenceHit::AddEnergy ( G4double  de)
inline

Definition at line 75 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 75 of file GammaRayTelAnticoincidenceHit.hh

References EdepACD.

Referenced by GammaRayTelAnticoincidenceSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelAnticoincidenceHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 89 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 89 of file GammaRayTelAnticoincidenceHit.cc

G4int GammaRayTelAnticoincidenceHit::GetACDTileNumber ( )
inline

Definition at line 81 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 81 of file GammaRayTelAnticoincidenceHit.hh

References ACDTileNumber.

G4int GammaRayTelAnticoincidenceHit::GetACDType ( )
inline

Definition at line 82 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 82 of file GammaRayTelAnticoincidenceHit.hh

References IsACDPlane.

G4double GammaRayTelAnticoincidenceHit::GetEdepACD ( )
inline

Definition at line 80 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 80 of file GammaRayTelAnticoincidenceHit.hh

References EdepACD.

G4ThreeVector GammaRayTelAnticoincidenceHit::GetPos ( )
inline

Definition at line 83 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 83 of file GammaRayTelAnticoincidenceHit.hh

References pos.

void GammaRayTelAnticoincidenceHit::operator delete ( void aHit)
inline

Definition at line 104 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 104 of file GammaRayTelAnticoincidenceHit.hh

References GammaRayTelAnticoincidenceHitAllocator.

void * GammaRayTelAnticoincidenceHit::operator new ( size_t  )
inline

Definition at line 95 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 95 of file GammaRayTelAnticoincidenceHit.hh

References GammaRayTelAnticoincidenceHitAllocator.

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

Definition at line 71 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 71 of file GammaRayTelAnticoincidenceHit.cc

References ACDTileNumber, EdepACD, IsACDPlane, and pos.

G4bool GammaRayTelAnticoincidenceHit::operator== ( const GammaRayTelAnticoincidenceHit right) const

Definition at line 82 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 82 of file GammaRayTelAnticoincidenceHit.cc

References ACDTileNumber, EdepACD, IsACDPlane, and pos.

void GammaRayTelAnticoincidenceHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 94 of file GammaRayTelAnticoincidenceHit.cc.

View newest version in sPHENIX GitHub at line 94 of file GammaRayTelAnticoincidenceHit.cc

void GammaRayTelAnticoincidenceHit::SetACDTileNumber ( G4int  i)
inline

Definition at line 76 of file GammaRayTelAnticoincidenceHit.hh.

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

References ACDTileNumber.

Referenced by GammaRayTelAnticoincidenceSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelAnticoincidenceHit::SetACDType ( G4int  i)
inline

Definition at line 77 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 77 of file GammaRayTelAnticoincidenceHit.hh

References IsACDPlane.

Referenced by GammaRayTelAnticoincidenceSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelAnticoincidenceHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 78 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 78 of file GammaRayTelAnticoincidenceHit.hh

References pos.

Referenced by GammaRayTelAnticoincidenceSD::ProcessHits().

+ Here is the caller graph for this function:

Member Data Documentation

G4int GammaRayTelAnticoincidenceHit::ACDTileNumber
private

Definition at line 70 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 70 of file GammaRayTelAnticoincidenceHit.hh

Referenced by GammaRayTelAnticoincidenceHit(), GetACDTileNumber(), operator=(), operator==(), and SetACDTileNumber().

G4double GammaRayTelAnticoincidenceHit::EdepACD
private

Definition at line 68 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 68 of file GammaRayTelAnticoincidenceHit.hh

Referenced by AddEnergy(), GammaRayTelAnticoincidenceHit(), GetEdepACD(), operator=(), and operator==().

G4int GammaRayTelAnticoincidenceHit::IsACDPlane
private

Definition at line 71 of file GammaRayTelAnticoincidenceHit.hh.

View newest version in sPHENIX GitHub at line 71 of file GammaRayTelAnticoincidenceHit.hh

Referenced by GammaRayTelAnticoincidenceHit(), GetACDType(), operator=(), operator==(), and SetACDType().

G4ThreeVector GammaRayTelAnticoincidenceHit::pos
private

Definition at line 69 of file GammaRayTelAnticoincidenceHit.hh.

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

Referenced by GammaRayTelAnticoincidenceHit(), GetPos(), operator=(), operator==(), and SetPos().


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