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
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
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
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:51
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:17
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
HLTJetCollectionsForBoostedLeptonPlusJets
Definition:
HLTJetCollectionsForBoostedLeptonPlusJets.h:40
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11