CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLT1CaloJetEnergy.h
Go to the documentation of this file.
1 #ifndef HLT1CaloJetEnergy_h
2 #define HLT1CaloJetEnergy_h
3 
19 #include<vector>
20 
21 namespace edm {
23 }
24 
25 //
26 // class declaration
27 //
28 
29 class HLT1CaloJetEnergy : public HLTFilter {
30 
31  public:
32 
33  explicit HLT1CaloJetEnergy(const edm::ParameterSet&);
35  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
36  virtual bool filter(edm::Event&, const edm::EventSetup&);
37 
38  private:
39  edm::InputTag inputTag_; // input tag identifying product
40  bool saveTag_; // whether to save this tag
41  double min_E_; // energy threshold in GeV
42  double max_Eta_; // maximum eta
43  int min_N_; // minimum number
44 
45 };
46 
47 #endif //HLT1CaloJetEnergy_h
HLT1CaloJetEnergy(const edm::ParameterSet &)
edm::InputTag inputTag_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual bool filter(edm::Event &, const edm::EventSetup &)