![]() |
![]() |
#include <EventHypothesis.h>
Public Member Functions | |
virtual bool | operator() (const CandRefType &cand, const std::string &role) const |
Static Public Member Functions | |
static const AcceptAllFilter & | get () |
Definition at line 107 of file EventHypothesis.h.
static const AcceptAllFilter& pat::eventhypothesis::AcceptAllFilter::get | ( | void | ) | [inline, static] |
Definition at line 108 of file EventHypothesis.h.
Referenced by pat::EventHypothesis::loop().
{ static AcceptAllFilter dummyFilter; return dummyFilter; }
virtual bool pat::eventhypothesis::AcceptAllFilter::operator() | ( | const CandRefType & | cand, |
const std::string & | role | ||
) | const [inline, virtual] |
Implements pat::eventhypothesis::ParticleFilter.
Definition at line 109 of file EventHypothesis.h.
{ return true; }