Geant4  10.00.p02
G4TrajectoryContainer Class Reference

#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 ()
 
G4VTrajectoryoperator[] (size_t n)
 
TrajectoryVectorGetVector () const
 

Private Member Functions

 G4TrajectoryContainer (const G4TrajectoryContainer &)
 
G4TrajectoryContaineroperator= (const G4TrajectoryContainer &)
 

Private Attributes

TrajectoryVectorvect
 

Detailed Description

Definition at line 51 of file G4TrajectoryContainer.hh.

Constructor & Destructor Documentation

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:

G4TrajectoryContainer::G4TrajectoryContainer ( const G4TrajectoryContainer )
private

Member Function Documentation

void G4TrajectoryContainer::clearAndDestroy ( )
inline

Definition at line 73 of file G4TrajectoryContainer.hh.

References size(), and vect.

Referenced by G4Event::~G4Event(), and ~G4TrajectoryContainer().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4TrajectoryContainer::entries ( ) const
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

TrajectoryVector* G4TrajectoryContainer::GetVector ( ) const
inline

Definition at line 79 of file G4TrajectoryContainer.hh.

References vect.

G4bool G4TrajectoryContainer::insert ( G4VTrajectory p)
inline

Definition at line 72 of file G4TrajectoryContainer.hh.

References push_back().

Referenced by G4EventManager::DoProcessing().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4TrajectoryContainer::operator delete ( void *  anEvent)
inline

Definition at line 94 of file G4TrajectoryContainer.hh.

References aTrajectoryContainerAllocator.

void * G4TrajectoryContainer::operator new ( size_t  )
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.

G4TrajectoryContainer& G4TrajectoryContainer::operator= ( const G4TrajectoryContainer )
private
G4int G4TrajectoryContainer::operator== ( const G4TrajectoryContainer right) const

Definition at line 45 of file G4TrajectoryContainer.cc.

G4VTrajectory* G4TrajectoryContainer::operator[] ( size_t  n)
inline

Definition at line 78 of file G4TrajectoryContainer.hh.

References n, and vect.

void G4TrajectoryContainer::push_back ( G4VTrajectory p)
inline

Definition at line 70 of file G4TrajectoryContainer.hh.

References vect.

Referenced by insert().

+ Here is the caller graph for this function:

size_t G4TrajectoryContainer::size ( ) const
inline

Definition at line 69 of file G4TrajectoryContainer.hh.

References vect.

Referenced by clearAndDestroy(), and entries().

+ Here is the caller graph for this function:

Member Data Documentation

TrajectoryVector* G4TrajectoryContainer::vect
private

The documentation for this class was generated from the following files: