Main Page
Namespaces
Classes
Package Documentation
HLTrigger
JetMET
interface
HLTJetCollectionsForBoostedLeptonPlusJets.h
Go to the documentation of this file.
1
#ifndef HLTJetCollectionsForBoostedLeptonPlusJets_h
2
#define HLTJetCollectionsForBoostedLeptonPlusJets_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
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
jetType>
40
class
HLTJetCollectionsForBoostedLeptonPlusJets
:
public
edm::stream::EDProducer
<> {
41
public
:
42
explicit
HLTJetCollectionsForBoostedLeptonPlusJets
(
const
edm::ParameterSet
&);
43
~
HLTJetCollectionsForBoostedLeptonPlusJets
()
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 to consider cleaning
55
56
// ----------member data ---------------------------
57
};
58
#endif //HLTJetCollectionsForBoostedLeptonPlusJets_h
PFJetCollection.h
Event.h
HLTJetCollectionsForBoostedLeptonPlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:52
HLTJetCollectionsForBoostedLeptonPlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< jetType > > m_theJetToken
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:50
TriggerFilterObjectWithRefs.h
HLTJetCollectionsForBoostedLeptonPlusJets::minDeltaR_
double minDeltaR_
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:54
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
Frameworkfwd.h
ParameterSet.h
EDProducer.h
HLTJetCollectionsForBoostedLeptonPlusJets::m_theLeptonToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theLeptonToken
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:49
edm::EventSetup
Definition:
EventSetup.h:57
ConfigurationDescriptions
HLTJetCollectionsForBoostedLeptonPlusJets::hltLeptonTag
edm::InputTag hltLeptonTag
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:51
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
HLTJetCollectionsForBoostedLeptonPlusJets
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:40
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11