Geant4  10.02.p03
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() [1/2]

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( )

◆ ~GammaRayTelCalorimeterHit()

GammaRayTelCalorimeterHit::~GammaRayTelCalorimeterHit ( )

Definition at line 57 of file GammaRayTelCalorimeterHit.cc.

58 {;}

◆ GammaRayTelCalorimeterHit() [2/2]

GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit ( const GammaRayTelCalorimeterHit right)

Member Function Documentation

◆ AddEnergy()

void GammaRayTelCalorimeterHit::AddEnergy ( G4double  de)
inline

Definition at line 77 of file GammaRayTelCalorimeterHit.hh.

Here is the caller graph for this function:

◆ Draw()

void GammaRayTelCalorimeterHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 93 of file GammaRayTelCalorimeterHit.cc.

94 {;}

◆ GetCALBarNumber()

G4int GammaRayTelCalorimeterHit::GetCALBarNumber ( )
inline

Definition at line 84 of file GammaRayTelCalorimeterHit.hh.

◆ GetCALPlaneNumber()

G4int GammaRayTelCalorimeterHit::GetCALPlaneNumber ( )
inline

Definition at line 85 of file GammaRayTelCalorimeterHit.hh.

◆ GetCALType()

G4int GammaRayTelCalorimeterHit::GetCALType ( )
inline

Definition at line 86 of file GammaRayTelCalorimeterHit.hh.

◆ GetEdepCAL()

G4double GammaRayTelCalorimeterHit::GetEdepCAL ( )
inline

Definition at line 83 of file GammaRayTelCalorimeterHit.hh.

◆ GetPos()

G4ThreeVector GammaRayTelCalorimeterHit::GetPos ( )
inline

Definition at line 87 of file GammaRayTelCalorimeterHit.hh.

87 { return pos; };

◆ operator delete()

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

Definition at line 108 of file GammaRayTelCalorimeterHit.hh.

109 {
111 }
G4ThreadLocal G4Allocator< GammaRayTelCalorimeterHit > * GammaRayTelCalorimeterHitAllocator

◆ operator new()

void * GammaRayTelCalorimeterHit::operator new ( size_t  )
inline

Definition at line 99 of file GammaRayTelCalorimeterHit.hh.

100 {
103  return (void*) GammaRayTelCalorimeterHitAllocator->MallocSingle();
104 }
G4ThreadLocal G4Allocator< GammaRayTelCalorimeterHit > * GammaRayTelCalorimeterHitAllocator

◆ operator=()

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

◆ operator==()

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

◆ Print()

void GammaRayTelCalorimeterHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 98 of file GammaRayTelCalorimeterHit.cc.

99 {;}

◆ SetCALBarNumber()

void GammaRayTelCalorimeterHit::SetCALBarNumber ( G4int  i)
inline

Definition at line 78 of file GammaRayTelCalorimeterHit.hh.

Here is the caller graph for this function:

◆ SetCALPlaneNumber()

void GammaRayTelCalorimeterHit::SetCALPlaneNumber ( G4int  i)
inline

Definition at line 79 of file GammaRayTelCalorimeterHit.hh.

Here is the caller graph for this function:

◆ SetCALType()

void GammaRayTelCalorimeterHit::SetCALType ( G4int  i)
inline

Definition at line 80 of file GammaRayTelCalorimeterHit.hh.

Here is the caller graph for this function:

◆ SetPos()

void GammaRayTelCalorimeterHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 81 of file GammaRayTelCalorimeterHit.hh.

81 { pos = xyz; }
Here is the caller graph for this function:

Member Data Documentation

◆ CALBarNumber

G4int GammaRayTelCalorimeterHit::CALBarNumber
private

Definition at line 71 of file GammaRayTelCalorimeterHit.hh.

◆ CALPlaneNumber

G4int GammaRayTelCalorimeterHit::CALPlaneNumber
private

Definition at line 72 of file GammaRayTelCalorimeterHit.hh.

◆ EdepCAL

G4double GammaRayTelCalorimeterHit::EdepCAL
private

Definition at line 69 of file GammaRayTelCalorimeterHit.hh.

◆ IsCALPlane

G4int GammaRayTelCalorimeterHit::IsCALPlane
private

Definition at line 73 of file GammaRayTelCalorimeterHit.hh.

◆ pos

G4ThreeVector GammaRayTelCalorimeterHit::pos
private

Definition at line 70 of file GammaRayTelCalorimeterHit.hh.


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