CMS 3D CMS Logo

HLTJetCollectionsForElePlusJets.h
Go to the documentation of this file.
1 #ifndef HLTJetCollectionsForElePlusJets_h
2 #define HLTJetCollectionsForElePlusJets_h
3 
19 // user include files
22 
24 
26 
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  void produce(edm::Event&, const edm::EventSetup&) override;
48 
53 
54  // double minJetPt_; // jet pt threshold in GeV
55  // double maxAbsJetEta_; // jet |eta| range
56  // unsigned int minNJets_; // number of required jets passing cuts after cleaning
57 
58  double minDeltaR_; //min dR for jets and electrons not to match
59 
60  // double minSoftJetPt_; // jet pt threshold for the soft jet in the VBF pair
61  // double minDeltaEta_; // pseudorapidity separation for the VBF pair
62 
63  // ----------member data ---------------------------
64 };
65 #endif //HLTJetCollectionsForElePlusJets_h
CaloJetCollection.h
HLTJetCollectionsForElePlusJets::HLTJetCollectionsForElePlusJets
HLTJetCollectionsForElePlusJets(const edm::ParameterSet &)
Definition: HLTJetCollectionsForElePlusJets.cc:16
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
edm
HLT enums.
Definition: AlignableModifier.h:19
PFJetCollection.h
EDProducer.h
TriggerFilterObjectWithRefs.h
HLTJetCollectionsForElePlusJets::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: HLTJetCollectionsForElePlusJets.cc:61
HLTJetCollectionsForElePlusJets::~HLTJetCollectionsForElePlusJets
~HLTJetCollectionsForElePlusJets() override
Definition: HLTJetCollectionsForElePlusJets.cc:35
HLTJetCollectionsForElePlusJets::minDeltaR_
double minDeltaR_
Definition: HLTJetCollectionsForElePlusJets.h:58
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
HLTJetCollectionsForElePlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition: HLTJetCollectionsForElePlusJets.h:52
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
edm::stream::EDProducer
Definition: EDProducer.h:38
HLTJetCollectionsForElePlusJets::hltElectronTag
edm::InputTag hltElectronTag
Definition: HLTJetCollectionsForElePlusJets.h:51
edm::EventSetup
Definition: EventSetup.h:57
HLTJetCollectionsForElePlusJets
Definition: HLTJetCollectionsForElePlusJets.h:40
ConfigurationDescriptions
Frameworkfwd.h
HLTJetCollectionsForElePlusJets::m_theElectronToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theElectronToken
Definition: HLTJetCollectionsForElePlusJets.h:49
ParameterSet.h
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
HLTJetCollectionsForElePlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< T > > m_theJetToken
Definition: HLTJetCollectionsForElePlusJets.h:50
HLTJetCollectionsForElePlusJets::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: HLTJetCollectionsForElePlusJets.cc:41