Geant4  10.00.p02
GammaRayTelCalorimeterHit Class Reference

#include <GammaRayTelCalorimeterHit.hh>

+ Inheritance diagram for GammaRayTelCalorimeterHit:
+ Collaboration diagram for GammaRayTelCalorimeterHit:

Public Member Functions

 GammaRayTelCalorimeterHit ()
 
 ~GammaRayTelCalorimeterHit ()
 
 GammaRayTelCalorimeterHit (const GammaRayTelCalorimeterHit &)
 
const GammaRayTelCalorimeterHitoperator= (const GammaRayTelCalorimeterHit &)
 
int operator== (const GammaRayTelCalorimeterHit &) const
 
void * operator new (size_t)
 
void operator delete (void *)
 
void Draw ()
 
void Print ()
 
void AddEnergy (G4double de)
 
void SetCALBarNumber (G4int i)
 
void SetCALPlaneNumber (G4int i)
 
void SetCALType (G4int i)
 
void SetPos (G4ThreeVector xyz)
 
G4double GetEdepCAL ()
 
G4int GetCALBarNumber ()
 
G4int GetCALPlaneNumber ()
 
G4int GetCALType ()
 
G4ThreeVector GetPos ()
 
- Public Member Functions inherited from G4VHit
 G4VHit ()
 
virtual ~G4VHit ()
 
G4int operator== (const G4VHit &right) const
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private Attributes

G4double EdepCAL
 
G4ThreeVector pos
 
G4int CALBarNumber
 
G4int CALPlaneNumber
 
G4int IsCALPlane
 

Detailed Description

Definition at line 50 of file GammaRayTelCalorimeterHit.hh.

Constructor & Destructor Documentation

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( )

Definition at line 46 of file GammaRayTelCalorimeterHit.cc.

References CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, and pos.

GammaRayTelCalorimeterHit::~GammaRayTelCalorimeterHit ( )

Definition at line 57 of file GammaRayTelCalorimeterHit.cc.

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( const GammaRayTelCalorimeterHit right)

Definition at line 62 of file GammaRayTelCalorimeterHit.cc.

References CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, and pos.

Member Function Documentation

void GammaRayTelCalorimeterHit::AddEnergy ( G4double  de)
inline

Definition at line 77 of file GammaRayTelCalorimeterHit.hh.

Referenced by GammaRayTelCalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelCalorimeterHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 93 of file GammaRayTelCalorimeterHit.cc.

G4int GammaRayTelCalorimeterHit::GetCALBarNumber ( )
inline

Definition at line 84 of file GammaRayTelCalorimeterHit.hh.

References CALBarNumber.

G4int GammaRayTelCalorimeterHit::GetCALPlaneNumber ( )
inline

Definition at line 85 of file GammaRayTelCalorimeterHit.hh.

References CALPlaneNumber.

G4int GammaRayTelCalorimeterHit::GetCALType ( )
inline

Definition at line 86 of file GammaRayTelCalorimeterHit.hh.

References IsCALPlane.

G4double GammaRayTelCalorimeterHit::GetEdepCAL ( )
inline

Definition at line 83 of file GammaRayTelCalorimeterHit.hh.

References EdepCAL.

G4ThreeVector GammaRayTelCalorimeterHit::GetPos ( )
inline

Definition at line 87 of file GammaRayTelCalorimeterHit.hh.

References pos.

void GammaRayTelCalorimeterHit::operator delete ( void *  aHit)
inline

Definition at line 108 of file GammaRayTelCalorimeterHit.hh.

References G4Allocator< Type >::FreeSingle().

+ Here is the call graph for this function:

void * GammaRayTelCalorimeterHit::operator new ( size_t  )
inline

Definition at line 99 of file GammaRayTelCalorimeterHit.hh.

References G4Allocator< Type >::MallocSingle().

+ Here is the call graph for this function:

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

Definition at line 74 of file GammaRayTelCalorimeterHit.cc.

References CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, and pos.

int GammaRayTelCalorimeterHit::operator== ( const GammaRayTelCalorimeterHit right) const

Definition at line 86 of file GammaRayTelCalorimeterHit.cc.

References CALBarNumber, CALPlaneNumber, EdepCAL, IsCALPlane, and pos.

void GammaRayTelCalorimeterHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 98 of file GammaRayTelCalorimeterHit.cc.

void GammaRayTelCalorimeterHit::SetCALBarNumber ( G4int  i)
inline

Definition at line 78 of file GammaRayTelCalorimeterHit.hh.

Referenced by GammaRayTelCalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelCalorimeterHit::SetCALPlaneNumber ( G4int  i)
inline

Definition at line 79 of file GammaRayTelCalorimeterHit.hh.

Referenced by GammaRayTelCalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelCalorimeterHit::SetCALType ( G4int  i)
inline

Definition at line 80 of file GammaRayTelCalorimeterHit.hh.

Referenced by GammaRayTelCalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void GammaRayTelCalorimeterHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 81 of file GammaRayTelCalorimeterHit.hh.

Referenced by GammaRayTelCalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

Member Data Documentation

G4int GammaRayTelCalorimeterHit::CALBarNumber
private
G4int GammaRayTelCalorimeterHit::CALPlaneNumber
private
G4double GammaRayTelCalorimeterHit::EdepCAL
private
G4int GammaRayTelCalorimeterHit::IsCALPlane
private
G4ThreeVector GammaRayTelCalorimeterHit::pos
private

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