All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pmtTrigger.hh
Go to the documentation of this file.
1 #ifndef pmtTrigger_hh_
2 #define pmtTrigger_hh_
3 #include <cstdint>
4 
5 #include <vector>
6 
7 namespace sbnd::comm {
8 
9  struct pmtTrigger{
10 
11  std::vector<int> numPassed;
12  int maxPMTs;
13 
15 
16  };
17 
18 } // namespace sbnd::comm
19 
20 #endif
std::vector< int > numPassed
Definition: pmtTrigger.hh:11