70 EvtMap->
add(index, fTrackLength);
78 "G4PSPassageTrackLength::ProcessHits",
"SCORER0123",
JustWarning,
79 "G4TScoreHistFiller is not instantiated!! Histogram is not filled.");
83 filler->FillH1(
hitIDMap[index], fTrackLength, 1.);
103 if(IsEnter && IsExit)
105 fTrackLength = trklength;
110 fCurrentTrkID = trkid;
111 fTrackLength = trklength;
115 if(fCurrentTrkID == trkid)
117 fTrackLength += trklength;
123 if(fCurrentTrkID == trkid)
125 fTrackLength += trklength;
149 for(
const auto& [copy, length] : *(EvtMap->
GetMap()))
151 G4cout <<
" copy no.: " << copy
152 <<
" track length : " << *(length) /
GetUnitValue() <<
" ["
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
void Initialize(G4HCofThisEvent *) override
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override
virtual void SetUnit(const G4String &unit)
G4bool IsPassed(G4Step *)
G4PSPassageTrackLength(G4String name, G4int depth=0)
G4StepStatus GetStepStatus() 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 *)
const G4String & GetUnit() const
G4MultiFunctionalDetector * detector
G4int GetCollectionID(G4int)
void CheckAndSetUnit(const G4String &unit, const G4String &category)
G4double GetUnitValue() const
static G4VScoreHistFiller * Instance()
size_t add(const G4int &key, U *&aHit) const