Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE05CalorimeterParametrisation Class Reference

#include <RE05CalorimeterParametrisation.hh>

Inheritance diagram for RE05CalorimeterParametrisation:
Collaboration diagram for RE05CalorimeterParametrisation:

Public Member Functions

 RE05CalorimeterParametrisation ()
 
 ~RE05CalorimeterParametrisation ()
 
virtual void ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const
 
virtual 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 ()
 

Detailed Description

Definition at line 55 of file RE05CalorimeterParametrisation.hh.

Constructor & Destructor Documentation

RE05CalorimeterParametrisation::RE05CalorimeterParametrisation ( )

Definition at line 41 of file RE05CalorimeterParametrisation.cc.

43 {
44 #include "RE05DetectorParameterDef.icc"
45 }
RE05CalorimeterParametrisation::~RE05CalorimeterParametrisation ( )

Definition at line 49 of file RE05CalorimeterParametrisation.cc.

50 {}

Member Function Documentation

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

Reimplemented from G4VPVParameterisation.

Definition at line 64 of file RE05CalorimeterParametrisation.cc.

65 {
66  G4double innerRad = fCaloTubs_rmin
67  + copyNo*(fAbsorber_thick+fScinti_thick);
68  calorimeterLayer.SetInnerRadius(innerRad);
69  calorimeterLayer.SetOuterRadius(innerRad+fAbsorber_thick);
70  calorimeterLayer.SetZHalfLength(fCaloTubs_dz);
71  calorimeterLayer.SetStartPhiAngle(fCaloTubs_sphi,false);
72  calorimeterLayer.SetDeltaPhiAngle(fCaloTubs_dphi);
73 }
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:

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

Implements G4VPVParameterisation.

Definition at line 55 of file RE05CalorimeterParametrisation.cc.

56 {
57  G4ThreeVector origin;
58  physVol->SetTranslation(origin);
59 }
void SetTranslation(const G4ThreeVector &v)

Here is the call graph for this function:


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