#include <G4ParameterisationBox.hh>
|
| G4ParameterisationBoxZ (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
| ~G4ParameterisationBoxZ () |
|
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 165 of file G4ParameterisationBox.hh.
Definition at line 277 of file G4ParameterisationBox.cc.
297 G4cout <<
" G4ParameterisationBoxZ - no divisions " <<
fnDiv <<
" = "
298 << nDiv <<
". Offset " <<
foffset <<
" = " << offset
virtual void CheckParametersValidity()
static const G4int verbose
void SetType(const G4String &type)
G4double CalculateWidth(G4double motherDim, G4int nDiv, G4double offset) const
G4double GetZHalfLength() 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
G4ParameterisationBoxZ::~G4ParameterisationBoxZ |
( |
| ) |
|
Reimplemented from G4VPVParameterisation.
Definition at line 354 of file G4ParameterisationBox.cc.
370 G4cout <<
" G4ParameterisationBoxZ::ComputeDimensions()" <<
G4endl
371 <<
" pDx: " << pDz <<
G4endl;
G4double GetXHalfLength() const
void SetZHalfLength(G4double dz)
static const G4int verbose
G4GLOB_DLL std::ostream G4cout
G4double GetYHalfLength() const
void SetYHalfLength(G4double dy)
void SetXHalfLength(G4double dx)
Implements G4VDivisionParameterisation.
Definition at line 319 of file G4ParameterisationBox.cc.
334 std::ostringstream message;
335 message <<
"Only axes along Z are allowed ! Axis: " <<
faxis;
336 G4Exception(
"G4ParameterisationBoxZ::ComputeTransformation()",
342 G4cout << std::setprecision(8) <<
" G4ParameterisationBoxZ: "
344 <<
" Position " << origin <<
" Axis " <<
faxis <<
G4endl;
static const G4int verbose
G4double GetZHalfLength() const
G4GLOB_DLL std::ostream G4cout
void SetTranslation(const G4ThreeVector &v)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4double G4ParameterisationBoxZ::GetMaxParameter |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: