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

#include <geant4/tree/geant4-10.6-release/examples/extended/runAndEvent/RE05/include/RE05CalorimeterHit.hh>

+ Inheritance diagram for RE05CalorimeterHit:
+ Collaboration diagram for RE05CalorimeterHit:

Public Member Functions

 RE05CalorimeterHit ()
 
 RE05CalorimeterHit (G4LogicalVolume *logVol, G4int z, G4int phi)
 
virtual ~RE05CalorimeterHit ()
 
 RE05CalorimeterHit (const RE05CalorimeterHit &right)
 
const RE05CalorimeterHitoperator= (const RE05CalorimeterHit &right)
 
G4bool operator== (const RE05CalorimeterHit &right) const
 
voidoperator new (size_t)
 
void operator delete (void *aHit)
 
virtual void Draw ()
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
virtual void Print ()
 
void SetCellID (G4int z, G4int phi)
 
G4int GetZ ()
 
G4int GetPhi ()
 
void SetEdep (G4double de)
 
void AddEdep (G4double de)
 
G4double GetEdep ()
 
void SetPos (G4ThreeVector xyz)
 
G4ThreeVector GetPos ()
 
void SetRot (G4RotationMatrix rmat)
 
G4RotationMatrix GetRot ()
 
const G4LogicalVolumeGetLogV ()
 
- Public Member Functions inherited from G4VHit
 G4VHit ()
 
virtual ~G4VHit ()
 
G4bool operator== (const G4VHit &right) const
 

Private Attributes

G4int fZCellID
 
G4int fPhiCellID
 
G4double fEdep
 
G4ThreeVector fPos
 
G4RotationMatrix fRot
 
const G4LogicalVolumefLogV
 

Static Private Attributes

static std::map< G4String,
G4AttDef
fAttDefs
 

Detailed Description

Definition at line 45 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 45 of file RE05CalorimeterHit.hh

Constructor & Destructor Documentation

RE05CalorimeterHit::RE05CalorimeterHit ( )

Definition at line 49 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 49 of file RE05CalorimeterHit.cc

RE05CalorimeterHit::RE05CalorimeterHit ( G4LogicalVolume logVol,
G4int  z,
G4int  phi 
)

Definition at line 56 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 56 of file RE05CalorimeterHit.cc

RE05CalorimeterHit::~RE05CalorimeterHit ( )
virtual

Definition at line 63 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 63 of file RE05CalorimeterHit.cc

RE05CalorimeterHit::RE05CalorimeterHit ( const RE05CalorimeterHit right)

Definition at line 68 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 68 of file RE05CalorimeterHit.cc

References fEdep, fLogV, fPhiCellID, fPos, fRot, and fZCellID.

Member Function Documentation

void RE05CalorimeterHit::AddEdep ( G4double  de)
inline

Definition at line 83 of file RE05CalorimeterHit.hh.

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

References fEdep.

std::vector< G4AttValue > * RE05CalorimeterHit::CreateAttValues ( ) const
virtual

Reimplemented from G4VHit.

Definition at line 135 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 135 of file RE05CalorimeterHit.cc

References G4UIcommand::ConvertToString(), fEdep, fPhiCellID, fZCellID, and G4BestUnit.

+ Here is the call graph for this function:

void RE05CalorimeterHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 101 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 101 of file RE05CalorimeterHit.cc

References G4VVisManager::Draw(), fLogV, fPos, fRot, G4VVisManager::GetConcreteInstance(), G4LogicalVolume::GetVisAttributes(), G4VisAttributes::SetColour(), and G4VisAttributes::SetForceSolid().

+ Here is the call graph for this function:

const std::map< G4String, G4AttDef > * RE05CalorimeterHit::GetAttDefs ( ) const
virtual

Reimplemented from G4VHit.

Definition at line 119 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 119 of file RE05CalorimeterHit.cc

References fAttDefs.

G4double RE05CalorimeterHit::GetEdep ( )
inline

Definition at line 85 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 85 of file RE05CalorimeterHit.hh

References fEdep.

const G4LogicalVolume* RE05CalorimeterHit::GetLogV ( )
inline

Definition at line 95 of file RE05CalorimeterHit.hh.

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

References fLogV.

G4int RE05CalorimeterHit::GetPhi ( )
inline

Definition at line 80 of file RE05CalorimeterHit.hh.

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

References fPhiCellID.

G4ThreeVector RE05CalorimeterHit::GetPos ( )
inline

Definition at line 89 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 89 of file RE05CalorimeterHit.hh

References fPos.

G4RotationMatrix RE05CalorimeterHit::GetRot ( )
inline

Definition at line 93 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 93 of file RE05CalorimeterHit.hh

References fRot.

G4int RE05CalorimeterHit::GetZ ( )
inline

Definition at line 79 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 79 of file RE05CalorimeterHit.hh

References fZCellID.

void RE05CalorimeterHit::operator delete ( void aHit)
inline

Definition at line 111 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 111 of file RE05CalorimeterHit.hh

References RE05CalorimeterHitAllocator.

void * RE05CalorimeterHit::operator new ( size_t  )
inline

Definition at line 104 of file RE05CalorimeterHit.hh.

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

References RE05CalorimeterHitAllocator.

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

Definition at line 81 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 81 of file RE05CalorimeterHit.cc

References fEdep, fLogV, fPhiCellID, fPos, fRot, and fZCellID.

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

Definition at line 94 of file RE05CalorimeterHit.cc.

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

References fPhiCellID, and fZCellID.

void RE05CalorimeterHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 153 of file RE05CalorimeterHit.cc.

View newest version in sPHENIX GitHub at line 153 of file RE05CalorimeterHit.cc

void RE05CalorimeterHit::SetCellID ( G4int  z,
G4int  phi 
)
inline

Definition at line 74 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 74 of file RE05CalorimeterHit.hh

References fPhiCellID, fZCellID, phi, and z.

void RE05CalorimeterHit::SetEdep ( G4double  de)
inline

Definition at line 81 of file RE05CalorimeterHit.hh.

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

References fEdep.

Referenced by RE05CalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void RE05CalorimeterHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 87 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 87 of file RE05CalorimeterHit.hh

References fPos.

Referenced by RE05CalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

void RE05CalorimeterHit::SetRot ( G4RotationMatrix  rmat)
inline

Definition at line 91 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 91 of file RE05CalorimeterHit.hh

References fRot.

Referenced by RE05CalorimeterSD::ProcessHits().

+ Here is the caller graph for this function:

Member Data Documentation

std::map< G4String, G4AttDef > RE05CalorimeterHit::fAttDefs
staticprivate

Definition at line 71 of file RE05CalorimeterHit.hh.

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

Referenced by GetAttDefs().

G4double RE05CalorimeterHit::fEdep
private

Definition at line 67 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 67 of file RE05CalorimeterHit.hh

Referenced by AddEdep(), CreateAttValues(), GetEdep(), operator=(), RE05CalorimeterHit(), and SetEdep().

const G4LogicalVolume* RE05CalorimeterHit::fLogV
private

Definition at line 70 of file RE05CalorimeterHit.hh.

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

Referenced by Draw(), GetLogV(), operator=(), and RE05CalorimeterHit().

G4int RE05CalorimeterHit::fPhiCellID
private

Definition at line 66 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 66 of file RE05CalorimeterHit.hh

Referenced by CreateAttValues(), GetPhi(), operator=(), operator==(), RE05CalorimeterHit(), and SetCellID().

G4ThreeVector RE05CalorimeterHit::fPos
private

Definition at line 68 of file RE05CalorimeterHit.hh.

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

Referenced by Draw(), GetPos(), operator=(), RE05CalorimeterHit(), and SetPos().

G4RotationMatrix RE05CalorimeterHit::fRot
private

Definition at line 69 of file RE05CalorimeterHit.hh.

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

Referenced by Draw(), GetRot(), operator=(), RE05CalorimeterHit(), and SetRot().

G4int RE05CalorimeterHit::fZCellID
private

Definition at line 65 of file RE05CalorimeterHit.hh.

View newest version in sPHENIX GitHub at line 65 of file RE05CalorimeterHit.hh

Referenced by CreateAttValues(), GetZ(), operator=(), operator==(), RE05CalorimeterHit(), and SetCellID().


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