SRTrackPID.h
Go to the documentation of this file.
1 #ifndef CAFSRTRACKPID_H
2 #define CAFSRTRACKPID_H
3 
4 namespace caf
5 {
6  class SRTrackPID
7  {
8  public:
9  SRTrackPID();
10 
11  int id;
12  float prob;
13  };
14 }
15 
16 #endif
Common Analysis Files.
Definition: SRGAr.h:13