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