Geant4
10.00.p03
|
#include <G4TrajectoryContainer.hh>
Public Member Functions | |
G4TrajectoryContainer () | |
~G4TrajectoryContainer () | |
void * | operator new (size_t) |
void | operator delete (void *anEvent) |
G4int | operator== (const G4TrajectoryContainer &right) const |
G4int | operator!= (const G4TrajectoryContainer &right) const |
size_t | size () const |
void | push_back (G4VTrajectory *p) |
G4int | entries () const |
G4bool | insert (G4VTrajectory *p) |
void | clearAndDestroy () |
G4VTrajectory * | operator[] (size_t n) |
TrajectoryVector * | GetVector () const |
Private Member Functions | |
G4TrajectoryContainer (const G4TrajectoryContainer &) | |
G4TrajectoryContainer & | operator= (const G4TrajectoryContainer &) |
Private Attributes | |
TrajectoryVector * | vect |
Definition at line 51 of file G4TrajectoryContainer.hh.
G4TrajectoryContainer::G4TrajectoryContainer | ( | ) |
Definition at line 34 of file G4TrajectoryContainer.cc.
References vect.
G4TrajectoryContainer::~G4TrajectoryContainer | ( | ) |
Definition at line 39 of file G4TrajectoryContainer.cc.
References clearAndDestroy(), and vect.
|
private |
|
inline |
Definition at line 73 of file G4TrajectoryContainer.hh.
Referenced by G4Event::~G4Event(), and ~G4TrajectoryContainer().
|
inline |
Definition at line 71 of file G4TrajectoryContainer.hh.
References size().
Referenced by G4TrajectoriesModel::DescribeYourselfTo(), G4Event::Draw(), DMXEventAction::drawTracks(), CexmcEventAction::DrawTrajectories(), ExGflashEventAction::EndOfEventAction(), B2EventAction::EndOfEventAction(), RE01EventAction::EndOfEventAction(), ExN02EventAction::EndOfEventAction(), LXeEventAction::EndOfEventAction(), WLSEventAction::EndOfEventAction(), ExP01EventAction::EndOfEventAction(), RE04EventAction::EndOfEventAction(), and RE02EventAction::EndOfEventAction().
|
inline |
Definition at line 79 of file G4TrajectoryContainer.hh.
References vect.
|
inline |
Definition at line 72 of file G4TrajectoryContainer.hh.
References push_back().
Referenced by G4EventManager::DoProcessing().
|
inline |
Definition at line 94 of file G4TrajectoryContainer.hh.
References aTrajectoryContainerAllocator.
|
inline |
Definition at line 87 of file G4TrajectoryContainer.hh.
References aTrajectoryContainerAllocator.
G4int G4TrajectoryContainer::operator!= | ( | const G4TrajectoryContainer & | right | ) | const |
Definition at line 50 of file G4TrajectoryContainer.cc.
|
private |
G4int G4TrajectoryContainer::operator== | ( | const G4TrajectoryContainer & | right | ) | const |
Definition at line 45 of file G4TrajectoryContainer.cc.
|
inline |
Definition at line 78 of file G4TrajectoryContainer.hh.
|
inline |
Definition at line 70 of file G4TrajectoryContainer.hh.
References vect.
Referenced by insert().
|
inline |
Definition at line 69 of file G4TrajectoryContainer.hh.
References vect.
Referenced by clearAndDestroy(), and entries().
|
private |
Definition at line 82 of file G4TrajectoryContainer.hh.
Referenced by clearAndDestroy(), G4TrajectoryContainer(), GetVector(), operator[](), push_back(), size(), and ~G4TrajectoryContainer().