#include <F05DetectorConstruction.hh>
Definition at line 51 of file F05DetectorConstruction.hh.
F05DetectorConstruction::F05DetectorConstruction |
( |
| ) |
|
Definition at line 70 of file F05DetectorConstruction.cc.
71 : fVacuum(0), fWorldSizeXY(0), fWorldSizeZ(0),
72 fSolidWorld(0), fLogicWorld(0), fPhysiWorld(0)
F05DetectorConstruction::~F05DetectorConstruction |
( |
| ) |
|
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 98 of file F05DetectorConstruction.cc.
104 fWorldSizeXY = 20.0*
m;
105 fWorldSizeZ = 1.0*
mm;
107 fSolidWorld =
new G4Box(
"World",
108 fWorldSizeXY/2,fWorldSizeXY/2,fWorldSizeZ/2);
static constexpr double mm
CLHEP::Hep3Vector G4ThreeVector
void SetUserLimits(G4UserLimits *pULimits)
static constexpr double m
void F05DetectorConstruction::ConstructSDandField |
( |
| ) |
|
|
virtual |
Reimplemented from G4VUserDetectorConstruction.
Definition at line 142 of file F05DetectorConstruction.cc.
static constexpr double mm
G4bool SetDetectorField(G4Field *detectorField)
void SetChordFinder(G4ChordFinder *aChordFinder)
void SetAccuraciesWithDeltaOneStep(G4double valDeltaOneStep)
static G4TransportationManager * GetTransportationManager()
G4FieldManager * GetFieldManager() const
void SetDeltaIntersection(G4double valueDintersection)
void SetMinimumEpsilonStep(G4double newEpsMin)
void SetMaximumEpsilonStep(G4double newEpsMax)
G4PropagatorInField * GetPropagatorInField() const
void SetDeltaChord(G4double newval)
The documentation for this class was generated from the following files: