#include <G4ParameterisationPolycone.hh>
|
| G4ParameterisationPolyconePhi (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *motherSolid, DivisionType divType) |
|
| ~G4ParameterisationPolyconePhi () |
|
G4double | GetMaxParameter () const |
|
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
|
void | ComputeDimensions (G4Polycone &pcone, const G4int copyNo, const G4VPhysicalVolume *physVol) const |
|
| G4VParameterisationPolycone (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
virtual | ~G4VParameterisationPolycone () |
|
| 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 246 of file G4ParameterisationPolycone.cc.
252 SetType(
"DivisionPolyconePhi" );
269 G4cout <<
" G4ParameterisationPolyconePhi - # divisions " <<
fnDiv
270 <<
" = " << nDiv <<
G4endl
virtual void CheckParametersValidity()
static const G4int verbose
void SetType(const G4String &type)
G4double CalculateWidth(G4double motherDim, G4int nDiv, G4double offset) const
G4double GetEndPhi() const
G4GLOB_DLL std::ostream G4cout
G4VParameterisationPolycone(EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType)
G4double GetStartPhi() const
G4int CalculateNDiv(G4double motherDim, G4double width, G4double offset) const
static constexpr double deg
G4ParameterisationPolyconePhi::~G4ParameterisationPolyconePhi |
( |
| ) |
|
Reimplemented from G4VPVParameterisation.
Definition at line 328 of file G4ParameterisationPolycone.cc.
335 origparam.Start_angle = origparamMother->
Start_angle;
336 origparam.Opening_angle =
fwidth;
344 G4cout <<
"G4ParameterisationPolyconePhi::ComputeDimensions():" <<
G4endl;
static const G4int verbose
G4GLOB_DLL std::ostream G4cout
void SetOriginalParameters(G4PolyconeHistorical *pars)
G4PolyconeHistorical * GetOriginalParameters() const
Implements G4VDivisionParameterisation.
Definition at line 292 of file G4ParameterisationPolycone.cc.
305 G4cout <<
" G4ParameterisationPolyconePhi - position: " << posi/
deg
307 <<
" copyNo: " << copyNo <<
" - foffset: " <<
foffset/
deg
308 <<
" - fwidth: " << fwidth/
deg <<
G4endl;
317 G4cout << std::setprecision(8) <<
" G4ParameterisationPolyconePhi "
319 <<
" Position: " << origin <<
" - Width: " << fwidth
static const G4int verbose
G4GLOB_DLL std::ostream G4cout
void ChangeRotMatrix(G4VPhysicalVolume *physVol, G4double rotZ=0.) const
void SetTranslation(const G4ThreeVector &v)
static constexpr double deg
G4double G4ParameterisationPolyconePhi::GetMaxParameter |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: