CMS 3D CMS Logo

Public Member Functions | Static Public Member Functions

pat::eventhypothesis::AcceptAllFilter Struct Reference

#include <EventHypothesis.h>

Inheritance diagram for pat::eventhypothesis::AcceptAllFilter:
pat::eventhypothesis::ParticleFilter

List of all members.

Public Member Functions

virtual bool operator() (const CandRefType &cand, const std::string &role) const

Static Public Member Functions

static const AcceptAllFilterget ()

Detailed Description

Definition at line 107 of file EventHypothesis.h.


Member Function Documentation

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; }