Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
ExN04CalorimeterParametrisation Class Reference

#include <ExN04CalorimeterParametrisation.hh>

Inheritance diagram for ExN04CalorimeterParametrisation:
G4VPVParameterisation G4VPVParameterisation

Public Member Functions

 ExN04CalorimeterParametrisation ()
 
virtual ~ExN04CalorimeterParametrisation ()
 
void ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const
 
void ComputeDimensions (G4Tubs &calorimeterLayer, const G4int copyNo, const G4VPhysicalVolume *physVol) const
 
 ExN04CalorimeterParametrisation ()
 
virtual ~ExN04CalorimeterParametrisation ()
 
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 ()
 

Detailed Description

Definition at line 55 of file eventgenerator/HepMC/HepMCEx01/include/ExN04CalorimeterParametrisation.hh.

Constructor & Destructor Documentation

ExN04CalorimeterParametrisation::ExN04CalorimeterParametrisation ( )
ExN04CalorimeterParametrisation::~ExN04CalorimeterParametrisation ( )
virtual
ExN04CalorimeterParametrisation::ExN04CalorimeterParametrisation ( )
virtual ExN04CalorimeterParametrisation::~ExN04CalorimeterParametrisation ( )
virtual

Member Function Documentation

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

Reimplemented from G4VPVParameterisation.

Definition at line 59 of file eventgenerator/HepMC/HepMCEx01/src/ExN04CalorimeterParametrisation.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().

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)
void ExN04CalorimeterParametrisation::ComputeDimensions ( G4Tubs calorimeterLayer,
const G4int  copyNo,
const G4VPhysicalVolume physVol 
) const
virtual

Reimplemented from G4VPVParameterisation.

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

Implements G4VPVParameterisation.

Definition at line 51 of file eventgenerator/HepMC/HepMCEx01/src/ExN04CalorimeterParametrisation.cc.

52 {
53  G4ThreeVector origin;
54  physVol-> SetTranslation(origin);
55 }
void ExN04CalorimeterParametrisation::ComputeTransformation ( const G4int  copyNo,
G4VPhysicalVolume physVol 
) const
virtual

Implements G4VPVParameterisation.


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