CMS 3D CMS Logo

Public Member Functions

pat::eventhypothesis::ParticleFilter Struct Reference

#include <EventHypothesis.h>

Inheritance diagram for pat::eventhypothesis::ParticleFilter:
pat::eventhypothesis::AcceptAllFilter pat::eventhypothesis::AndFilter pat::eventhypothesis::ByPdgId pat::eventhypothesis::ByString pat::eventhypothesis::OrFilter pat::eventhypothesis::RoleRegexpFilter

List of all members.

Public Member Functions

bool operator() (const std::pair< std::string, CandRefType > &p) const
virtual bool operator() (const CandRefType &cand, const std::string &role) const =0
virtual ~ParticleFilter ()

Detailed Description

Definition at line 17 of file EventHypothesis.h.


Constructor & Destructor Documentation

virtual pat::eventhypothesis::ParticleFilter::~ParticleFilter ( ) [inline, virtual]

Definition at line 18 of file EventHypothesis.h.

{}

Member Function Documentation

bool pat::eventhypothesis::ParticleFilter::operator() ( const std::pair< std::string, CandRefType > &  p) const [inline]

Definition at line 19 of file EventHypothesis.h.

References operator()().

Referenced by operator()().

{ return operator()(p.second, p.first); }
virtual bool pat::eventhypothesis::ParticleFilter::operator() ( const CandRefType cand,
const std::string &  role 
) const [pure virtual]