CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTrigger/HLTfilters/interface/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 namespace edm {
00020    class ConfigurationDescriptions;
00021 }
00022 
00023 //
00024 // class declaration
00025 //
00026 
00027 class HLTBool : public HLTFilter {
00028 
00029   public:
00030 
00031     explicit HLTBool(const edm::ParameterSet&);
00032     ~HLTBool();
00033     static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
00034     virtual bool filter(edm::Event&, const edm::EventSetup&);
00035 
00036   private:
00037 
00039     bool result_;
00040 
00041 };
00042 
00043 #endif //HLTBool_h