60 EvtMap(0),weighted(true)
69 EvtMap(0),weighted(true)
87 fCellFlux /= cubicVolume;
89 EvtMap->
add(index,fCellFlux);
97 "G4TScoreHistFiller is not instantiated!! Histogram is not filled.");
120 if ( IsEnter &&IsExit ){
121 fCellFlux = trklength;
123 }
else if ( IsEnter ){
124 fCurrentTrkID = trkid;
125 fCellFlux = trklength;
127 if ( fCurrentTrkID == trkid ) {
128 fCellFlux += trklength;
132 if ( fCurrentTrkID == trkid ){
133 fCellFlux += trklength;
166 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
167 for(; itr != EvtMap->
GetMap()->end(); itr++) {
168 G4cout <<
" copy no.: " << itr->first
182 new G4UnitDefinition(
"percentimeter2",
"percm2",
"Per Unit Surface",(1./cm2));
183 new G4UnitDefinition(
"permillimeter2",
"permm2",
"Per Unit Surface",(1./mm2));
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 G4bool ProcessHits(G4Step *, G4TouchableHistory *)
virtual void Initialize(G4HCofThisEvent *)
virtual ~G4PSPassageCellFlux()
virtual void SetUnit(const G4String &unit)
G4PSPassageCellFlux(G4String name, G4int depth=0)
virtual void EndOfEvent(G4HCofThisEvent *)
virtual void DefineUnitAndCategory()
virtual G4bool IsPassed(G4Step *)
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