#include <PhysicsTools/PatAlgos/plugins/PATTriggerMatchSelector.h>
Public Member Functions | |
bool | operator() (const T1 &patObj, const T2 &trigObj) const |
PATTriggerMatchSelector (const edm::ParameterSet &iConfig) |
Definition at line 36 of file PATTriggerMatchSelector.h.
pat::PATTriggerMatchSelector< T1, T2 >::PATTriggerMatchSelector | ( | const edm::ParameterSet & | iConfig | ) | [inline] |
Definition at line 40 of file PATTriggerMatchSelector.h.
: StringCutObjectSelector< T2 >( iConfig.getParameter< std::string >( "matchedCuts" ) ) {}
bool pat::PATTriggerMatchSelector< T1, T2 >::operator() | ( | const T1 & | patObj, |
const T2 & | trigObj | ||
) | const [inline] |
Definition at line 44 of file PATTriggerMatchSelector.h.
{ return StringCutObjectSelector< T2 >::operator()( trigObj ); }