84 fCellFlux /= cubicVolume;
86 EvtMap->
add(index, fCellFlux);
94 "G4PSPassageCellFlux::ProcessHits",
"SCORER0123",
JustWarning,
95 "G4TScoreHistFiller is not instantiated!! Histogram is not filled.");
120 if(IsEnter && IsExit)
122 fCellFlux = trklength;
127 fCurrentTrkID = trkid;
128 fCellFlux = trklength;
132 if(fCurrentTrkID == trkid)
134 fCellFlux += trklength;
140 if(fCurrentTrkID == trkid)
142 fCellFlux += trklength;
166 for(
const auto& [copy, flux] : *(EvtMap->
GetMap()))
168 G4cout <<
" copy no.: " << copy
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
virtual G4double ComputeVolume(G4Step *, G4int idx)
virtual void SetUnit(const G4String &unit)
G4PSPassageCellFlux(G4String name, G4int depth=0)
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override
virtual void DefineUnitAndCategory()
virtual G4bool IsPassed(G4Step *)
void Initialize(G4HCofThisEvent *) override
G4StepStatus GetStepStatus() const
const G4VTouchable * GetTouchable() const
G4double GetKineticEnergy() const
G4double GetWeight() const
G4Track * GetTrack() const
G4StepPoint * GetPreStepPoint() const
G4double GetStepLength() const
G4StepPoint * GetPostStepPoint() const
std::map< G4int, G4int > hitIDMap
virtual G4int GetIndex(G4Step *)
G4VSolid * ComputeSolid(G4Step *aStep, G4int replicaIdx)
const G4String & GetUnit() const
G4MultiFunctionalDetector * detector
G4int GetCollectionID(G4int)
void CheckAndSetUnit(const G4String &unit, const G4String &category)
G4double GetUnitValue() const
static G4VScoreHistFiller * Instance()
virtual G4double GetCubicVolume()
size_t add(const G4int &key, U *&aHit) const