#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 |
Definition at line 13 of file DummyMatchSelector.h.
reco::DummyMatchSelector< T1, T2 >::DummyMatchSelector | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 17 of file DummyMatchSelector.h.
{ }
reco::DummyMatchSelector< T1, T2 >::DummyMatchSelector | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 17 of file DummyMatchSelector.h.
{ }
bool reco::DummyMatchSelector< T1, T2 >::operator() | ( | const T1 & | c, |
const T2 & | hlt | ||
) | const [inline] |
Definition at line 19 of file DummyMatchSelector.h.
{ return true; }
bool reco::DummyMatchSelector< T1, T2 >::operator() | ( | const T1 & | c, |
const T2 & | hlt | ||
) | const [inline] |
Definition at line 19 of file DummyMatchSelector.h.
{ return true; }