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 //
21 
22 
23 #include <string>
24 #include <vector>
25 #include <map>
26 
28 
30 
31 
32 namespace pat {
33 
34  template< typename T1, typename T2 >
36 
37  public:
38 
40  StringCutObjectSelector< T2 >( iConfig.getParameter< std::string >( "matchedCuts" ) )
41  {}
42 
43  bool operator()( const T1 & patObj, const T2 & trigObj ) const {
45  }
46 
47  };
48 
49 }
50 
51 
52 #endif
bool operator()(const T1 &patObj, const T2 &trigObj) const
PATTriggerMatchSelector(const edm::ParameterSet &iConfig)
bool operator()(const T &t) const