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

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

+ Inheritance diagram for RE05CalorimeterParallelWorld:
+ Collaboration diagram for RE05CalorimeterParallelWorld:

Public Member Functions

 RE05CalorimeterParallelWorld (G4String &parallelWorldName)
 
virtual ~RE05CalorimeterParallelWorld ()
 
virtual void Construct ()
 
virtual void ConstructSD ()
 
- Public Member Functions inherited from G4VUserParallelWorld
 G4VUserParallelWorld (G4String worldName)
 
virtual ~G4VUserParallelWorld ()
 
G4String GetName ()
 

Private Attributes

G4double fExpHall_x
 
G4double fExpHall_y
 
G4double fExpHall_z
 
G4double fTrkTubs_rmax
 
G4double fTrkTubs_rmin
 
G4double fTrkTubs_dz
 
G4double fTrkTubs_sphi
 
G4double fTrkTubs_dphi
 
G4int fNotrkLayers
 
G4double fTracker_radius [5]
 
G4double fTracker_thick
 
G4double fTracker_length [5]
 
G4double fCaloTubs_rmax
 
G4double fCaloTubs_rmin
 
G4double fCaloTubs_dz
 
G4double fCaloTubs_sphi
 
G4double fCaloTubs_dphi
 
G4int fNocaloLayers
 
G4double fAbsorber_thick
 
G4double fScinti_thick
 
G4int fSegmentsinZ
 
G4double fCaloRing_rmax
 
G4double fCaloRing_rmin
 
G4double fCaloRing_dz
 
G4double fCaloRing_sphi
 
G4double fCaloRing_dphi
 
G4int fSegmentsinPhi
 
G4double fCaloCell_rmax
 
G4double fCaloCell_rmin
 
G4double fCaloCell_dz
 
G4double fCaloCell_sphi
 
G4double fCaloCell_dphi
 
G4int fNomucounter
 
G4double fMuBox_radius
 
G4double fMuBox_width
 
G4double fMuBox_thick
 
G4double fMuBox_length
 

Additional Inherited Members

- Protected Member Functions inherited from G4VUserParallelWorld
G4VPhysicalVolumeGetWorld ()
 
void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 
- Protected Attributes inherited from G4VUserParallelWorld
G4String fWorldName
 

Detailed Description

Definition at line 36 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 36 of file RE05CalorimeterParallelWorld.hh

Constructor & Destructor Documentation

RE05CalorimeterParallelWorld::RE05CalorimeterParallelWorld ( G4String parallelWorldName)

Definition at line 48 of file RE05CalorimeterParallelWorld.cc.

View newest version in sPHENIX GitHub at line 48 of file RE05CalorimeterParallelWorld.cc

RE05CalorimeterParallelWorld::~RE05CalorimeterParallelWorld ( )
virtual

Definition at line 56 of file RE05CalorimeterParallelWorld.cc.

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

Member Function Documentation

void RE05CalorimeterParallelWorld::Construct ( void  )
virtual

Implements G4VUserParallelWorld.

Definition at line 61 of file RE05CalorimeterParallelWorld.cc.

View newest version in sPHENIX GitHub at line 61 of file RE05CalorimeterParallelWorld.cc

References fCaloCell_dphi, fCaloCell_dz, fCaloCell_rmax, fCaloCell_rmin, fCaloCell_sphi, fCaloRing_dphi, fCaloRing_dz, fCaloRing_rmax, fCaloRing_rmin, fCaloRing_sphi, fCaloTubs_dphi, fCaloTubs_dz, fCaloTubs_rmax, fCaloTubs_rmin, fCaloTubs_sphi, fSegmentsinPhi, fSegmentsinZ, G4VPhysicalVolume::GetLogicalVolume(), G4VUserParallelWorld::GetWorld(), kPhi, and kZAxis.

+ Here is the call graph for this function:

void RE05CalorimeterParallelWorld::ConstructSD ( )
virtual

Reimplemented from G4VUserParallelWorld.

Definition at line 105 of file RE05CalorimeterParallelWorld.cc.

View newest version in sPHENIX GitHub at line 105 of file RE05CalorimeterParallelWorld.cc

References G4SDManager::AddNewDetector(), G4SDManager::GetSDMpointer(), and G4VUserParallelWorld::SetSensitiveDetector().

+ Here is the call graph for this function:

Member Data Documentation

G4double RE05CalorimeterParallelWorld::fAbsorber_thick
private

Definition at line 54 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 54 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fCaloCell_dphi
private

Definition at line 69 of file RE05CalorimeterParallelWorld.hh.

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

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloCell_dz
private

Definition at line 67 of file RE05CalorimeterParallelWorld.hh.

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

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloCell_rmax
private

Definition at line 65 of file RE05CalorimeterParallelWorld.hh.

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

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloCell_rmin
private

Definition at line 66 of file RE05CalorimeterParallelWorld.hh.

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

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloCell_sphi
private

Definition at line 68 of file RE05CalorimeterParallelWorld.hh.

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

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloRing_dphi
private

Definition at line 62 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 62 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloRing_dz
private

Definition at line 60 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 60 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloRing_rmax
private

Definition at line 58 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 58 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloRing_rmin
private

Definition at line 59 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 59 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloRing_sphi
private

Definition at line 61 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 61 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloTubs_dphi
private

Definition at line 51 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 51 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloTubs_dz
private

Definition at line 49 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 49 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloTubs_rmax
private

Definition at line 47 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 47 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloTubs_rmin
private

Definition at line 48 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 48 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fCaloTubs_sphi
private

Definition at line 50 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 50 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fExpHall_x
private

Definition at line 32 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 32 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fExpHall_y
private

Definition at line 33 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 33 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fExpHall_z
private

Definition at line 34 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 34 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fMuBox_length
private

Definition at line 75 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 75 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fMuBox_radius
private

Definition at line 72 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 72 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fMuBox_thick
private

Definition at line 74 of file RE05CalorimeterParallelWorld.hh.

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

G4double RE05CalorimeterParallelWorld::fMuBox_width
private

Definition at line 73 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 73 of file RE05CalorimeterParallelWorld.hh

G4int RE05CalorimeterParallelWorld::fNocaloLayers
private

Definition at line 53 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 53 of file RE05CalorimeterParallelWorld.hh

G4int RE05CalorimeterParallelWorld::fNomucounter
private

Definition at line 71 of file RE05CalorimeterParallelWorld.hh.

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

G4int RE05CalorimeterParallelWorld::fNotrkLayers
private

Definition at line 42 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 42 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fScinti_thick
private

Definition at line 55 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 55 of file RE05CalorimeterParallelWorld.hh

G4int RE05CalorimeterParallelWorld::fSegmentsinPhi
private

Definition at line 64 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 64 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4int RE05CalorimeterParallelWorld::fSegmentsinZ
private

Definition at line 57 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 57 of file RE05CalorimeterParallelWorld.hh

Referenced by Construct().

G4double RE05CalorimeterParallelWorld::fTracker_length[5]
private

Definition at line 45 of file RE05CalorimeterParallelWorld.hh.

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

G4double RE05CalorimeterParallelWorld::fTracker_radius[5]
private

Definition at line 43 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 43 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTracker_thick
private

Definition at line 44 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 44 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTrkTubs_dphi
private

Definition at line 40 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 40 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTrkTubs_dz
private

Definition at line 38 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 38 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTrkTubs_rmax
private

Definition at line 36 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 36 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTrkTubs_rmin
private

Definition at line 37 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 37 of file RE05CalorimeterParallelWorld.hh

G4double RE05CalorimeterParallelWorld::fTrkTubs_sphi
private

Definition at line 39 of file RE05CalorimeterParallelWorld.hh.

View newest version in sPHENIX GitHub at line 39 of file RE05CalorimeterParallelWorld.hh


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