32 #define B4bRunData_h 1
75 std::array<G4String, kDim> fVolumeNames;
76 std::array<G4double, kDim> fEdep;
77 std::array<G4double, kDim> fTrackLength;
84 fTrackLength[id] += dl;
88 return fVolumeNames[id];
96 return fTrackLength[id];
G4double GetEdep(G4int id) const
void Add(G4int id, G4double de, G4double dl)
G4String GetVolumeName(G4int id) const
G4double GetTrackLength(G4int id) const