Geant4
10.02.p02
|
#include <G4VTrajectory.hh>
Public Member Functions | |
G4VTrajectory () | |
virtual | ~G4VTrajectory () |
G4bool | operator== (const G4VTrajectory &right) const |
virtual G4int | GetTrackID () const =0 |
virtual G4int | GetParentID () const =0 |
virtual G4String | GetParticleName () const =0 |
virtual G4double | GetCharge () const =0 |
virtual G4int | GetPDGEncoding () const =0 |
virtual G4ThreeVector | GetInitialMomentum () const =0 |
virtual int | GetPointEntries () const =0 |
virtual G4VTrajectoryPoint * | GetPoint (G4int i) const =0 |
virtual void | ShowTrajectory (std::ostream &os=G4cout) const |
virtual void | DrawTrajectory () const |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
virtual void | AppendStep (const G4Step *aStep)=0 |
virtual void | MergeTrajectory (G4VTrajectory *secondTrajectory)=0 |
Definition at line 57 of file G4VTrajectory.hh.
G4VTrajectory::G4VTrajectory | ( | ) |
Definition at line 53 of file G4VTrajectory.cc.
|
virtual |
Definition at line 54 of file G4VTrajectory.cc.
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, WLSTrajectory, F04Trajectory, G4RayTrajectory, and RE01Trajectory.
Referenced by ITTrackingInteractivity::AppendStep().
|
inlinevirtual |
Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, G4RichTrajectory, F04Trajectory, and RE01Trajectory.
Definition at line 100 of file G4VTrajectory.hh.
Referenced by G4HepRepSceneHandler::addAttributes(), G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
virtual |
Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, G4RayTrajectory, RE01Trajectory, and LXeTrajectory.
Definition at line 115 of file G4VTrajectory.cc.
References G4VVisManager::DispatchToModel(), and G4VVisManager::GetConcreteInstance().
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4VSceneHandler::AddCompound(), CexmcEventAction::DrawTrajectories(), G4RichTrajectory::DrawTrajectory(), G4SmoothTrajectory::DrawTrajectory(), G4Trajectory::DrawTrajectory(), and RE04Trajectory::DrawTrajectory().
Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, G4RichTrajectory, F04Trajectory, and RE01Trajectory.
Definition at line 94 of file G4VTrajectory.hh.
Referenced by G4HepRepSceneHandler::addAttributes(), G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoryDrawByCharge::Draw(), and G4TrajectoryChargeFilter::Evaluate().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoryDrawByParticleID::Draw(), and G4TrajectoryParticleFilter::Evaluate().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, G4RichTrajectory, F04Trajectory, RE01Trajectory, and G4RayTrajectory.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryOriginVolumeFilter::Evaluate(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, G4RichTrajectory, F04Trajectory, RE01Trajectory, and G4RayTrajectory.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RayTrajectory, WLSTrajectory, F04Trajectory, and RE01Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound().
|
pure virtual |
Implemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, WLSTrajectory, F04Trajectory, G4RayTrajectory, and RE01Trajectory.
Referenced by G4EventManager::DoProcessing().
G4bool G4VTrajectory::operator== | ( | const G4VTrajectory & | right | ) | const |
Definition at line 56 of file G4VTrajectory.cc.
|
virtual |
Reimplemented in RE04Trajectory, G4Trajectory, G4SmoothTrajectory, WLSTrajectory, G4RichTrajectory, F04Trajectory, G4RayTrajectory, and RE01Trajectory.
Definition at line 61 of file G4VTrajectory.cc.
References G4VTrajectoryPoint::CreateAttValues(), CreateAttValues(), G4VTrajectoryPoint::GetAttDefs(), GetAttDefs(), GetPoint(), and GetPointEntries().
Referenced by ITTrackingInteractivity::EndTracking(), G4TrackingManager::ProcessOneTrack(), F04Trajectory::ShowTrajectory(), G4RichTrajectory::ShowTrajectory(), WLSTrajectory::ShowTrajectory(), G4SmoothTrajectory::ShowTrajectory(), G4Trajectory::ShowTrajectory(), and RE04Trajectory::ShowTrajectory().