| 
    Geant4
    10.03.p01
    
   | 
 
#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.
Implemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.
      
  | 
  inlinevirtual | 
Reimplemented in G4Trajectory, G4SmoothTrajectory, and G4RichTrajectory.
Definition at line 100 of file G4VTrajectory.hh.

      
  | 
  virtual | 
Reimplemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.
Definition at line 115 of file G4VTrajectory.cc.


Reimplemented in G4Trajectory, G4SmoothTrajectory, and G4RichTrajectory.
Definition at line 94 of file G4VTrajectory.hh.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.
      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.
      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, and G4RayTrajectory.

      
  | 
  pure virtual | 
Implemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.
| G4bool G4VTrajectory::operator== | ( | const G4VTrajectory & | right | ) | const | 
Definition at line 56 of file G4VTrajectory.cc.
Reimplemented in G4Trajectory, G4SmoothTrajectory, G4RichTrajectory, and G4RayTrajectory.
Definition at line 61 of file G4VTrajectory.cc.

