Geant4  10.02.p03
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()

RE01CalorimeterParametrisation::~RE01CalorimeterParametrisation ( )

Definition at line 47 of file RE01CalorimeterParametrisation.cc.

48 {;}
Here is the call graph for this function:

Member Function Documentation

◆ ComputeDimensions() [1/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 60 of file RE01CalorimeterParametrisation.cc.

61 {
62  G4double innerRad = fCaloTubs_rmin
63  + copyNo*(fAbsorber_thick+fScinti_thick);
64  calorimeterLayer.SetInnerRadius(innerRad);
65  calorimeterLayer.SetOuterRadius(innerRad+fAbsorber_thick);
66  calorimeterLayer.SetZHalfLength(fCaloTubs_dz);
67  calorimeterLayer.SetStartPhiAngle(fCaloTubs_sphi);
68  calorimeterLayer.SetDeltaPhiAngle(fCaloTubs_dphi);
69 }
void SetStartPhiAngle(G4double newSPhi, G4bool trig=true)
void SetDeltaPhiAngle(G4double newDPhi)
void SetInnerRadius(G4double newRMin)
void SetOuterRadius(G4double newRMax)
double G4double
Definition: G4Types.hh:76
void SetZHalfLength(G4double newDz)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ComputeDimensions() [2/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 69 of file RE01CalorimeterParametrisation.hh.

70  {}

◆ ComputeDimensions() [3/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 71 of file RE01CalorimeterParametrisation.hh.

72  {}

◆ ComputeDimensions() [4/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 73 of file RE01CalorimeterParametrisation.hh.

74  {}

◆ ComputeDimensions() [5/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 75 of file RE01CalorimeterParametrisation.hh.

76  {}

◆ ComputeDimensions() [6/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 77 of file RE01CalorimeterParametrisation.hh.

78  {}

◆ ComputeDimensions() [7/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 79 of file RE01CalorimeterParametrisation.hh.

80  {}

◆ ComputeDimensions() [8/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 81 of file RE01CalorimeterParametrisation.hh.

82  {}

◆ ComputeDimensions() [9/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 83 of file RE01CalorimeterParametrisation.hh.

84  {}

◆ ComputeDimensions() [10/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 85 of file RE01CalorimeterParametrisation.hh.

86  {}

◆ ComputeDimensions() [11/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 87 of file RE01CalorimeterParametrisation.hh.

88  {}

◆ ComputeDimensions() [12/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 89 of file RE01CalorimeterParametrisation.hh.

90  {}

◆ ComputeDimensions() [13/13]

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

Reimplemented from G4VPVParameterisation.

Definition at line 91 of file RE01CalorimeterParametrisation.hh.

92  {}

◆ ComputeTransformation()

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

Implements G4VPVParameterisation.

Definition at line 52 of file RE01CalorimeterParametrisation.cc.

53 {
54  G4ThreeVector origin;
55  physVol->SetTranslation(origin);
56 }
void SetTranslation(const G4ThreeVector &v)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ fAbsorber_thick

G4double RE01CalorimeterParametrisation::fAbsorber_thick
private

Definition at line 55 of file RE01CalorimeterParametrisation.hh.

◆ fCaloCell_dphi

G4double RE01CalorimeterParametrisation::fCaloCell_dphi
private

Definition at line 70 of file RE01CalorimeterParametrisation.hh.

◆ fCaloCell_dz

G4double RE01CalorimeterParametrisation::fCaloCell_dz
private

Definition at line 68 of file RE01CalorimeterParametrisation.hh.

◆ fCaloCell_rmax

G4double RE01CalorimeterParametrisation::fCaloCell_rmax
private

Definition at line 66 of file RE01CalorimeterParametrisation.hh.

◆ fCaloCell_rmin

G4double RE01CalorimeterParametrisation::fCaloCell_rmin
private

Definition at line 67 of file RE01CalorimeterParametrisation.hh.

◆ fCaloCell_sphi

G4double RE01CalorimeterParametrisation::fCaloCell_sphi
private

Definition at line 69 of file RE01CalorimeterParametrisation.hh.

◆ fCaloRing_dphi

G4double RE01CalorimeterParametrisation::fCaloRing_dphi
private

Definition at line 63 of file RE01CalorimeterParametrisation.hh.

◆ fCaloRing_dz

G4double RE01CalorimeterParametrisation::fCaloRing_dz
private

Definition at line 61 of file RE01CalorimeterParametrisation.hh.

◆ fCaloRing_rmax

G4double RE01CalorimeterParametrisation::fCaloRing_rmax
private

Definition at line 59 of file RE01CalorimeterParametrisation.hh.

◆ fCaloRing_rmin

G4double RE01CalorimeterParametrisation::fCaloRing_rmin
private

Definition at line 60 of file RE01CalorimeterParametrisation.hh.

◆ fCaloRing_sphi

G4double RE01CalorimeterParametrisation::fCaloRing_sphi
private

Definition at line 62 of file RE01CalorimeterParametrisation.hh.

◆ fCaloTubs_dphi

G4double RE01CalorimeterParametrisation::fCaloTubs_dphi
private

Definition at line 52 of file RE01CalorimeterParametrisation.hh.

◆ fCaloTubs_dz

G4double RE01CalorimeterParametrisation::fCaloTubs_dz
private

Definition at line 50 of file RE01CalorimeterParametrisation.hh.

◆ fCaloTubs_rmax

G4double RE01CalorimeterParametrisation::fCaloTubs_rmax
private

Definition at line 48 of file RE01CalorimeterParametrisation.hh.

◆ fCaloTubs_rmin

G4double RE01CalorimeterParametrisation::fCaloTubs_rmin
private

Definition at line 49 of file RE01CalorimeterParametrisation.hh.

◆ fCaloTubs_sphi

G4double RE01CalorimeterParametrisation::fCaloTubs_sphi
private

Definition at line 51 of file RE01CalorimeterParametrisation.hh.

◆ fExpHall_x

G4double RE01CalorimeterParametrisation::fExpHall_x
private

Definition at line 33 of file RE01CalorimeterParametrisation.hh.

◆ fExpHall_y

G4double RE01CalorimeterParametrisation::fExpHall_y
private

Definition at line 34 of file RE01CalorimeterParametrisation.hh.

◆ fExpHall_z

G4double RE01CalorimeterParametrisation::fExpHall_z
private

Definition at line 35 of file RE01CalorimeterParametrisation.hh.

◆ fNocaloLayers

G4int RE01CalorimeterParametrisation::fNocaloLayers
private

Definition at line 54 of file RE01CalorimeterParametrisation.hh.

◆ fNotrkLayers

G4int RE01CalorimeterParametrisation::fNotrkLayers
private

Definition at line 43 of file RE01CalorimeterParametrisation.hh.

◆ fScinti_thick

G4double RE01CalorimeterParametrisation::fScinti_thick
private

Definition at line 56 of file RE01CalorimeterParametrisation.hh.

◆ fSegmentsinPhi

G4int RE01CalorimeterParametrisation::fSegmentsinPhi
private

Definition at line 65 of file RE01CalorimeterParametrisation.hh.

◆ fSegmentsinZ

G4int RE01CalorimeterParametrisation::fSegmentsinZ
private

Definition at line 58 of file RE01CalorimeterParametrisation.hh.

◆ fTracker_length

G4double RE01CalorimeterParametrisation::fTracker_length[5]
private

Definition at line 46 of file RE01CalorimeterParametrisation.hh.

◆ fTracker_radius

G4double RE01CalorimeterParametrisation::fTracker_radius[5]
private

Definition at line 44 of file RE01CalorimeterParametrisation.hh.

◆ fTracker_thick

G4double RE01CalorimeterParametrisation::fTracker_thick
private

Definition at line 45 of file RE01CalorimeterParametrisation.hh.

◆ fTrkTubs_dphi

G4double RE01CalorimeterParametrisation::fTrkTubs_dphi
private

Definition at line 41 of file RE01CalorimeterParametrisation.hh.

◆ fTrkTubs_dz

G4double RE01CalorimeterParametrisation::fTrkTubs_dz
private

Definition at line 39 of file RE01CalorimeterParametrisation.hh.

◆ fTrkTubs_rmax

G4double RE01CalorimeterParametrisation::fTrkTubs_rmax
private

Definition at line 37 of file RE01CalorimeterParametrisation.hh.

◆ fTrkTubs_rmin

G4double RE01CalorimeterParametrisation::fTrkTubs_rmin
private

Definition at line 38 of file RE01CalorimeterParametrisation.hh.

◆ fTrkTubs_sphi

G4double RE01CalorimeterParametrisation::fTrkTubs_sphi
private

Definition at line 40 of file RE01CalorimeterParametrisation.hh.


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