SRParticleTrajectoryPoint.h
Go to the documentation of this file.
1 #ifndef CAFSRPARTICLETRAJECTORYPOINT_H
2 #define CAFSRPARTICLETRAJECTORYPOINT_H
3 
4 namespace caf
5 {
7  {
8  public:
10 
11  float x, y, z;
12  float t;
13  float E;
14  float px, py, pz;
15 
16  };
17 }
18 
19 #endif
Common Analysis Files.
Definition: SRGAr.h:13