Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
RecoTauTag
HLTProducers
interface
L1HLTTauMatching.h
Go to the documentation of this file.
1
#ifndef L1HLTTAUMATCHING_H
2
#define L1HLTTAUMATCHING_H
3
4
// user include files
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Framework/interface/global/EDProducer.h
"
7
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Framework/interface/EventSetup.h
"
10
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
11
#include "
DataFormats/TauReco/interface/PFTauFwd.h
"
12
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
13
14
#include <map>
15
#include <vector>
16
class
L1HLTTauMatching
:
public
edm::global::EDProducer
<> {
17
public
:
18
explicit
L1HLTTauMatching
(
const
edm::ParameterSet
&);
19
~L1HLTTauMatching
()
override
=
default
;
20
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
21
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
22
23
private
:
24
const
edm::EDGetTokenT<reco::PFTauCollection>
jetSrc
;
25
const
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
tauTrigger
;
26
const
double
mEt_Min
;
27
};
28
#endif
PFTauFwd.h
edm::StreamID
Definition:
StreamID.h:30
Event.h
EventSetup.h
TriggerFilterObjectWithRefs.h
edm::EDGetTokenT< reco::PFTauCollection >
Frameworkfwd.h
ParameterSet.h
L1HLTTauMatching::L1HLTTauMatching
L1HLTTauMatching(const edm::ParameterSet &)
Definition:
L1HLTTauMatching.cc:19
L1HLTTauMatching::tauTrigger
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > tauTrigger
Definition:
L1HLTTauMatching.h:25
L1HLTTauMatching::jetSrc
const edm::EDGetTokenT< reco::PFTauCollection > jetSrc
Definition:
L1HLTTauMatching.h:24
L1HLTTauMatching::~L1HLTTauMatching
~L1HLTTauMatching() override=default
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
L1HLTTauMatching
Definition:
L1HLTTauMatching.h:16
L1HLTTauMatching::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
L1HLTTauMatching.cc:96
EDProducer.h
edm::ParameterSet
Definition:
ParameterSet.h:48
ConfigurationDescriptions.h
L1HLTTauMatching::mEt_Min
const double mEt_Min
Definition:
L1HLTTauMatching.h:26
edm::Event
Definition:
Event.h:73
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
L1HLTTauMatching::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
L1HLTTauMatching.cc:26
Generated for CMSSW Reference Manual by
1.8.14