ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Definition of the RE04Trajectory class. More...
#include "G4VTrajectory.hh"
#include "G4Allocator.hh"
#include <stdlib.h>
#include "G4ios.hh"
#include <vector>
#include "globals.hh"
#include "G4ParticleDefinition.hh"
#include "RE04TrajectoryPoint.hh"
#include "G4Track.hh"
#include "G4Step.hh"
Go to the source code of this file.
Classes | |
class | RE04Trajectory |
Typedefs | |
typedef std::vector < G4VTrajectoryPoint * > | TrajectoryPointContainer |
Variables | |
G4ThreadLocal G4Allocator < RE04Trajectory > * | faTrajAllocator |
Definition of the RE04Trajectory class.
Definition in file RE04Trajectory.hh.
typedef std::vector<G4VTrajectoryPoint*> TrajectoryPointContainer |
Definition at line 44 of file RE04Trajectory.hh.
View newest version in sPHENIX GitHub at line 44 of file RE04Trajectory.hh
G4ThreadLocal G4Allocator<RE04Trajectory>* faTrajAllocator |
Definition at line 44 of file RE04Trajectory.cc.
View newest version in sPHENIX GitHub at line 44 of file RE04Trajectory.cc
Referenced by RE04Trajectory::operator delete(), and RE04Trajectory::operator new().