CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
pat::PATTriggerMatchSelector< T1, T2 > Class Template Reference

More...

#include "PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h"

Inheritance diagram for pat::PATTriggerMatchSelector< T1, T2 >:
StringCutObjectSelector< T2 >

Public Member Functions

bool operator() (const T1 &patObj, const T2 &trigObj) const
 
 PATTriggerMatchSelector (const edm::ParameterSet &iConfig)
 
- Public Member Functions inherited from StringCutObjectSelector< T2 >
bool operator() (const T2 &t) const
 
 StringCutObjectSelector (const std::string &cut, bool lazy=false)
 
 StringCutObjectSelector (const reco::parser::SelectorPtr &select)
 

Detailed Description

template<typename T1, typename T2>
class pat::PATTriggerMatchSelector< T1, T2 >

Author
Volker Adler
Version
Id:
PATTriggerMatchSelector.h,v 1.5 2010/06/16 15:40:58 vadler Exp

Definition at line 35 of file PATTriggerMatchSelector.h.

Constructor & Destructor Documentation

template<typename T1, typename T2>
pat::PATTriggerMatchSelector< T1, T2 >::PATTriggerMatchSelector ( const edm::ParameterSet iConfig)
inline

Definition at line 39 of file PATTriggerMatchSelector.h.

39  :
40  StringCutObjectSelector< T2 >( iConfig.getParameter< std::string >( "matchedCuts" ) )
41  {}
T getParameter(std::string const &) const

Member Function Documentation

template<typename T1, typename T2>
bool pat::PATTriggerMatchSelector< T1, T2 >::operator() ( const T1 &  patObj,
const T2 &  trigObj 
) const
inline

Definition at line 43 of file PATTriggerMatchSelector.h.

43  {
45  }
bool operator()(const T &t) const