CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/HLTrigger/HLTfilters/interface/HLT1CaloJetEnergy.h

Go to the documentation of this file.
00001 #ifndef HLT1CaloJetEnergy_h
00002 #define HLT1CaloJetEnergy_h
00003 
00018 #include "HLTrigger/HLTcore/interface/HLTFilter.h"
00019 #include<vector>
00020 
00021 //
00022 // class declaration
00023 //
00024 
00025 class HLT1CaloJetEnergy : public HLTFilter {
00026 
00027    public:
00028 
00029       explicit HLT1CaloJetEnergy(const edm::ParameterSet&);
00030       ~HLT1CaloJetEnergy();
00031       virtual bool filter(edm::Event&, const edm::EventSetup&);
00032 
00033    private:
00034       edm::InputTag inputTag_; // input tag identifying product
00035       bool saveTag_;           // whether to save this tag
00036       double min_E_;           // energy threshold in GeV 
00037       double max_Eta_;         // maximum eta
00038       int min_N_;              // minimum number
00039 
00040 };
00041 
00042 #endif //HLT1CaloJetEnergy_h