CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTJetCollectionsForElePlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForElePlusJets_h
2 #define HLTJetCollectionsForElePlusJets_h
3 
22 // user include files
25 
27 
29 
30 
31 namespace edm {
33 }
34 
35 //
36 // class declaration
37 //
38 
39 template<typename T>
41  public:
44  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
45 
46  private:
47  virtual void produce(edm::Event&, const edm::EventSetup&);
48 
51 
52 // double minJetPt_; // jet pt threshold in GeV
53 // double maxAbsJetEta_; // jet |eta| range
54 // unsigned int minNJets_; // number of required jets passing cuts after cleaning
55 
56  double minDeltaR_; //min dR for jets and electrons not to match
57 
58 // double minSoftJetPt_; // jet pt threshold for the soft jet in the VBF pair
59 // double minDeltaEta_; // pseudorapidity separation for the VBF pair
60 
61  // ----------member data ---------------------------
62 };
63 #endif //HLTJetCollectionsForElePlusJets_h
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLTJetCollectionsForElePlusJets(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)