SRVertex.h
Go to the documentation of this file.
1 #ifndef CAFSRVERTEX_H
2 #define CAFSRVERTEX_H
3 
4 #include <cstddef>
5 
6 namespace caf
7 {
8  class SRVertex
9  {
10  public:
11  SRVertex();
12 
13  // vertex branches
14  size_t id;
15  float x, y, z;
16  size_t t;
17  int ntrks;
18  int Q;
19  };
20 }
21 
22 #endif
size_t id
Definition: SRVertex.h:14
size_t t
Definition: SRVertex.h:16
Common Analysis Files.
Definition: SRGAr.h:13