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