![]() |
![]() |
#include <EventHypothesisTools.h>
Public Member Functions | |
OrFilter & | operator&= (ParticleFilter *filter) |
bool | operator() (const CandRefType &cand, const std::string &role) const override |
OrFilter () | |
OrFilter (ParticleFilter *f1, ParticleFilter *f2) | |
~OrFilter () override | |
![]() | |
bool | operator() (const std::pair< std::string, CandRefType > &p) const |
virtual | ~ParticleFilter () |
Private Attributes | |
boost::ptr_vector< ParticleFilter > | filters_ |
Does the OR of some filters. OWNS the pointers to the filters
Definition at line 23 of file EventHypothesisTools.h.
|
inline |
Definition at line 25 of file EventHypothesisTools.h.
References connectstrParser::f1, and connectstrParser::f2.
OrFilter::OrFilter | ( | ParticleFilter * | f1, |
ParticleFilter * | f2 | ||
) |
Definition at line 18 of file EventHypothesisTools.cc.
References filters_.
|
inlineoverride |
Definition at line 27 of file EventHypothesisTools.h.
|
inline |
Definition at line 28 of file EventHypothesisTools.h.
References pat::eventhypothesis::AndFilter::filters_, pat::eventhypothesis::AndFilter::operator()(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements pat::eventhypothesis::ParticleFilter.
Definition at line 24 of file EventHypothesisTools.cc.
References filters_.
|
private |
Definition at line 31 of file EventHypothesisTools.h.
Referenced by Config.Process::dumpConfig(), Config.Process::dumpPython(), Config.Process::filterNames(), operator()(), OrFilter(), and Config.Process::prune().