SRVee.h
Go to the documentation of this file.
1 #ifndef CAFSRVEE_H
2 #define CAFSRVEE_H
3 
5 
6 #include <cstddef>
7 
8 namespace caf
9 {
10  class SRVee
11  {
12  public:
13  SRVee();
14 
15  size_t id;
16  float x, y, z;
17  size_t t;
18 
20  };
21 }
22 
23 #endif
float y
Definition: SRVee.h:16
size_t id
Definition: SRVee.h:15
SRVeeHypothesis Lpip
Definition: SRVee.h:19
SRVee()
Definition: SRVee.cxx:5
SRVeeHypothesis Kpipi
Definition: SRVee.h:19
SRVeeHypothesis Lppi
Definition: SRVee.h:19
Common Analysis Files.
Definition: SRGAr.h:13
size_t t
Definition: SRVee.h:17
float x
Definition: SRVee.h:16
float z
Definition: SRVee.h:16