#include <G4ParameterisationBox.hh>
|
| G4ParameterisationBoxX (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
| ~G4ParameterisationBoxX () |
|
G4double | GetMaxParameter () const |
|
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
|
void | ComputeDimensions (G4Box &box, const G4int copyNo, const G4VPhysicalVolume *physVol) const |
|
| G4VParameterisationBox (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
virtual | ~G4VParameterisationBox () |
|
| G4VDivisionParameterisation (EAxis axis, G4int nDiv, G4double width, G4double offset, DivisionType divType, G4VSolid *motherSolid=0) |
|
virtual | ~G4VDivisionParameterisation () |
|
virtual G4VSolid * | ComputeSolid (const G4int, G4VPhysicalVolume *) |
|
const G4String & | GetType () const |
|
EAxis | GetAxis () const |
|
G4int | GetNoDiv () const |
|
G4double | GetWidth () const |
|
G4double | GetOffset () const |
|
G4VSolid * | GetMotherSolid () const |
|
void | SetType (const G4String &type) |
|
G4int | VolumeFirstCopyNo () const |
|
void | SetHalfGap (G4double hg) |
|
G4double | GetHalfGap () const |
|
| G4VPVParameterisation () |
|
virtual | ~G4VPVParameterisation () |
|
virtual G4Material * | ComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=0) |
|
virtual G4bool | IsNested () const |
|
virtual G4VVolumeMaterialScanner * | GetMaterialScanner () |
|
Definition at line 76 of file G4ParameterisationBox.hh.
Definition at line 72 of file G4ParameterisationBox.cc.
92 G4cout <<
" G4ParameterisationBoxX - no divisions "
G4double GetXHalfLength() const
virtual void CheckParametersValidity()
static const G4int verbose
void SetType(const G4String &type)
G4double CalculateWidth(G4double motherDim, G4int nDiv, G4double offset) const
G4GLOB_DLL std::ostream G4cout
G4VParameterisationBox(EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType)
G4int CalculateNDiv(G4double motherDim, G4double width, G4double offset) const
G4ParameterisationBoxX::~G4ParameterisationBoxX |
( |
| ) |
|
Reimplemented from G4VPVParameterisation.
Definition at line 150 of file G4ParameterisationBox.cc.
166 G4cout <<
" G4ParameterisationBoxX::ComputeDimensions()" <<
G4endl
167 <<
" pDx: " << pDz <<
G4endl;
void SetZHalfLength(G4double dz)
static const G4int verbose
G4double GetZHalfLength() const
G4GLOB_DLL std::ostream G4cout
G4double GetYHalfLength() const
void SetYHalfLength(G4double dy)
void SetXHalfLength(G4double dx)
Implements G4VDivisionParameterisation.
Definition at line 115 of file G4ParameterisationBox.cc.
130 std::ostringstream message;
131 message <<
"Only axes along X are allowed ! Axis: " <<
faxis;
132 G4Exception(
"G4ParameterisationBoxX::ComputeTransformation()",
138 G4cout << std::setprecision(8) <<
" G4ParameterisationBoxX: "
140 <<
" Position " << origin <<
" Axis " <<
faxis <<
G4endl;
G4double GetXHalfLength() const
static const G4int verbose
G4GLOB_DLL std::ostream G4cout
void SetTranslation(const G4ThreeVector &v)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4double G4ParameterisationBoxX::GetMaxParameter |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: