Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
L1TCalorimeter
plugins
L1TCaloUpgradeToGCTConverter.h
Go to the documentation of this file.
1
#ifndef L1TCaloUpgradeToGCTConverter_h
2
#define L1TCaloUpgradeToGCTConverter_h
3
12
13
14
// system include files
15
#include <boost/shared_ptr.hpp>
16
17
// user include files
18
19
#include "
FWCore/Framework/interface/EventSetup.h
"
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/EDProducer.h
"
22
#include "
FWCore/Framework/interface/ESHandle.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/MakerMacros.h
"
25
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
26
#include "
FWCore/Utilities/interface/EDGetToken.h
"
27
#include "
FWCore/Utilities/interface/InputTag.h
"
28
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
29
30
#include "
DataFormats/L1Trigger/interface/BXVector.h
"
31
32
#include "
DataFormats/L1TCalorimeter/interface/CaloRegion.h
"
33
#include "
DataFormats/L1TCalorimeter/interface/CaloEmCand.h
"
34
35
#include "
DataFormats/L1Trigger/interface/EGamma.h
"
36
#include "
DataFormats/L1Trigger/interface/Tau.h
"
37
#include "
DataFormats/L1Trigger/interface/Jet.h
"
38
#include "
DataFormats/L1Trigger/interface/EtSum.h
"
39
#include "
DataFormats/L1Trigger/interface/CaloSpare.h
"
40
41
#include "
DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h
"
42
43
#include <vector>
44
45
using namespace
std;
46
using namespace
edm;
47
48
49
//
50
// class declaration
51
//
52
53
class
L1TCaloUpgradeToGCTConverter
:
public
EDProducer
{
54
public
:
55
explicit
L1TCaloUpgradeToGCTConverter
(
const
ParameterSet
&);
56
~
L1TCaloUpgradeToGCTConverter
();
57
58
static
void
fillDescriptions(
ConfigurationDescriptions
& descriptions);
59
60
private
:
61
virtual
void
produce(
Event
&,
EventSetup
const
&)
override
;
62
virtual
void
beginJob
();
63
virtual
void
endJob();
64
virtual
void
beginRun(
Run
const
&iR,
EventSetup
const
&iE);
65
virtual
void
endRun(
Run
const
& iR,
EventSetup
const
& iE);
66
67
EDGetToken
EGammaToken_
;
68
EDGetToken
RlxTauToken_
;
69
EDGetToken
IsoTauToken_
;
70
EDGetToken
JetToken_
;
71
EDGetToken
EtSumToken_
;
72
EDGetToken
HfSumsToken_
;
73
EDGetToken
HfCountsToken_
;
74
75
int
bxMin_
;
76
int
bxMax_
;
77
78
};
79
80
#endif
L1TCaloUpgradeToGCTConverter::JetToken_
EDGetToken JetToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:70
MessageLogger.h
EGamma.h
EDGetToken.h
CaloSpare.h
L1TCaloUpgradeToGCTConverter::IsoTauToken_
EDGetToken IsoTauToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:69
Event.h
MakerMacros.h
EventSetup.h
Jet.h
L1TCaloUpgradeToGCTConverter::bxMin_
int bxMin_
Definition:
L1TCaloUpgradeToGCTConverter.h:75
BXVector.h
Frameworkfwd.h
CaloEmCand.h
edm::EDProducer
Definition:
EDProducer.h:35
bk::beginJob
void beginJob()
Definition:
Breakpoints.cc:15
ParameterSet.h
edm::EDGetToken
Definition:
EDGetToken.h:34
L1TCaloUpgradeToGCTConverter::EtSumToken_
EDGetToken EtSumToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:71
L1TCaloUpgradeToGCTConverter::HfSumsToken_
EDGetToken HfSumsToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:72
L1TCaloUpgradeToGCTConverter::RlxTauToken_
EDGetToken RlxTauToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:68
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:44
L1TCaloUpgradeToGCTConverter::EGammaToken_
EDGetToken EGammaToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:67
L1TCaloUpgradeToGCTConverter::bxMax_
int bxMax_
Definition:
L1TCaloUpgradeToGCTConverter.h:76
L1TCaloUpgradeToGCTConverter
Definition:
L1TCaloUpgradeToGCTConverter.h:53
EDProducer.h
L1GctCollections.h
Tau.h
EtSum.h
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
L1TCaloUpgradeToGCTConverter::HfCountsToken_
EDGetToken HfCountsToken_
Definition:
L1TCaloUpgradeToGCTConverter.h:73
CaloRegion.h
edm::Event
Definition:
Event.h:59
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
edm::Run
Definition:
Run.h:41
Generated for CMSSW Reference Manual by
1.8.5