#include "G4RichTrajectoryPoint.hh"
#include "G4Track.hh"
#include "G4Step.hh"
#include "G4VProcess.hh"
#include "G4AttDefStore.hh"
#include "G4AttDef.hh"
#include "G4AttValue.hh"
#include "G4UnitsTable.hh"
#include <sstream>
Go to the source code of this file.
Definition at line 220 of file G4RichTrajectoryPoint.cc.
222 std::ostringstream oss;
224 for (
G4int i = depth; i >= 0; --i) {
227 if (i != 0) oss <<
'/';
G4int GetCopyNumber(G4int depth=0) const
const G4String & GetName() const
virtual G4int GetHistoryDepth() const
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const