Go to the documentation of this file. 1 #ifndef __JTRIGGER__JPMTSELECTOR__
2 #define __JTRIGGER__JPMTSELECTOR__
48 for (const_iterator i = this->begin(); i != this->end(); ++i) {
70 object.push_back(pmt);
86 for (JPMTSelector::const_iterator i =
object.begin(); i !=
object.end(); ++i) {
87 out <<
' ' << i->getModuleID() <<
' ' << i->getPMTAddress();
Auxiliary data structure for set of PMT identifiers.
JPMTSelector()
Default constructor.
friend std::istream & operator>>(std::istream &in, JPMTSelector &object)
Read vector of PMT identifiers from input.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
virtual ~JPMTSelector()
Virtual destructor.
ClassDef(JPMTSelector, 1)
bool operator()(const JPMTIdentifier_t &pmt) const
Test match with given PMT.
static bool compare(const JPMTIdentifier_t &first, const JPMTIdentifier_t &second)
Compare PMT identifiers.
friend std::ostream & operator<<(std::ostream &out, const JPMTSelector &object)
Write vector of PMT identifiers to output.