Main Page
Namespaces
Classes
Package Documentation
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
HLTJetCollectionsForElePlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< T > > m_theJetToken
Definition:
HLTJetCollectionsForElePlusJets.h:50
PFJetCollection.h
HLTJetCollectionsForElePlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition:
HLTJetCollectionsForElePlusJets.h:52
Event.h
CaloJetCollection.h
TriggerFilterObjectWithRefs.h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
Frameworkfwd.h
ParameterSet.h
EDProducer.h
HLTJetCollectionsForElePlusJets::hltElectronTag
edm::InputTag hltElectronTag
Definition:
HLTJetCollectionsForElePlusJets.h:51
edm::EventSetup
Definition:
EventSetup.h:57
ConfigurationDescriptions
HLTJetCollectionsForElePlusJets::m_theElectronToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theElectronToken
Definition:
HLTJetCollectionsForElePlusJets.h:49
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
HLTJetCollectionsForElePlusJets::minDeltaR_
double minDeltaR_
Definition:
HLTJetCollectionsForElePlusJets.h:58
HLTJetCollectionsForElePlusJets
Definition:
HLTJetCollectionsForElePlusJets.h:40
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11