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 | Static Private Attributes
pat::eventhypothesis::AcceptAllFilter Struct Reference

#include <EventHypothesis.h>

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

Public Member Functions

 AcceptAllFilter ()
 
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 ()
 

Static Private Attributes

static const AcceptAllFilter s_dummyFilter
 

Detailed Description

Definition at line 113 of file EventHypothesis.h.

Constructor & Destructor Documentation

pat::eventhypothesis::AcceptAllFilter::AcceptAllFilter ( )
inline

Definition at line 114 of file EventHypothesis.h.

114 {}

Member Function Documentation

static const AcceptAllFilter& pat::eventhypothesis::AcceptAllFilter::get ( )
inlinestatic
virtual bool pat::eventhypothesis::AcceptAllFilter::operator() ( const CandRefType cand,
const std::string &  role 
) const
inlinevirtual

Implements pat::eventhypothesis::ParticleFilter.

Definition at line 116 of file EventHypothesis.h.

116 { return true; }

Member Data Documentation

const pat::eventhypothesis::AcceptAllFilter pat::eventhypothesis::AcceptAllFilter::s_dummyFilter
staticprivate

Definition at line 118 of file EventHypothesis.h.

Referenced by get().