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
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
33
namespace
edm
{
34
class
ConfigurationDescriptions
;
35
}
36
37
//
38
// class declaration
39
//
40
41
template
<
typename
T>
42
class
HLTJetCollectionsForElePlusJets
:
public
edm::stream::EDProducer
<> {
43
public
:
44
explicit
HLTJetCollectionsForElePlusJets
(
const
edm::ParameterSet
&);
45
~
HLTJetCollectionsForElePlusJets
()
override
;
46
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
47
48
private
:
49
void
produce(
edm::Event
&,
const
edm::EventSetup
&)
override
;
50
51
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
m_theElectronToken
;
52
edm::EDGetTokenT<std::vector<T>
>
m_theJetToken
;
53
edm::InputTag
hltElectronTag
;
54
edm::InputTag
sourceJetTag
;
55
56
// double minJetPt_; // jet pt threshold in GeV
57
// double maxAbsJetEta_; // jet |eta| range
58
// unsigned int minNJets_; // number of required jets passing cuts after cleaning
59
60
double
minDeltaR_
;
//min dR for jets and electrons not to match
61
62
// double minSoftJetPt_; // jet pt threshold for the soft jet in the VBF pair
63
// double minDeltaEta_; // pseudorapidity separation for the VBF pair
64
65
// ----------member data ---------------------------
66
};
67
#endif //HLTJetCollectionsForElePlusJets_h
HLTJetCollectionsForElePlusJets::m_theJetToken
edm::EDGetTokenT< std::vector< T > > m_theJetToken
Definition:
HLTJetCollectionsForElePlusJets.h:52
PFJetCollection.h
HLTJetCollectionsForElePlusJets::sourceJetTag
edm::InputTag sourceJetTag
Definition:
HLTJetCollectionsForElePlusJets.h:54
Event.h
CaloJetCollection.h
TriggerFilterObjectWithRefs.h
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs >
Frameworkfwd.h
ParameterSet.h
EDProducer.h
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLTJetCollectionsForElePlusJets::hltElectronTag
edm::InputTag hltElectronTag
Definition:
HLTJetCollectionsForElePlusJets.h:53
edm::EventSetup
Definition:
EventSetup.h:52
ConfigurationDescriptions
HLTJetCollectionsForElePlusJets::m_theElectronToken
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_theElectronToken
Definition:
HLTJetCollectionsForElePlusJets.h:51
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
HLTJetCollectionsForElePlusJets::minDeltaR_
double minDeltaR_
Definition:
HLTJetCollectionsForElePlusJets.h:60
HLTJetCollectionsForElePlusJets
Definition:
HLTJetCollectionsForElePlusJets.h:42
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11