CMS 3D CMS Logo

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 reco::parser::SelectorPtr &select)
 
 StringCutObjectSelector (const std::string &cut, bool lazy=false)
 

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 32 of file PATTriggerMatchSelector.h.

Constructor & Destructor Documentation

◆ PATTriggerMatchSelector()

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

Definition at line 34 of file PATTriggerMatchSelector.h.

35  : StringCutObjectSelector<T2>(iConfig.getParameter<std::string>("matchedCuts")) {}

Member Function Documentation

◆ operator()()

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

Definition at line 37 of file PATTriggerMatchSelector.h.

37  {
39  }
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
StringCutObjectSelector::operator()
bool operator()(const T &t) const
Definition: StringCutObjectSelector.h:23
StringCutObjectSelector< T2 >
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303