ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
B5CellParameterisation Class Reference

EM Calorimeter cell parameterisation. More...

#include <geant4/tree/geant4-10.6-release/examples/basic/B5/include/B5CellParameterisation.hh>

+ Inheritance diagram for B5CellParameterisation:
+ Collaboration diagram for B5CellParameterisation:

Public Member Functions

 B5CellParameterisation ()
 
virtual ~B5CellParameterisation ()
 
virtual void ComputeTransformation (const G4int copyNo, 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=nullptr)
 
virtual G4bool IsNested () const
 
virtual G4VVolumeMaterialScannerGetMaterialScanner ()
 
virtual void ComputeDimensions (G4Box &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Tubs &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Trd &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Trap &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Cons &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Sphere &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Orb &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Torus &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Para &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const
 
virtual void ComputeDimensions (G4Hype &, const G4int, const G4VPhysicalVolume *) const
 

Private Attributes

std::array< G4double, kNofEmCellsfXCell
 
std::array< G4double, kNofEmCellsfYCell
 

Detailed Description

EM Calorimeter cell parameterisation.

Definition at line 44 of file B5CellParameterisation.hh.

View newest version in sPHENIX GitHub at line 44 of file B5CellParameterisation.hh

Constructor & Destructor Documentation

B5CellParameterisation::B5CellParameterisation ( )

Definition at line 39 of file B5CellParameterisation.cc.

View newest version in sPHENIX GitHub at line 39 of file B5CellParameterisation.cc

References cm, fXCell, fYCell, kNofEmCells, and kNofEmRows.

B5CellParameterisation::~B5CellParameterisation ( )
virtual

Definition at line 52 of file B5CellParameterisation.cc.

View newest version in sPHENIX GitHub at line 52 of file B5CellParameterisation.cc

Member Function Documentation

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

Implements G4VPVParameterisation.

Definition at line 57 of file B5CellParameterisation.cc.

View newest version in sPHENIX GitHub at line 57 of file B5CellParameterisation.cc

References fXCell, fYCell, and G4VPhysicalVolume::SetTranslation().

+ Here is the call graph for this function:

Member Data Documentation

std::array<G4double, kNofEmCells> B5CellParameterisation::fXCell
private

Definition at line 54 of file B5CellParameterisation.hh.

View newest version in sPHENIX GitHub at line 54 of file B5CellParameterisation.hh

Referenced by B5CellParameterisation(), and ComputeTransformation().

std::array<G4double, kNofEmCells> B5CellParameterisation::fYCell
private

Definition at line 55 of file B5CellParameterisation.hh.

View newest version in sPHENIX GitHub at line 55 of file B5CellParameterisation.hh

Referenced by B5CellParameterisation(), and ComputeTransformation().


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