Geant4  10.00.p02
RE01CalorimeterParametrisation Class Reference

#include <RE01CalorimeterParametrisation.hh>

+ Inheritance diagram for RE01CalorimeterParametrisation:
+ Collaboration diagram for RE01CalorimeterParametrisation:

Public Member Functions

 RE01CalorimeterParametrisation ()
 
 ~RE01CalorimeterParametrisation ()
 
void ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const
 
void ComputeDimensions (G4Tubs &calorimeterLayer, const G4int copyNo, const G4VPhysicalVolume *physVol) const
 
- Public Member Functions inherited from G4VPVParameterisation
 G4VPVParameterisation ()
 
virtual ~G4VPVParameterisation ()
 
virtual G4VSolidComputeSolid (const G4int, G4VPhysicalVolume *)
 
virtual G4MaterialComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=0)
 
virtual G4bool IsNested () const
 
virtual G4VVolumeMaterialScannerGetMaterialScanner ()
 

Private Member Functions

void ComputeDimensions (G4Trd &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Trap &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Cons &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Sphere &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Torus &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Para &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Hype &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Box &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Orb &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
 

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
 

Detailed Description

Definition at line 55 of file RE01CalorimeterParametrisation.hh.

Constructor & Destructor Documentation

RE01CalorimeterParametrisation::RE01CalorimeterParametrisation ( )
RE01CalorimeterParametrisation::~RE01CalorimeterParametrisation ( )

Definition at line 47 of file RE01CalorimeterParametrisation.cc.

Member Function Documentation

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Tubs calorimeterLayer,
const G4int  copyNo,
const G4VPhysicalVolume physVol 
) const
virtual

Reimplemented from G4VPVParameterisation.

Definition at line 60 of file RE01CalorimeterParametrisation.cc.

References fAbsorber_thick, fCaloTubs_dphi, fCaloTubs_dz, fCaloTubs_rmin, fCaloTubs_sphi, fScinti_thick, G4Tubs::SetDeltaPhiAngle(), G4Tubs::SetInnerRadius(), G4Tubs::SetOuterRadius(), G4Tubs::SetStartPhiAngle(), and G4Tubs::SetZHalfLength().

+ Here is the call graph for this function:

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Trd ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 69 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Trap ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 71 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Cons ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 73 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Sphere ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 75 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Ellipsoid ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 77 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Torus ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 79 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Para ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 81 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Hype ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 83 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Box ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 85 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Orb ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 87 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Polycone ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 89 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeDimensions ( G4Polyhedra ,
const G4int  ,
const G4VPhysicalVolume  
) const
inlineprivatevirtual

Reimplemented from G4VPVParameterisation.

Definition at line 91 of file RE01CalorimeterParametrisation.hh.

void RE01CalorimeterParametrisation::ComputeTransformation ( const G4int  copyNo,
G4VPhysicalVolume physVol 
) const
virtual

Implements G4VPVParameterisation.

Definition at line 52 of file RE01CalorimeterParametrisation.cc.

References G4VPhysicalVolume::SetTranslation().

+ Here is the call graph for this function:

Member Data Documentation

G4double RE01CalorimeterParametrisation::fAbsorber_thick
private

Definition at line 55 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloCell_dphi
private

Definition at line 70 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloCell_dz
private

Definition at line 68 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloCell_rmax
private

Definition at line 66 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloCell_rmin
private

Definition at line 67 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloCell_sphi
private

Definition at line 69 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloRing_dphi
private

Definition at line 63 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloRing_dz
private

Definition at line 61 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloRing_rmax
private

Definition at line 59 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloRing_rmin
private

Definition at line 60 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloRing_sphi
private

Definition at line 62 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloTubs_dphi
private

Definition at line 52 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloTubs_dz
private

Definition at line 50 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloTubs_rmax
private

Definition at line 48 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloTubs_rmin
private

Definition at line 49 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fCaloTubs_sphi
private

Definition at line 51 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fExpHall_x
private

Definition at line 33 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fExpHall_y
private

Definition at line 34 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fExpHall_z
private

Definition at line 35 of file RE01CalorimeterParametrisation.hh.

G4int RE01CalorimeterParametrisation::fNocaloLayers
private

Definition at line 54 of file RE01CalorimeterParametrisation.hh.

G4int RE01CalorimeterParametrisation::fNotrkLayers
private

Definition at line 43 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fScinti_thick
private

Definition at line 56 of file RE01CalorimeterParametrisation.hh.

G4int RE01CalorimeterParametrisation::fSegmentsinPhi
private

Definition at line 65 of file RE01CalorimeterParametrisation.hh.

G4int RE01CalorimeterParametrisation::fSegmentsinZ
private

Definition at line 58 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTracker_length[5]
private

Definition at line 46 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTracker_radius[5]
private

Definition at line 44 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTracker_thick
private

Definition at line 45 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTrkTubs_dphi
private

Definition at line 41 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTrkTubs_dz
private

Definition at line 39 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTrkTubs_rmax
private

Definition at line 37 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTrkTubs_rmin
private

Definition at line 38 of file RE01CalorimeterParametrisation.hh.

G4double RE01CalorimeterParametrisation::fTrkTubs_sphi
private

Definition at line 40 of file RE01CalorimeterParametrisation.hh.


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