All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CRTmetric.hh
Go to the documentation of this file.
1 #ifndef CRTmetric_h
2 #define CRTmetric_h
3 
4 #include <cstddef>
5 #include <vector>
6 
7 // do we need some initialization here??
8 
9 namespace sbndaq {
10 
11  struct CRTmetric{
12 
13  int hitsperplane[7];
14 
15  CRTmetric() {}
16 
17  };
18 
19 } // namespace sbndaq
20 
21 #endif
int hitsperplane[7]
Definition: CRTmetric.hh:13