|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPrimitiveScorer.hh>
Public Member Functions | |
| G4VPrimitiveScorer (const G4String &name, G4int depth=0) | |
| virtual | ~G4VPrimitiveScorer ()=default |
| G4int | GetCollectionID (G4int) |
| virtual void | Initialize (G4HCofThisEvent *) |
| virtual void | EndOfEvent (G4HCofThisEvent *) |
| virtual void | clear () |
| virtual void | DrawAll () |
| virtual void | PrintAll () |
| void | SetUnit (const G4String &unit) |
| const G4String & | GetUnit () const |
| G4double | GetUnitValue () const |
| void | ScoreWeighted (G4bool flg=false) |
| G4bool | IsScoreWeighted () const |
| void | SetMultiFunctionalDetector (G4MultiFunctionalDetector *d) |
| G4MultiFunctionalDetector * | GetMultiFunctionalDetector () const |
| const G4String & | GetName () const |
| void | SetFilter (G4VSDFilter *f) |
| G4VSDFilter * | GetFilter () const |
| void | SetScoreWeightCalculator (G4ScoreWeightCalculator calculator) |
| void | SetVerboseLevel (G4int vl) |
| G4int | GetVerboseLevel () const |
| void | SetNijk (G4int i, G4int j, G4int k) |
Protected Member Functions | |
| G4VSolid * | ComputeSolid (G4Step *aStep, G4int replicaIdx) |
| G4VSolid * | ComputeCurrentSolid (G4Step *aStep) |
| virtual G4bool | ProcessHits (G4Step *, G4TouchableHistory *)=0 |
| virtual G4int | GetIndex (G4Step *) |
| void | CheckAndSetUnit (const G4String &unit, const G4String &category) |
Protected Attributes | |
| G4String | primitiveName |
| G4MultiFunctionalDetector * | detector {nullptr} |
| G4VSDFilter * | filter {nullptr} |
| G4int | verboseLevel {0} |
| G4int | indexDepth |
| G4String | unitName {"NoUnit"} |
| G4double | unitValue {1.0} |
| G4int | fNi {0} |
| G4int | fNj {0} |
| G4int | fNk {0} |
| G4bool | scoreWeighted {false} |
| G4ScoreWeightCalculator | fScoreWeightCalculator |
Friends | |
| class | G4MultiFunctionalDetector |
Definition at line 55 of file G4VPrimitiveScorer.hh.
Definition at line 39 of file G4VPrimitiveScorer.cc.
Referenced by G4PSCellCharge::G4PSCellCharge(), G4PSNofCollision::G4PSNofCollision(), G4PSPopulation::G4PSPopulation(), G4PSSphereSurfaceCurrent::G4PSSphereSurfaceCurrent(), G4PSSphereSurfaceFlux::G4PSSphereSurfaceFlux(), G4PSStepChecker::G4PSStepChecker(), G4PSTermination::G4PSTermination(), and G4PSTrackLength::G4PSTrackLength().
|
virtualdefault |
|
protected |
Definition at line 67 of file G4VPrimitiveScorer.cc.
Referenced by G4PSCellCharge::SetUnit(), G4PSCellFlux::SetUnit(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSDoseDeposit::SetUnit(), G4PSEnergyDeposit::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSMinKinEAtGeneration::SetUnit(), G4PSPassageCellFlux::SetUnit(), G4PSPassageTrackLength::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), and G4PSTrackLength::SetUnit().
|
virtual |
Reimplemented in G4PSCellCharge, G4PSCellFlux, G4PSCylinderSurfaceCurrent, G4PSCylinderSurfaceFlux, G4PSDoseDeposit, G4PSEnergyDeposit, G4PSFlatSurfaceCurrent, G4PSFlatSurfaceFlux, G4PSMinKinEAtGeneration, G4PSNofCollision, G4PSNofSecondary, G4PSNofStep, G4PSPassageCellCurrent, G4PSPassageCellFlux, G4PSPassageTrackLength, G4PSPopulation, G4PSSphereSurfaceCurrent, G4PSSphereSurfaceFlux, G4PSTermination, G4PSTrackCounter, G4PSTrackLength, and G4PSVolumeFlux.
Definition at line 54 of file G4VPrimitiveScorer.cc.
Definition at line 105 of file G4VPrimitiveScorer.cc.
Referenced by G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), and G4PSSphereSurfaceCurrent::ProcessHits().
Definition at line 80 of file G4VPrimitiveScorer.cc.
Referenced by ComputeCurrentSolid(), G4PSCellFlux::ComputeVolume(), G4PSDoseDeposit::ComputeVolume(), and G4PSPassageCellFlux::ComputeVolume().
|
virtual |
Definition at line 56 of file G4VPrimitiveScorer.cc.
|
virtual |
Definition at line 43 of file G4VPrimitiveScorer.cc.
Referenced by G4PSCellCharge::Initialize(), G4PSCellFlux::Initialize(), G4PSCylinderSurfaceCurrent::Initialize(), G4PSCylinderSurfaceFlux::Initialize(), G4PSDoseDeposit::Initialize(), G4PSEnergyDeposit::Initialize(), G4PSFlatSurfaceCurrent::Initialize(), G4PSFlatSurfaceFlux::Initialize(), G4PSMinKinEAtGeneration::Initialize(), G4PSNofCollision::Initialize(), G4PSNofSecondary::Initialize(), G4PSNofStep::Initialize(), G4PSPassageCellCurrent::Initialize(), G4PSPassageCellFlux::Initialize(), G4PSPassageTrackLength::Initialize(), G4PSPopulation::Initialize(), G4PSSphereSurfaceCurrent::Initialize(), G4PSSphereSurfaceFlux::Initialize(), G4PSTermination::Initialize(), G4PSTrackCounter::Initialize(), G4PSTrackLength::Initialize(), and G4PSVolumeFlux::Initialize().
|
inline |
Reimplemented in G4PSCellCharge3D, G4PSCellFlux3D, G4PSCylinderSurfaceCurrent3D, G4PSCylinderSurfaceFlux3D, G4PSDoseDeposit3D, G4PSEnergyDeposit3D, G4PSFlatSurfaceCurrent3D, G4PSFlatSurfaceFlux3D, G4PSMinKinEAtGeneration3D, G4PSNofCollision3D, G4PSNofSecondary3D, G4PSNofStep3D, G4PSPassageCellCurrent3D, G4PSPassageCellFlux3D, G4PSPassageTrackLength3D, G4PSPopulation3D, G4PSSphereSurfaceCurrent3D, G4PSSphereSurfaceFlux3D, G4PSStepChecker3D, G4PSTermination3D, G4PSTrackCounter3D, G4PSTrackLength3D, and G4PSVolumeFlux3D.
Definition at line 60 of file G4VPrimitiveScorer.cc.
Referenced by G4PSCellCharge::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4PSMinKinEAtGeneration::ProcessHits(), G4PSNofCollision::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSNofStep::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSPopulation::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSStepChecker::ProcessHits(), G4PSTermination::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSTrackLength::ProcessHits(), and G4PSVolumeFlux::ProcessHits().
|
inline |
Definition at line 88 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCylinderSurfaceFlux::Initialize(), G4PSDoseDeposit::Initialize(), G4PSEnergyDeposit::Initialize(), G4PSFlatSurfaceFlux::Initialize(), and G4PSVolumeFlux::Initialize().
|
inline |
Definition at line 89 of file G4VPrimitiveScorer.hh.
Referenced by CheckAndSetUnit(), G4VScoringMesh::GetPrimitiveScorer(), G4PSCellCharge::Initialize(), G4PSCellFlux::Initialize(), G4PSCylinderSurfaceCurrent::Initialize(), G4PSCylinderSurfaceFlux::Initialize(), G4PSDoseDeposit::Initialize(), G4PSEnergyDeposit::Initialize(), G4PSFlatSurfaceCurrent::Initialize(), G4PSFlatSurfaceFlux::Initialize(), G4PSMinKinEAtGeneration::Initialize(), G4PSNofCollision::Initialize(), G4PSNofSecondary::Initialize(), G4PSNofStep::Initialize(), G4PSPassageCellCurrent::Initialize(), G4PSPassageCellFlux::Initialize(), G4PSPassageTrackLength::Initialize(), G4PSPopulation::Initialize(), G4PSSphereSurfaceCurrent::Initialize(), G4PSSphereSurfaceFlux::Initialize(), G4PSTermination::Initialize(), G4PSTrackCounter::Initialize(), G4PSTrackLength::Initialize(), G4PSVolumeFlux::Initialize(), G4VScoringMesh::List(), G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSPopulation::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSTermination::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTrackLength::PrintAll(), G4PSVolumeFlux::PrintAll(), G4MultiFunctionalDetector::RegisterPrimitive(), G4MultiFunctionalDetector::RemovePrimitive(), G4VScoringMesh::SetPrimitiveScorer(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSNofCollision::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSNofStep::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSTermination::SetUnit(), and G4PSTrackCounter::SetUnit().
|
inline |
Definition at line 77 of file G4VPrimitiveScorer.hh.
Referenced by CheckAndSetUnit(), G4VScoringMesh::GetPSUnit(), G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSTrackLength::PrintAll(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSNofCollision::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSNofStep::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSTermination::SetUnit(), and G4PSTrackCounter::SetUnit().
|
inline |
Definition at line 78 of file G4VPrimitiveScorer.hh.
Referenced by G4VScoringMesh::GetPSUnitValue(), G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSPopulation::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), and G4PSTrackLength::PrintAll().
|
inline |
Definition at line 97 of file G4VPrimitiveScorer.hh.
|
virtual |
Reimplemented in G4PSCellCharge, G4PSCellFlux, G4PSCylinderSurfaceCurrent, G4PSCylinderSurfaceFlux, G4PSDoseDeposit, G4PSEnergyDeposit, G4PSFlatSurfaceCurrent, G4PSFlatSurfaceFlux, G4PSMinKinEAtGeneration, G4PSNofCollision, G4PSNofSecondary, G4PSNofStep, G4PSPassageCellCurrent, G4PSPassageCellFlux, G4PSPassageTrackLength, G4PSPopulation, G4PSSphereSurfaceCurrent, G4PSSphereSurfaceFlux, G4PSTermination, G4PSTrackCounter, G4PSTrackLength, and G4PSVolumeFlux.
Definition at line 50 of file G4VPrimitiveScorer.cc.
|
inline |
Definition at line 83 of file G4VPrimitiveScorer.hh.
|
virtual |
Reimplemented in G4PSCellCharge, G4PSCellFlux, G4PSCylinderSurfaceCurrent, G4PSCylinderSurfaceFlux, G4PSDoseDeposit, G4PSEnergyDeposit, G4PSFlatSurfaceCurrent, G4PSFlatSurfaceFlux, G4PSMinKinEAtGeneration, G4PSNofCollision, G4PSNofSecondary, G4PSNofStep, G4PSPassageCellCurrent, G4PSPassageCellFlux, G4PSPassageTrackLength, G4PSPopulation, G4PSSphereSurfaceCurrent, G4PSSphereSurfaceFlux, G4PSTermination, G4PSTrackCounter, G4PSTrackLength, and G4PSVolumeFlux.
Definition at line 58 of file G4VPrimitiveScorer.cc.
|
protectedpure virtual |
Implemented in G4PSCellCharge, G4PSCellFlux, G4PSCylinderSurfaceCurrent, G4PSCylinderSurfaceFlux, G4PSDoseDeposit, G4PSEnergyDeposit, G4PSFlatSurfaceCurrent, G4PSFlatSurfaceFlux, G4PSMinKinEAtGeneration, G4PSNofCollision, G4PSNofSecondary, G4PSNofStep, G4PSPassageCellCurrent, G4PSPassageCellFlux, G4PSPassageTrackLength, G4PSPopulation, G4PSSphereSurfaceCurrent, G4PSSphereSurfaceFlux, G4PSStepChecker, G4PSTermination, G4PSTrackCounter, G4PSTrackLength, and G4PSVolumeFlux.
|
inline |
Definition at line 80 of file G4VPrimitiveScorer.hh.
|
inline |
Definition at line 90 of file G4VPrimitiveScorer.hh.
|
inline |
Definition at line 87 of file G4VPrimitiveScorer.hh.
Referenced by G4MultiFunctionalDetector::RegisterPrimitive(), and G4MultiFunctionalDetector::RemovePrimitive().
Definition at line 99 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCellCharge3D::G4PSCellCharge3D(), G4PSCellFlux3D::G4PSCellFlux3D(), G4PSCylinderSurfaceCurrent3D::G4PSCylinderSurfaceCurrent3D(), G4PSCylinderSurfaceFlux3D::G4PSCylinderSurfaceFlux3D(), G4PSDoseDeposit3D::G4PSDoseDeposit3D(), G4PSEnergyDeposit3D::G4PSEnergyDeposit3D(), G4PSFlatSurfaceCurrent3D::G4PSFlatSurfaceCurrent3D(), G4PSFlatSurfaceFlux3D::G4PSFlatSurfaceFlux3D(), G4PSMinKinEAtGeneration3D::G4PSMinKinEAtGeneration3D(), G4PSNofCollision3D::G4PSNofCollision3D(), G4PSNofSecondary3D::G4PSNofSecondary3D(), G4PSNofStep3D::G4PSNofStep3D(), G4PSPassageCellCurrent3D::G4PSPassageCellCurrent3D(), G4PSPassageCellFlux3D::G4PSPassageCellFlux3D(), G4PSPassageTrackLength3D::G4PSPassageTrackLength3D(), G4PSPopulation3D::G4PSPopulation3D(), G4PSSphereSurfaceCurrent3D::G4PSSphereSurfaceCurrent3D(), G4PSSphereSurfaceFlux3D::G4PSSphereSurfaceFlux3D(), G4PSStepChecker3D::G4PSStepChecker3D(), G4PSTermination3D::G4PSTermination3D(), G4PSTrackCounter3D::G4PSTrackCounter3D(), G4PSTrackLength3D::G4PSTrackLength3D(), G4PSVolumeFlux3D::G4PSVolumeFlux3D(), and G4VScoringMesh::SetPrimitiveScorer().
|
inline |
Definition at line 92 of file G4VPrimitiveScorer.hh.
|
inline |
Definition at line 76 of file G4VPrimitiveScorer.hh.
|
inline |
Definition at line 96 of file G4VPrimitiveScorer.hh.
|
friend |
Definition at line 57 of file G4VPrimitiveScorer.hh.
Referenced by G4MultiFunctionalDetector, GetMultiFunctionalDetector(), and SetMultiFunctionalDetector().
|
protected |
Definition at line 126 of file G4VPrimitiveScorer.hh.
Referenced by GetCollectionID(), GetMultiFunctionalDetector(), G4PSCellCharge::Initialize(), G4PSCellFlux::Initialize(), G4PSCylinderSurfaceCurrent::Initialize(), G4PSFlatSurfaceCurrent::Initialize(), G4PSMinKinEAtGeneration::Initialize(), G4PSNofCollision::Initialize(), G4PSNofSecondary::Initialize(), G4PSNofStep::Initialize(), G4PSPassageCellCurrent::Initialize(), G4PSPassageCellFlux::Initialize(), G4PSPassageTrackLength::Initialize(), G4PSPopulation::Initialize(), G4PSSphereSurfaceCurrent::Initialize(), G4PSSphereSurfaceFlux::Initialize(), G4PSTermination::Initialize(), G4PSTrackCounter::Initialize(), G4PSTrackLength::Initialize(), G4PSCellCharge::PrintAll(), G4PSCellFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), G4PSNofCollision::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSPopulation::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSTermination::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSTrackLength::PrintAll(), G4PSVolumeFlux::PrintAll(), and SetMultiFunctionalDetector().
|
protected |
Definition at line 127 of file G4VPrimitiveScorer.hh.
Referenced by GetFilter(), and SetFilter().
|
protected |
Definition at line 132 of file G4VPrimitiveScorer.hh.
Referenced by G4PSStepChecker3D::GetIndex(), and SetNijk().
|
protected |
Definition at line 132 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCellCharge3D::GetIndex(), G4PSCellFlux3D::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSNofCollision3D::GetIndex(), G4PSNofSecondary3D::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSVolumeFlux3D::GetIndex(), and SetNijk().
|
protected |
Definition at line 132 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCellCharge3D::GetIndex(), G4PSCellFlux3D::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSNofCollision3D::GetIndex(), G4PSNofSecondary3D::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSVolumeFlux3D::GetIndex(), and SetNijk().
|
protected |
Definition at line 134 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCellFlux::ProcessHits(), and SetScoreWeightCalculator().
|
protected |
Definition at line 129 of file G4VPrimitiveScorer.hh.
Referenced by ComputeCurrentSolid(), G4VPrimitivePlotter::G4VPrimitiveScorer(), G4VPrimitiveScorer(), G4PSCellFlux::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), and G4PSVolumeFlux::ProcessHits().
|
protected |
Definition at line 125 of file G4VPrimitiveScorer.hh.
Referenced by G4VPrimitiveScorer(), GetCollectionID(), and GetName().
|
protected |
Definition at line 133 of file G4VPrimitiveScorer.hh.
Referenced by IsScoreWeighted(), G4PSCellFlux::ProcessHits(), and ScoreWeighted().
|
protected |
Definition at line 130 of file G4VPrimitiveScorer.hh.
Referenced by CheckAndSetUnit(), GetUnit(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSNofCollision::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSNofStep::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSTermination::SetUnit(), G4PSTrackCounter::SetUnit(), and SetUnit().
|
protected |
Definition at line 131 of file G4VPrimitiveScorer.hh.
Referenced by CheckAndSetUnit(), GetUnitValue(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSNofCollision::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSNofStep::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSTermination::SetUnit(), and G4PSTrackCounter::SetUnit().
|
protected |
Definition at line 128 of file G4VPrimitiveScorer.hh.
Referenced by G4PSCellFluxForCylinder3D::ComputeVolume(), G4PSDoseDepositForCylinder3D::ComputeVolume(), G4PSPassageCellFluxForCylinder3D::ComputeVolume(), GetVerboseLevel(), and SetVerboseLevel().