CMS 3D CMS Logo

HLTBool.h

Go to the documentation of this file.
00001 #ifndef HLTBool_h
00002 #define HLTBool_h
00003 
00017 #include "HLTrigger/HLTcore/interface/HLTFilter.h"
00018 
00019 //
00020 // class declaration
00021 //
00022 
00023 class HLTBool : public HLTFilter {
00024 
00025   public:
00026 
00027     explicit HLTBool(const edm::ParameterSet&);
00028     ~HLTBool();
00029     virtual bool filter(edm::Event&, const edm::EventSetup&);
00030 
00031   private:
00032 
00034     bool result_;
00035 
00036 };
00037 
00038 #endif //HLTBool_h

Generated on Tue Jun 9 17:37:54 2009 for CMSSW by  doxygen 1.5.4