#include <RE05CalorimeterHit.hh>
Definition at line 46 of file RE05CalorimeterHit.hh.
 
      
        
          | RE05CalorimeterHit::RE05CalorimeterHit  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 50 of file RE05CalorimeterHit.cc.
   52   fZCellID(-1),fPhiCellID(-1),fEdep(0.),fPos(),fRot(),fLogV(0)
 
 
 
 
Definition at line 57 of file RE05CalorimeterHit.cc.
   59   fZCellID(
z), fPhiCellID(phi),fEdep(0.),fPos(),fRot(),fLogV(logVol)
 
 
 
 
  
  
      
        
          | RE05CalorimeterHit::~RE05CalorimeterHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Definition at line 69 of file RE05CalorimeterHit.cc.
   72   fZCellID = right.fZCellID;
 
   73   fPhiCellID = right.fPhiCellID;
 
 
 
 
  
  
      
        
          | std::vector< G4AttValue > * RE05CalorimeterHit::CreateAttValues  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4VHit.
Definition at line 136 of file RE05CalorimeterHit.cc.
  139   std::vector<G4AttValue>* attValues = 
new std::vector<G4AttValue>;
 
  141     (
G4AttValue(
"HitType",
"RE05CalorimeterHit",
""));
 
static G4String ConvertToString(G4bool boolVal)
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
 
 
 
  
  
      
        
          | void RE05CalorimeterHit::Draw  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4VHit.
Definition at line 102 of file RE05CalorimeterHit.cc.
  110     if(pVA) attribs = *pVA;
 
  114     pVVisManager->
Draw(*fLogV,attribs,trans);
 
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
 
void SetColour(const G4Colour &)
 
static G4VVisManager * GetConcreteInstance()
 
void SetForceSolid(G4bool=true)
 
const G4VisAttributes * GetVisAttributes() const 
 
 
 
 
Reimplemented from G4VHit.
Definition at line 120 of file RE05CalorimeterHit.cc.
  123   if (fAttDefs.empty()) {
 
  124     fAttDefs[
"HitType"] =
 
  125       G4AttDef(
"HitType",
"Type of hit",
"Physics",
"",
"G4String");
 
  126     fAttDefs[
"ZID"] = 
G4AttDef(
"ZID",
"Z Cell ID",
"Physics",
"",
"G4int");
 
  127     fAttDefs[
"PhiID"] = 
G4AttDef(
"PhiID",
"Phi Cell ID",
"Physics",
"",
"G4int");
 
  129       G4AttDef(
"EDep",
"Energy defPosited",
"Physics",
"G4BestUnit",
"G4double");
 
 
 
 
  
  
      
        
          | G4double RE05CalorimeterHit::GetEdep  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | G4int RE05CalorimeterHit::GetPhi  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | G4int RE05CalorimeterHit::GetZ  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void RE05CalorimeterHit::operator delete  | 
          ( | 
          void *  | 
          aHit | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 112 of file RE05CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE05CalorimeterHit > * RE05CalorimeterHitAllocator
 
 
 
 
  
  
      
        
          | void * RE05CalorimeterHit::operator new  | 
          ( | 
          size_t  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 105 of file RE05CalorimeterHit.hh.
G4ThreadLocal G4Allocator< RE05CalorimeterHit > * RE05CalorimeterHitAllocator
 
 
 
 
Definition at line 82 of file RE05CalorimeterHit.cc.
   84   fZCellID = right.fZCellID;
 
   85   fPhiCellID = right.fPhiCellID;
 
 
 
 
Definition at line 95 of file RE05CalorimeterHit.cc.
   97   return ((fZCellID==right.fZCellID)&&(fPhiCellID==right.fPhiCellID));
 
 
 
 
The documentation for this class was generated from the following files: