CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PATTriggerMatchSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatAlgos_PATTriggerMatchSelector_h
2 #define PhysicsTools_PatAlgos_PATTriggerMatchSelector_h
3 
4 
5 // -*- C++ -*-
6 //
7 // Package: PatAlgos
8 // Class: PATTriggerMatchSelector
9 //
19 //
20 // $Id: PATTriggerMatchSelector.h,v 1.6 2010/12/11 22:12:59 vadler Exp $
21 //
22 
23 
24 #include <string>
25 #include <vector>
26 #include <map>
27 
29 
31 
32 
33 namespace pat {
34 
35  template< typename T1, typename T2 >
37 
38  public:
39 
41  StringCutObjectSelector< T2 >( iConfig.getParameter< std::string >( "matchedCuts" ) )
42  {}
43 
44  bool operator()( const T1 & patObj, const T2 & trigObj ) const {
46  }
47 
48  };
49 
50 }
51 
52 
53 #endif
bool operator()(const T1 &patObj, const T2 &trigObj) const
PATTriggerMatchSelector(const edm::ParameterSet &iConfig)
bool operator()(const T &t) const