| 
    Geant4
    10.02.p02
    
   | 
 
#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.
 Here is the call graph for this function:
      
  | 
  private | 
      
  | 
  inline | 
Definition at line 73 of file G4TrajectoryContainer.hh.
Referenced by G4Event::~G4Event(), and ~G4TrajectoryContainer().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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(), ExP01EventAction::EndOfEventAction(), RE04EventAction::EndOfEventAction(), and RE02EventAction::EndOfEventAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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(), and ITTrackingInteractivity::EndTracking().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 69 of file G4TrajectoryContainer.hh.
References vect.
Referenced by clearAndDestroy(), and entries().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 82 of file G4TrajectoryContainer.hh.
Referenced by clearAndDestroy(), G4TrajectoryContainer(), GetVector(), operator[](), push_back(), size(), and ~G4TrajectoryContainer().