SRTPCRecoHit.h
Go to the documentation of this file.
1 #ifndef CAFSRTPCRECOHIT_H
2 #define CAFSRTPCRECOHIT_H
3 
4 #include <vector>
5 
6 namespace caf
7 {
9  {
10  public:
11  SRTPCRecoHit();
12 
13  float x, y, z;
14  float sig;
15  float rms;
16  unsigned int chan;
17  };
18 }
19 
20 #endif
unsigned int chan
Definition: SRTPCRecoHit.h:16
Common Analysis Files.
Definition: SRGAr.h:13