Main Page
Namespaces
Classes
Package Documentation
HLTrigger
JetMET
interface
HLTJetCollectionsForLeptonPlusJets.h
Go to the documentation of this file.
1
#ifndef HLTJetCollectionsForLeptonPlusJets_h
2
#define HLTJetCollectionsForLeptonPlusJets_h
3
20
// user include files
21
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
22
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
23
24
#include "
FWCore/Framework/interface/Event.h
"
25
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
28
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
29
#include "
DataFormats/JetReco/interface/CaloJetCollection.h
"
30
#include "
DataFormats/JetReco/interface/PFJetCollection.h
"
31
32
namespace
edm
{
33
class
ConfigurationDescriptions
;
34
}
35
36
//
37
// class declaration
38
//
39
40
template
<
typename
jetType>
class
HLTJetCollectionsForLeptonPlusJets
:
public
edm::stream::EDProducer
<> {
41
public
:
42
explicit
HLTJetCollectionsForLeptonPlusJets
(
const
edm::ParameterSet
&);
43
~
HLTJetCollectionsForLeptonPlusJets
()
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_theLeptonToken
;
50
edm::EDGetTokenT<std::vector<jetType>
>
m_theJetToken
;
51
edm::InputTag
hltLeptonTag
;
52
edm::InputTag
sourceJetTag
;
53
54
double
minDeltaR_
;
//min dR for jets and leptons not to match
55
56
// ----------member data ---------------------------
57
};
58
#endif //HLTJetCollectionsForLeptonPlusJets_h
HLTJetCollectionsForLeptonPlusJets::minDeltaR_
double minDeltaR_
Definition:
HLTJetCollectionsForLeptonPlusJets.h:54
PFJetCollection.h
Event.h
CaloJetCollection.h
HLTJetCollectionsForLeptonPlusJets::m_theLeptonToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
Definition:
HLTJetCollectionsForLeptonPlusJets.h:49
HLTJetCollectionsForLeptonPlusJets
Definition:
HLTJetCollectionsForLeptonPlusJets.h:40
TriggerFilterObjectWithRefs.h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
Frameworkfwd.h
HLTJetCollectionsForLeptonPlusJets::hltLeptonTag
edm::InputTag hltLeptonTag
Definition:
HLTJetCollectionsForLeptonPlusJets.h:51
ParameterSet.h
EDProducer.h
HLTJetCollectionsForLeptonPlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition:
HLTJetCollectionsForLeptonPlusJets.h:52
edm::EventSetup
Definition:
EventSetup.h:57
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
HLTJetCollectionsForLeptonPlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken
Definition:
HLTJetCollectionsForLeptonPlusJets.h:50
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11