L1Trigger
L1TCalorimeter
plugins
L1TPhysicalEtAdder.h
Go to the documentation of this file.
1
#ifndef L1TPhysicalEtAdder_h
2
#define L1TPhysicalEtAdder_h
3
4
// Original Author: Alex Barbieri
5
//
6
// This class adds physical values of eta, phi, and pt to the L1 Dataformats
7
8
// system include files
9
#include <memory>
10
11
// system include files
12
13
// user include files
14
15
#include "
FWCore/Framework/interface/EventSetup.h
"
16
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
17
#include "
FWCore/Framework/interface/global/EDProducer.h
"
18
#include "
FWCore/Framework/interface/ESHandle.h
"
19
#include "
FWCore/Framework/interface/Event.h
"
20
#include "
FWCore/Framework/interface/MakerMacros.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
#include "
FWCore/Utilities/interface/EDGetToken.h
"
23
#include "
FWCore/Utilities/interface/InputTag.h
"
24
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
25
26
#include "
DataFormats/L1Trigger/interface/EGamma.h
"
27
#include "
DataFormats/L1Trigger/interface/Tau.h
"
28
#include "
DataFormats/L1Trigger/interface/Jet.h
"
29
#include "
DataFormats/L1Trigger/interface/EtSum.h
"
30
#include "
DataFormats/L1Trigger/interface/CaloSpare.h
"
31
32
//
33
// class declaration
34
//
35
36
class
L1TPhysicalEtAdder
:
public
edm::global::EDProducer
<> {
37
public
:
38
explicit
L1TPhysicalEtAdder
(
const
edm::ParameterSet
& ps);
39
~L1TPhysicalEtAdder
()
override
;
40
41
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
42
43
private
:
44
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
45
46
// ----------member data ---------------------------
47
48
edm::EDGetToken
EGammaToken_
;
49
edm::EDGetToken
RlxTauToken_
;
50
edm::EDGetToken
IsoTauToken_
;
51
edm::EDGetToken
JetToken_
;
52
edm::EDGetToken
preGtJetToken_
;
53
edm::EDGetToken
EtSumToken_
;
54
edm::EDGetToken
HfSumsToken_
;
55
edm::EDGetToken
HfCountsToken_
;
56
};
57
58
#endif
edm::StreamID
Definition:
StreamID.h:30
MessageLogger.h
ESHandle.h
L1TPhysicalEtAdder::L1TPhysicalEtAdder
L1TPhysicalEtAdder(const edm::ParameterSet &ps)
Definition:
L1TPhysicalEtAdder.cc:82
L1TPhysicalEtAdder::preGtJetToken_
edm::EDGetToken preGtJetToken_
Definition:
L1TPhysicalEtAdder.h:52
Jet.h
CaloSpare.h
L1TPhysicalEtAdder
Definition:
L1TPhysicalEtAdder.h:36
L1TPhysicalEtAdder::IsoTauToken_
edm::EDGetToken IsoTauToken_
Definition:
L1TPhysicalEtAdder.h:50
L1TPhysicalEtAdder::HfCountsToken_
edm::EDGetToken HfCountsToken_
Definition:
L1TPhysicalEtAdder.h:55
MakerMacros.h
L1TPhysicalEtAdder::RlxTauToken_
edm::EDGetToken RlxTauToken_
Definition:
L1TPhysicalEtAdder.h:49
EGamma.h
L1TPhysicalEtAdder::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
L1TPhysicalEtAdder.cc:105
EDGetToken.h
L1TPhysicalEtAdder::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
L1TPhysicalEtAdder.cc:294
edm::global::EDProducer
Definition:
EDProducer.h:32
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
L1TPhysicalEtAdder::JetToken_
edm::EDGetToken JetToken_
Definition:
L1TPhysicalEtAdder.h:51
L1TPhysicalEtAdder::EGammaToken_
edm::EDGetToken EGammaToken_
Definition:
L1TPhysicalEtAdder.h:48
L1TPhysicalEtAdder::HfSumsToken_
edm::EDGetToken HfSumsToken_
Definition:
L1TPhysicalEtAdder.h:54
L1TPhysicalEtAdder::~L1TPhysicalEtAdder
~L1TPhysicalEtAdder() override
Definition:
L1TPhysicalEtAdder.cc:102
edm::EventSetup
Definition:
EventSetup.h:57
L1TPhysicalEtAdder::EtSumToken_
edm::EDGetToken EtSumToken_
Definition:
L1TPhysicalEtAdder.h:53
edm::EDGetToken
Definition:
EDGetToken.h:35
InputTag.h
Frameworkfwd.h
EventSetup.h
ParameterSet.h
EtSum.h
EDProducer.h
edm::Event
Definition:
Event.h:73
Tau.h
Generated for CMSSW Reference Manual by
1.8.16