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 
20 // user include files
23 
25 
27 
31 
32 
33 namespace edm {
35 }
36 
37 //
38 // class declaration
39 //
40 
41 template<typename T>
43  public:
46  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
47 
48  private:
49  virtual void produce(edm::Event&, const edm::EventSetup&);
50 
55 
56 // double minJetPt_; // jet pt threshold in GeV
57 // double maxAbsJetEta_; // jet |eta| range
58 // unsigned int minNJets_; // number of required jets passing cuts after cleaning
59 
60  double minDeltaR_; //min dR for jets and electrons not to match
61 
62 // double minSoftJetPt_; // jet pt threshold for the soft jet in the VBF pair
63 // double minDeltaEta_; // pseudorapidity separation for the VBF pair
64 
65  // ----------member data ---------------------------
66 };
67 #endif //HLTJetCollectionsForElePlusJets_h
edm::EDGetTokenT< std::vector< T > > m_theJetToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLTJetCollectionsForElePlusJets(const edm::ParameterSet &)
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theElectronToken
virtual void produce(edm::Event &, const edm::EventSetup &)