#include <string>
#include <vector>
#include <TVector3.h>
#include <TLorentzVector.h>
#include <TObject.h>
Go to the source code of this file.
|
| EDepSim |
| Construct a module from components.
|
|
#define EDEPSIM_USE_PUBLIC_FIELDS |
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.