#include <EventHypothesisTools.h>
Public Member Functions | |
ByString (const std::string &cut) | |
bool | operator() (const CandRefType &cand, const std::string &role) const override |
~ByString () override | |
Public Member Functions inherited from pat::eventhypothesis::ParticleFilter | |
bool | operator() (const std::pair< std::string, CandRefType > &p) const |
virtual | ~ParticleFilter () |
Private Attributes | |
StringCutObjectSelector< reco::Candidate > | sel_ |
Definition at line 56 of file EventHypothesisTools.h.
ByString::ByString | ( | const std::string & | cut | ) |
Definition at line 39 of file EventHypothesisTools.cc.
|
inlineoverride |
Definition at line 59 of file EventHypothesisTools.h.
|
overridevirtual |
Implements pat::eventhypothesis::ParticleFilter.
Definition at line 41 of file EventHypothesisTools.cc.
References sel_.
|
private |
Definition at line 63 of file EventHypothesisTools.h.
Referenced by operator()().