|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ScoringBox.hh>
Inheritance diagram for G4ScoringBox:Protected Member Functions | |
| void | SetupGeometry (G4VPhysicalVolume *fWorldPhys) override |
Additional Inherited Members | |
Public Types inherited from G4VScoringMesh | |
| enum class | MeshShape { box , cylinder , sphere , realWorldLogVol , probe , undefined = -1 } |
| using | EventScore = G4THitsMap<G4double> |
| using | RunScore = G4THitsMap<G4StatDouble> |
| using | MeshScoreMap = std::map<G4String, RunScore*> |
Protected Attributes inherited from G4VScoringMesh | |
| G4String | fWorldName |
| G4VPrimitiveScorer * | fCurrentPS |
| G4bool | fConstructed |
| G4bool | fActive |
| MeshShape | fShape |
| G4double | fSize [3] |
| G4double | fAngle [2] |
| G4ThreeVector | fCenterPosition |
| G4RotationMatrix * | fRotationMatrix |
| G4int | fNSegment [3] |
| MeshScoreMap | fMap |
| G4MultiFunctionalDetector * | fMFD |
| G4int | verboseLevel |
| G4bool | sizeIsSet |
| G4bool | nMeshIsSet |
| G4String | fDrawUnit |
| G4double | fDrawUnitValue |
| G4String | fDrawPSName |
| G4String | fDivisionAxisNames [3] |
| G4LogicalVolume * | fMeshElementLogical |
| G4ParallelWorldProcess * | fParallelWorldProcess |
| G4bool | fGeometryHasBeenDestroyed |
| G4int | copyNumberLevel |
| G4bool | layeredMassFlg |
Definition at line 44 of file G4ScoringBox.hh.
| G4ScoringBox::G4ScoringBox | ( | const G4String & | wName | ) |
Definition at line 53 of file G4ScoringBox.cc.
|
overridedefault |
|
overridevirtual |
Implements G4VScoringMesh.
Definition at line 239 of file G4ScoringBox.cc.
|
overridevirtual |
Implements G4VScoringMesh.
Definition at line 504 of file G4ScoringBox.cc.
|
overridevirtual |
Reimplemented from G4VScoringMesh.
Definition at line 230 of file G4ScoringBox.cc.
|
inline |
Definition at line 57 of file G4ScoringBox.hh.
|
overrideprotectedvirtual |
Implements G4VScoringMesh.
Definition at line 63 of file G4ScoringBox.cc.