Classes | Namespaces | Macros | Typedefs
TG4Trajectory.h File Reference
#include <string>
#include <vector>
#include <TVector3.h>
#include <TLorentzVector.h>
#include <TObject.h>

Go to the source code of this file.

Classes

class  TG4Trajectory
 
class  TG4TrajectoryPoint
 

Namespaces

 EDepSim
 Construct a module from components.
 

Macros

#define EDEPSIM_USE_PUBLIC_FIELDS
 

Typedefs

typedef std::vector< TG4TrajectoryTG4TrajectoryContainer
 

Macro Definition Documentation

#define EDEPSIM_USE_PUBLIC_FIELDS

Definition at line 58 of file TG4Trajectory.h.

Typedef Documentation

A container for all of the trajectory information. The trajectory container is indexed by the trajectory TrackId so that (container[index].TrackId==index). That means that you can access the parent trajectory using container[traj.ParentId].

Definition at line 13 of file TG4Trajectory.h.