CMS 3D CMS Logo

Public Member Functions

reco::DummyMatchSelector< T1, T2 > Class Template Reference

#include <DummyMatchSelector.h>

List of all members.

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.

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

Definition at line 17 of file DummyMatchSelector.h.

{  }

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.

{ 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.

{ return true; }