#include <G4ParameterisationPara.hh>
|
| G4ParameterisationParaZ (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
| ~G4ParameterisationParaZ () override |
|
G4double | GetMaxParameter () const override |
|
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const override |
|
void | ComputeDimensions (G4Para ¶, const G4int copyNo, const G4VPhysicalVolume *pv) const override |
|
| G4VParameterisationPara (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
| ~G4VParameterisationPara () override |
|
| G4VDivisionParameterisation (EAxis axis, G4int nDiv, G4double width, G4double offset, DivisionType divType, G4VSolid *motherSolid=nullptr) |
|
| ~G4VDivisionParameterisation () override |
|
G4VSolid * | ComputeSolid (const G4int, G4VPhysicalVolume *) override |
|
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 ()=default |
|
virtual | ~G4VPVParameterisation ()=default |
|
virtual G4Material * | ComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=nullptr) |
|
virtual G4bool | IsNested () const |
|
virtual G4VVolumeMaterialScanner * | GetMaterialScanner () |
|
Definition at line 161 of file G4ParameterisationPara.hh.
◆ G4ParameterisationParaZ()
Definition at line 280 of file G4ParameterisationPara.cc.
285{
288
291 {
293 }
295 {
297 }
298
299#ifdef G4DIVDEBUG
301 {
302 G4cout <<
" G4ParameterisationParaZ - # divisions " <<
fnDiv
303 <<
" = " << nDiv <<
G4endl
306 }
307#endif
308}
G4ThreadLocal T * G4GeomSplitter< T >::offset
G4GLOB_DLL std::ostream G4cout
virtual void CheckParametersValidity()
void SetType(const G4String &type)
G4double CalculateWidth(G4double motherDim, G4int nDiv, G4double offset) const
G4int CalculateNDiv(G4double motherDim, G4double width, G4double offset) const
static const G4int verbose
G4VParameterisationPara(EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType)
◆ ~G4ParameterisationParaZ()
G4ParameterisationParaZ::~G4ParameterisationParaZ |
( |
| ) |
|
|
overridedefault |
◆ ComputeDimensions()
Reimplemented from G4VPVParameterisation.
Definition at line 348 of file G4ParameterisationPara.cc.
351{
352
354
355
356 G4double pDx = msol->GetXHalfLength();
357 G4double pDy = msol->GetYHalfLength();
359 G4double pAlpha = std::atan(msol->GetTanAlpha());
360 G4double pTheta = msol->GetSymAxis().theta();
361 G4double pPhi = msol->GetSymAxis().phi();
362
364
365#ifdef G4DIVDEBUG
367 {
368 G4cout <<
" G4ParameterisationParaZ::ComputeDimensions()"
369 <<
" - Mother PARA " <<
G4endl;
370 msol->DumpInfo();
373 }
374#endif
375}
void SetAllParameters(G4double pDx, G4double pDy, G4double pDz, G4double pAlpha, G4double pTheta, G4double pPhi)
◆ ComputeTransformation()
Implements G4VDivisionParameterisation.
Definition at line 322 of file G4ParameterisationPara.cc.
324{
326 G4double mdz = msol->GetZHalfLength( );
327
328
332
333#ifdef G4DIVDEBUG
335 {
336 G4cout << std::setprecision(8) <<
" G4ParameterisationParaZ "
338 <<
" Position: " << origin <<
" - Axis: " <<
faxis <<
G4endl;
339 }
340#endif
341
342
344}
CLHEP::Hep3Vector G4ThreeVector
void SetTranslation(const G4ThreeVector &v)
◆ GetMaxParameter()
G4double G4ParameterisationParaZ::GetMaxParameter |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: