SRTPCCluster.h
Go to the documentation of this file.
1 #ifndef CAFSRTPCCLUSTER_H
2 #define CAFSRTPCCLUSTER_H
3 
5 
6 #include <cstddef>
7 
8 namespace caf
9 {
11  {
12  public:
13  SRTPCCluster();
14 
15  float x, y, z;
16  float sig;
17  float rms;
18  size_t trkid;
20  };
21 }
22 
23 #endif
Common Analysis Files.
Definition: SRGAr.h:13