CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions
pat::eventhypothesis::AcceptAllFilter Struct Reference

#include <EventHypothesis.h>

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

Public Member Functions

virtual bool operator() (const CandRefType &cand, const std::string &role) const
 
- Public Member Functions inherited from pat::eventhypothesis::ParticleFilter
bool operator() (const std::pair< std::string, CandRefType > &p) const
 
virtual ~ParticleFilter ()
 

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  )
inlinestatic
virtual bool pat::eventhypothesis::AcceptAllFilter::operator() ( const CandRefType cand,
const std::string &  role 
) const
inlinevirtual

Implements pat::eventhypothesis::ParticleFilter.

Definition at line 109 of file EventHypothesis.h.

109 { return true; }