Geant4
10.02.p02
|
Chamber parameterisation for the persistency example. More...
#include <ExP01ChamberParameterisation.hh>
Public Member Functions | |
ExP01ChamberParameterisation (G4int NoChambers, G4double startZ, G4double spacing, G4double widthChamber, G4double lengthInitial, G4double lengthFinal) | |
~ExP01ChamberParameterisation () | |
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
void | ComputeDimensions (G4Box &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 () |
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 (G4Orb &, 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 (G4Tubs &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const |
Private Attributes | |
G4int | fNoChambers |
G4double | fStartZ |
G4double | fHalfWidth |
G4double | fSpacing |
G4double | fHalfLengthFirst |
G4double | fHalfLengthIncr |
Chamber parameterisation for the persistency example.
Definition at line 67 of file ExP01ChamberParameterisation.hh.
ExP01ChamberParameterisation::ExP01ChamberParameterisation | ( | G4int | NoChambers, |
G4double | startZ, | ||
G4double | spacing, | ||
G4double | widthChamber, | ||
G4double | lengthInitial, | ||
G4double | lengthFinal | ||
) |
Definition at line 43 of file ExP01ChamberParameterisation.cc.
References FatalException, fHalfLengthFirst, fHalfLengthIncr, fHalfWidth, fNoChambers, fSpacing, fStartZ, and G4Exception().
ExP01ChamberParameterisation::~ExP01ChamberParameterisation | ( | ) |
Definition at line 74 of file ExP01ChamberParameterisation.cc.
|
virtual |
Reimplemented from G4VPVParameterisation.
Definition at line 91 of file ExP01ChamberParameterisation.cc.
References G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), and G4Box::SetZHalfLength().
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 88 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 89 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 90 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 91 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 92 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 93 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 94 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 95 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 96 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 97 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 98 of file ExP01ChamberParameterisation.hh.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 99 of file ExP01ChamberParameterisation.hh.
|
virtual |
Implements G4VPVParameterisation.
Definition at line 80 of file ExP01ChamberParameterisation.cc.
References G4VPhysicalVolume::SetRotation(), and G4VPhysicalVolume::SetTranslation().
|
private |
Definition at line 107 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().
|
private |
Definition at line 108 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().
|
private |
Definition at line 105 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().
|
private |
Definition at line 103 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().
|
private |
Definition at line 106 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().
|
private |
Definition at line 104 of file ExP01ChamberParameterisation.hh.
Referenced by ExP01ChamberParameterisation().