HLTrigger
JetMET
interface
HLTJetCollectionsForElePlusJets.h
Go to the documentation of this file.
1
#ifndef HLTJetCollectionsForElePlusJets_h
2
#define HLTJetCollectionsForElePlusJets_h
3
19
// user include files
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
22
23
#include "
FWCore/Framework/interface/Event.h
"
24
25
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
26
27
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
28
#include "
DataFormats/JetReco/interface/CaloJetCollection.h
"
29
#include "
DataFormats/JetReco/interface/PFJetCollection.h
"
30
31
namespace
edm
{
32
class
ConfigurationDescriptions
;
33
}
34
35
//
36
// class declaration
37
//
38
39
template
<
typename
T>
40
class
HLTJetCollectionsForElePlusJets
:
public
edm::stream::EDProducer
<> {
41
public
:
42
explicit
HLTJetCollectionsForElePlusJets
(
const
edm::ParameterSet
&);
43
~HLTJetCollectionsForElePlusJets
()
override
;
44
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
45
46
private
:
47
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
48
49
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
m_theElectronToken
;
50
edm::EDGetTokenT<std::vector<T>
>
m_theJetToken
;
51
edm::InputTag
hltElectronTag
;
52
edm::InputTag
sourceJetTag
;
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
Generated for CMSSW Reference Manual by
1.8.16