#include <G4ParameterisationPolycone.hh>
|
| G4ParameterisationPolyconePhi (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *motherSolid, DivisionType divType) |
|
| ~G4ParameterisationPolyconePhi () override |
|
G4double | GetMaxParameter () const override |
|
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const override |
|
void | ComputeDimensions (G4Polycone &pcone, const G4int copyNo, const G4VPhysicalVolume *physVol) const override |
|
| G4VParameterisationPolycone (EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType) |
|
| ~G4VParameterisationPolycone () 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 () |
|
◆ G4ParameterisationPolyconePhi()
Definition at line 241 of file G4ParameterisationPolycone.cc.
246{
248 SetType(
"DivisionPolyconePhi" );
249
251 G4double deltaPhi = msol->GetEndPhi() - msol->GetStartPhi();
252
254 {
256 }
258 {
260 }
261
262#ifdef G4DIVDEBUG
264 {
265 G4cout <<
" G4ParameterisationPolyconePhi - # divisions " <<
fnDiv
266 <<
" = " << nDiv <<
G4endl
268 <<
" Width " <<
fwidth/CLHEP::deg <<
" = " << width/CLHEP::deg <<
G4endl;
269 }
270#endif
271}
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
G4VParameterisationPolycone(EAxis axis, G4int nCopies, G4double offset, G4double step, G4VSolid *msolid, DivisionType divType)
◆ ~G4ParameterisationPolyconePhi()
G4ParameterisationPolyconePhi::~G4ParameterisationPolyconePhi |
( |
| ) |
|
|
overridedefault |
◆ ComputeDimensions()
Reimplemented from G4VPVParameterisation.
Definition at line 321 of file G4ParameterisationPolycone.cc.
324{
326
327 G4PolyconeHistorical* origparamMother = msol->GetOriginalParameters();
328 G4PolyconeHistorical origparam( *origparamMother );
329 origparam.Start_angle = origparamMother->
Start_angle;
330 origparam.Opening_angle =
fwidth;
331
334
335#ifdef G4DIVDEBUG
337 {
338 G4cout <<
"G4ParameterisationPolyconePhi::ComputeDimensions():" <<
G4endl;
340 }
341#endif
342}
void SetOriginalParameters(G4PolyconeHistorical *pars)
◆ ComputeTransformation()
void G4ParameterisationPolyconePhi::ComputeTransformation |
( |
const G4int | copyNo, |
|
|
G4VPhysicalVolume * | physVol ) const |
|
overridevirtual |
Implements G4VDivisionParameterisation.
Definition at line 285 of file G4ParameterisationPolycone.cc.
287{
288
290
292
293
295
296#ifdef G4DIVDEBUG
298 {
299 G4cout <<
" G4ParameterisationPolyconePhi - position: " << posi/CLHEP::deg
301 <<
" copyNo: " << copyNo <<
" - foffset: " <<
foffset/CLHEP::deg
303 }
304#endif
305
307
308#ifdef G4DIVDEBUG
310 {
311 G4cout << std::setprecision(8) <<
" G4ParameterisationPolyconePhi "
313 <<
" Position: (0,0,0) - Width: " <<
fwidth
315 }
316#endif
317}
CLHEP::Hep3Vector G4ThreeVector
void ChangeRotMatrix(G4VPhysicalVolume *physVol, G4double rotZ=0.0) const
void SetTranslation(const G4ThreeVector &v)
◆ GetMaxParameter()
G4double G4ParameterisationPolyconePhi::GetMaxParameter |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: