#include <GammaRayTelCalorimeterHit.hh>
GammaRayTelCalorimeterHit::GammaRayTelCalorimeterHit |
( |
| ) |
|
GammaRayTelCalorimeterHit::~GammaRayTelCalorimeterHit |
( |
| ) |
|
Definition at line 62 of file GammaRayTelCalorimeterHit.cc.
65 EdepCAL = right.EdepCAL;
66 CALBarNumber = right.CALBarNumber;
67 CALPlaneNumber = right.CALPlaneNumber;
68 IsCALPlane = right.IsCALPlane;
void GammaRayTelCalorimeterHit::Draw |
( |
| ) |
|
|
virtual |
G4int GammaRayTelCalorimeterHit::GetCALBarNumber |
( |
| ) |
|
|
inline |
G4int GammaRayTelCalorimeterHit::GetCALPlaneNumber |
( |
| ) |
|
|
inline |
G4int GammaRayTelCalorimeterHit::GetCALType |
( |
| ) |
|
|
inline |
G4double GammaRayTelCalorimeterHit::GetEdepCAL |
( |
| ) |
|
|
inline |
void GammaRayTelCalorimeterHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
void * GammaRayTelCalorimeterHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 99 of file GammaRayTelCalorimeterHit.hh.
G4ThreadLocal G4Allocator< GammaRayTelCalorimeterHit > * GammaRayTelCalorimeterHitAllocator
Definition at line 74 of file GammaRayTelCalorimeterHit.cc.
76 EdepCAL = right.EdepCAL;
77 CALBarNumber = right.CALBarNumber;
78 CALPlaneNumber = right.CALPlaneNumber;
79 IsCALPlane = right.IsCALPlane;
Definition at line 86 of file GammaRayTelCalorimeterHit.cc.
88 return((EdepCAL==right.EdepCAL)&&(CALBarNumber==right.CALBarNumber)&&(CALPlaneNumber==right.CALPlaneNumber)&&(IsCALPlane==right.IsCALPlane)&& (pos==right.pos));
void GammaRayTelCalorimeterHit::Print |
( |
void |
| ) |
|
|
virtual |
void GammaRayTelCalorimeterHit::SetCALBarNumber |
( |
G4int |
i | ) |
|
|
inline |
void GammaRayTelCalorimeterHit::SetCALPlaneNumber |
( |
G4int |
i | ) |
|
|
inline |
void GammaRayTelCalorimeterHit::SetCALType |
( |
G4int |
i | ) |
|
|
inline |
The documentation for this class was generated from the following files: