Auxiliary data structure for set of PMT identifiers.
More...
#include <JPMTSelector.hh>
Auxiliary data structure for set of PMT identifiers.
Definition at line 22 of file JPMTSelector.hh.
◆ JPMTSelector()
JTRIGGER::JPMTSelector::JPMTSelector |
( |
| ) |
|
|
inline |
◆ ~JPMTSelector()
virtual JTRIGGER::JPMTSelector::~JPMTSelector |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
Test match with given PMT.
- Parameters
-
- Returns
- true if match; else false
Definition at line 46 of file JPMTSelector.hh.
48 for (const_iterator i = this->begin(); i != this->end(); ++i) {
◆ ClassDef()
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JPMTSelector & |
object |
|
) |
| |
|
friend |
Read vector of PMT identifiers from input.
- Parameters
-
in | input stream |
object | PMT identifiers |
- Returns
- input stream
Definition at line 65 of file JPMTSelector.hh.
70 object.push_back(pmt);
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JPMTSelector & |
object |
|
) |
| |
|
friend |
Write vector of PMT identifiers to output.
- Parameters
-
out | output stream |
object | PMT identifiers |
- Returns
- output stream
Definition at line 84 of file JPMTSelector.hh.
86 for (JPMTSelector::const_iterator i =
object.begin(); i !=
object.end(); ++i) {
87 out <<
' ' << i->getModuleID() <<
' ' << i->getPMTAddress();
The documentation for this struct was generated from the following file: