CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DummyMatchSelector.h
Go to the documentation of this file.
1 #ifndef DummyMatchSelector_h
2 #define DummyMatchSelector_h
3 
9 
10 namespace reco {
11 
12  template<typename T1, typename T2>
13  class DummyMatchSelector {
14 
15  public:
16 
18 
19  bool operator()( const T1 & c, const T2 & hlt ) const { return true; }
20 
21  };
22 
23 }
24 
25 
26 #endif
bool operator()(const T1 &c, const T2 &hlt) const
DummyMatchSelector(const edm::ParameterSet &cfg)