Geant4_10
|
#include <G4RayTrajectory.hh>
Public Member Functions | |
G4RayTrajectory () | |
G4RayTrajectory (G4RayTrajectory &right) | |
virtual | ~G4RayTrajectory () |
void * | operator new (size_t) |
void | operator delete (void *) |
virtual void | AppendStep (const G4Step *) |
virtual void | ShowTrajectory (std::ostream &) const |
virtual void | DrawTrajectory () const |
virtual int | GetPointEntries () const |
virtual G4VTrajectoryPoint * | GetPoint (G4int i) const |
G4RayTrajectoryPoint * | GetPointC (G4int i) const |
virtual void | MergeTrajectory (G4VTrajectory *secondTrajectory) |
G4int | GetTrackID () const |
G4int | GetParentID () const |
G4String | GetParticleName () const |
G4double | GetCharge () const |
G4int | GetPDGEncoding () const |
G4ThreeVector | GetInitialMomentum () const |
Public Member Functions inherited from G4VTrajectory | |
G4VTrajectory () | |
virtual | ~G4VTrajectory () |
G4bool | operator== (const G4VTrajectory &right) const |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Definition at line 57 of file G4RayTrajectory.hh.
G4RayTrajectory::G4RayTrajectory | ( | ) |
Definition at line 48 of file G4RayTrajectory.cc.
G4RayTrajectory::G4RayTrajectory | ( | G4RayTrajectory & | right | ) |
Definition at line 53 of file G4RayTrajectory.cc.
|
virtual |
Definition at line 65 of file G4RayTrajectory.cc.
Implements G4VTrajectory.
Definition at line 74 of file G4RayTrajectory.cc.
|
inlinevirtual |
Reimplemented from G4VTrajectory.
Definition at line 77 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 89 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 91 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 87 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 88 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 90 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 79 of file G4RayTrajectory.hh.
|
inline |
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 78 of file G4RayTrajectory.hh.
|
inlinevirtual |
Implements G4VTrajectory.
Definition at line 86 of file G4RayTrajectory.hh.
|
virtual |
Implements G4VTrajectory.
Definition at line 119 of file G4RayTrajectory.cc.
Definition at line 111 of file G4RayTrajectory.hh.
|
inline |
Definition at line 104 of file G4RayTrajectory.hh.
|
virtual |
Reimplemented from G4VTrajectory.
Definition at line 116 of file G4RayTrajectory.cc.