CMS 3D CMS Logo

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

#include <DummyMatchSelector.h>

Public Member Functions

 DummyMatchSelector (const edm::ParameterSet &cfg)
 
 DummyMatchSelector (const edm::ParameterSet &cfg)
 
bool operator() (const T1 &c, const T2 &hlt) const
 
bool operator() (const T1 &c, const T2 &hlt) const
 

Detailed Description

template<typename T1, typename T2>
class reco::DummyMatchSelector< T1, T2 >

Definition at line 13 of file DummyMatchSelector.h.

Constructor & Destructor Documentation

template<typename T1 , typename T2 >
reco::DummyMatchSelector< T1, T2 >::DummyMatchSelector ( const edm::ParameterSet cfg)
inline

Definition at line 17 of file DummyMatchSelector.h.

17 { }
template<typename T1 , typename T2 >
reco::DummyMatchSelector< T1, T2 >::DummyMatchSelector ( const edm::ParameterSet cfg)
inline

Definition at line 17 of file DummyMatchSelector.h.

17 { }

Member Function Documentation

template<typename T1 , typename T2 >
bool reco::DummyMatchSelector< T1, T2 >::operator() ( const T1 &  c,
const T2 &  hlt 
) const
inline

Definition at line 19 of file DummyMatchSelector.h.

19 { return true; }
template<typename T1 , typename T2 >
bool reco::DummyMatchSelector< T1, T2 >::operator() ( const T1 &  c,
const T2 &  hlt 
) const
inline

Definition at line 19 of file DummyMatchSelector.h.

19 { return true; }