SRTrackTrajectory.h
Go to the documentation of this file.
1 #ifndef CAFSRTRACKTRAJECTORY_H
2 #define CAFSRTRACKTRAJECTORY_H
3 
5 #include "StandardRecord/SRVector3D.h"
6 
7 #include <vector>
8 
9 namespace caf
10 {
12  {
13  public:
15 
16  float len;
17  float chi2;
18  float avgion; ///< average ionization
19 
20  std::vector<SRTrackPID> pid;
21 
22  std::vector<SRVector3D> traj;
23  };
24 }
25 
26 #endif
std::vector< SRTrackPID > pid
float avgion
average ionization
std::vector< SRVector3D > traj
Common Analysis Files.
Definition: SRGAr.h:13