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