CMS 3D CMS Logo

PATTrigMatchSelector.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_PatAlgos_PATHLTMatchSelector_h
00002 #define PhysicsTools_PatAlgos_PATHLTMatchSelector_h
00003 
00004 
00005 // -*- C++ -*-
00006 //
00007 // Package:    PatAlgos
00008 // Class:      PATTrigMatchSelector
00009 //
00019 //
00020 // $Id: PATTrigMatchSelector.h,v 1.2 2008/06/08 12:24:03 vadler Exp $
00021 //
00022 
00023 
00024 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00025 
00026 
00027 namespace pat {
00028 
00029   template<typename T1, typename T2>
00030   class PATTrigMatchSelector {
00031   
00032     public:
00033     
00034       PATTrigMatchSelector(const edm::ParameterSet& cfg) {  }
00035       
00036       bool operator()( const T1 & c, const T2 & hlt ) const { return true; }
00037       
00038     private:
00039       
00040   };
00041   
00042 }
00043 
00044 
00045 #endif

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4