Main Page
Namespaces
Classes
Package Documentation
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/ParameterSet/interface/ParameterSetDescription.h
"
9
#include "
FWCore/Framework/interface/Event.h
"
10
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
11
#include "
FWCore/Utilities/interface/InputTag.h
"
12
#include "
DataFormats/Common/interface/Handle.h
"
13
#include "
DataFormats/L1Trigger/interface/L1JetParticle.h
"
14
#include "
DataFormats/L1Trigger/interface/L1JetParticleFwd.h
"
15
#include "
DataFormats/JetReco/interface/CaloJetCollection.h
"
16
#include "
DataFormats/TauReco/interface/PFTauFwd.h
"
17
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
18
19
20
#include <map>
21
#include <vector>
22
class
L1HLTTauMatching
:
public
edm::global::EDProducer
<> {
23
public
:
24
explicit
L1HLTTauMatching
(
const
edm::ParameterSet
&);
25
~L1HLTTauMatching
()
override
;
26
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
27
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
28
29
private
:
30
31
const
edm::EDGetTokenT<reco::PFTauCollection>
jetSrc
;
32
const
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
tauTrigger
;
33
const
double
mEt_Min
;
34
35
};
36
#endif
EDProducer.h
PFTauFwd.h
L1HLTTauMatching::~L1HLTTauMatching
~L1HLTTauMatching() override
Definition:
L1HLTTauMatching.cc:24
edm::StreamID
Definition:
StreamID.h:30
Event.h
CaloJetCollection.h
TriggerFilterObjectWithRefs.h
edm::EDGetTokenT< reco::PFTauCollection >
Frameworkfwd.h
L1HLTTauMatching::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
L1HLTTauMatching.cc:26
ParameterSet.h
L1HLTTauMatching::L1HLTTauMatching
L1HLTTauMatching(const edm::ParameterSet &)
Definition:
L1HLTTauMatching.cc:17
L1HLTTauMatching::tauTrigger
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > tauTrigger
Definition:
L1HLTTauMatching.h:32
ParameterSetDescription.h
L1HLTTauMatching::jetSrc
const edm::EDGetTokenT< reco::PFTauCollection > jetSrc
Definition:
L1HLTTauMatching.h:31
L1JetParticle.h
edm::EventSetup
Definition:
EventSetup.h:52
edm::global::EDProducer
Definition:
EDProducer.h:32
L1HLTTauMatching
Definition:
L1HLTTauMatching.h:22
L1HLTTauMatching::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
L1HLTTauMatching.cc:107
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
L1HLTTauMatching::mEt_Min
const double mEt_Min
Definition:
L1HLTTauMatching.h:33
edm::Event
Definition:
Event.h:70
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
L1JetParticleFwd.h
Handle.h
Generated for CMSSW Reference Manual by
1.8.11