Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnobj
sbnobj
SBND
Trigger
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
14
pmtTrigger
() {}
15
16
};
17
18
}
// namespace sbnd::comm
19
20
#endif
sbnd::comm::pmtTrigger::pmtTrigger
pmtTrigger()
Definition:
pmtTrigger.hh:14
sbnd::comm::pmtTrigger::numPassed
std::vector< int > numPassed
Definition:
pmtTrigger.hh:11
sbnd::comm::pmtTrigger
Definition:
pmtTrigger.hh:9
sbnd::comm::pmtTrigger::maxPMTs
int maxPMTs
Definition:
pmtTrigger.hh:12
Generated by
1.8.5