SRClusterAssn.h
Go to the documentation of this file.
1 #ifndef CAFSRCLUSTERASSN_H
2 #define CAFSRCLUSTERASSN_H
3 
4 #include <cstddef>
5 
6 namespace caf
7 {
9  {
10  public:
11  SRClusterAssn();
12 
13  size_t clustid;
14  size_t trkid;
15  int trkend;
16  };
17 }
18 
19 #endif
Common Analysis Files.
Definition: SRGAr.h:13