Geant4  10.00.p02
RE05CalorimeterParametrisation Class Reference

#include <RE05CalorimeterParametrisation.hh>

+ Inheritance diagram for RE05CalorimeterParametrisation:
+ Collaboration diagram for RE05CalorimeterParametrisation:

Public Member Functions

 RE05CalorimeterParametrisation ()
 
 ~RE05CalorimeterParametrisation ()
 
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 (G4Orb &, 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 (G4Polycone &, const G4int, const G4VPhysicalVolume *) const
 
void ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
 

Private Attributes

G4double expHall_x
 
G4double expHall_y
 
G4double expHall_z
 
G4double trkTubs_rmax
 
G4double trkTubs_rmin
 
G4double trkTubs_dz
 
G4double trkTubs_sphi
 
G4double trkTubs_dphi
 
G4int notrkLayers
 
G4double tracker_radius [5]
 
G4double tracker_thick
 
G4double tracker_length [5]
 
G4double caloTubs_rmax
 
G4double caloTubs_rmin
 
G4double caloTubs_dz
 
G4double caloTubs_sphi
 
G4double caloTubs_dphi
 
G4int nocaloLayers
 
G4double absorber_thick
 
G4double scinti_thick
 
G4int segmentsinZ
 
G4double caloRing_rmax
 
G4double caloRing_rmin
 
G4double caloRing_dz
 
G4double caloRing_sphi
 
G4double caloRing_dphi
 
G4int segmentsinPhi
 
G4double caloCell_rmax
 
G4double caloCell_rmin
 
G4double caloCell_dz
 
G4double caloCell_sphi
 
G4double caloCell_dphi
 
G4int nomucounter
 
G4double muBox_radius
 
G4double muBox_width
 
G4double muBox_thick
 
G4double muBox_length
 

Detailed Description

Definition at line 55 of file RE05CalorimeterParametrisation.hh.

Constructor & Destructor Documentation

RE05CalorimeterParametrisation::RE05CalorimeterParametrisation ( )

Definition at line 39 of file RE05CalorimeterParametrisation.cc.

RE05CalorimeterParametrisation::~RE05CalorimeterParametrisation ( )

Definition at line 44 of file RE05CalorimeterParametrisation.cc.

Member Function Documentation

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

Reimplemented from G4VPVParameterisation.

Definition at line 55 of file RE05CalorimeterParametrisation.cc.

References absorber_thick, caloTubs_dphi, caloTubs_dz, caloTubs_rmin, caloTubs_sphi, scinti_thick, G4Tubs::SetDeltaPhiAngle(), G4Tubs::SetInnerRadius(), G4Tubs::SetOuterRadius(), G4Tubs::SetStartPhiAngle(), and G4Tubs::SetZHalfLength().

+ Here is the call graph for this function:

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

Reimplemented from G4VPVParameterisation.

Definition at line 70 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 72 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 74 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 76 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 78 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 80 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 82 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 84 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 86 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 88 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 90 of file RE05CalorimeterParametrisation.hh.

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

Reimplemented from G4VPVParameterisation.

Definition at line 92 of file RE05CalorimeterParametrisation.hh.

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

Implements G4VPVParameterisation.

Definition at line 48 of file RE05CalorimeterParametrisation.cc.

References G4VPhysicalVolume::SetTranslation().

+ Here is the call graph for this function:

Member Data Documentation

G4double RE05CalorimeterParametrisation::absorber_thick
private

Definition at line 55 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloCell_dphi
private

Definition at line 70 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloCell_dz
private

Definition at line 68 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloCell_rmax
private

Definition at line 66 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloCell_rmin
private

Definition at line 67 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloCell_sphi
private

Definition at line 69 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloRing_dphi
private

Definition at line 63 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloRing_dz
private

Definition at line 61 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloRing_rmax
private

Definition at line 59 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloRing_rmin
private

Definition at line 60 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloRing_sphi
private

Definition at line 62 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloTubs_dphi
private

Definition at line 52 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloTubs_dz
private

Definition at line 50 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloTubs_rmax
private

Definition at line 48 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloTubs_rmin
private

Definition at line 49 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::caloTubs_sphi
private

Definition at line 51 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::expHall_x
private

Definition at line 33 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::expHall_y
private

Definition at line 34 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::expHall_z
private

Definition at line 35 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::muBox_length
private

Definition at line 76 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::muBox_radius
private

Definition at line 73 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::muBox_thick
private

Definition at line 75 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::muBox_width
private

Definition at line 74 of file RE05CalorimeterParametrisation.hh.

G4int RE05CalorimeterParametrisation::nocaloLayers
private

Definition at line 54 of file RE05CalorimeterParametrisation.hh.

G4int RE05CalorimeterParametrisation::nomucounter
private

Definition at line 72 of file RE05CalorimeterParametrisation.hh.

G4int RE05CalorimeterParametrisation::notrkLayers
private

Definition at line 43 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::scinti_thick
private

Definition at line 56 of file RE05CalorimeterParametrisation.hh.

G4int RE05CalorimeterParametrisation::segmentsinPhi
private

Definition at line 65 of file RE05CalorimeterParametrisation.hh.

G4int RE05CalorimeterParametrisation::segmentsinZ
private

Definition at line 58 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::tracker_length[5]
private

Definition at line 46 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::tracker_radius[5]
private

Definition at line 44 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::tracker_thick
private

Definition at line 45 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::trkTubs_dphi
private

Definition at line 41 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::trkTubs_dz
private

Definition at line 39 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::trkTubs_rmax
private

Definition at line 37 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::trkTubs_rmin
private

Definition at line 38 of file RE05CalorimeterParametrisation.hh.

G4double RE05CalorimeterParametrisation::trkTubs_sphi
private

Definition at line 40 of file RE05CalorimeterParametrisation.hh.


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