Geant4
9.6.p02
|
#include <B2bChamberParameterisation.hh>
Public Member Functions | |
B2bChamberParameterisation (G4int noChambers, G4double startZ, G4double spacing, G4double widthChamber, G4double lengthInitial, G4double lengthFinal) | |
virtual | ~B2bChamberParameterisation () |
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
void | ComputeDimensions (G4Tubs &trackerLayer, const G4int copyNo, const G4VPhysicalVolume *physVol) const |
Public Member Functions inherited from G4VPVParameterisation | |
G4VPVParameterisation () | |
virtual | ~G4VPVParameterisation () |
virtual G4VSolid * | ComputeSolid (const G4int, G4VPhysicalVolume *) |
virtual G4Material * | ComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=0) |
virtual G4bool | IsNested () const |
virtual G4VVolumeMaterialScanner * | GetMaterialScanner () |
A parameterisation that describes a series of boxes along Z.
The boxes have equal width, & their lengths are a linear equation. They are spaced an equal distance apart, starting from given location.
Definition at line 58 of file B2bChamberParameterisation.hh.
B2bChamberParameterisation::B2bChamberParameterisation | ( | G4int | noChambers, |
G4double | startZ, | ||
G4double | spacing, | ||
G4double | widthChamber, | ||
G4double | lengthInitial, | ||
G4double | lengthFinal | ||
) |
Definition at line 40 of file B2bChamberParameterisation.cc.
|
virtual |
Definition at line 65 of file B2bChamberParameterisation.cc.
|
virtual |
Reimplemented from G4VPVParameterisation.
Definition at line 83 of file B2bChamberParameterisation.cc.
|
virtual |
Implements G4VPVParameterisation.
Definition at line 71 of file B2bChamberParameterisation.cc.