L1TriggerConfig
L1ScalesProducers
interface
L1CaloInputScalesGenerator.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: L1ScalesProducers
4
// Class: L1CaloInputScalesGenerator
5
//
13
//
14
// Original Author: pts/140
15
// Created: Wed Jun 25 16:40:01 CEST 2008
16
//
17
//
18
19
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
20
#include "
FWCore/Framework/interface/Event.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
#include "
FWCore/Utilities/interface/ESGetToken.h
"
23
#include "
CalibCalorimetry/EcalTPGTools/interface/EcalTPGScale.h
"
24
#include "
CalibFormats/CaloTPG/interface/CaloTPGRecord.h
"
25
#include "
CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h
"
26
27
//
28
// class declaration
29
//
30
31
class
L1CaloInputScalesGenerator
:
public
edm::one::EDAnalyzer
<> {
32
public
:
33
explicit
L1CaloInputScalesGenerator
(
const
edm::ParameterSet
&);
34
~L1CaloInputScalesGenerator
()
override
;
35
36
private
:
37
void
beginJob
()
override
;
38
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
39
void
endJob
()
override
;
40
41
// ----------member data ---------------------------
42
edm::ESGetToken<CaloTPGTranscoder, CaloTPGRecord>
transcoderToken_
;
43
EcalTPGScale::Tokens
tokens_
;
44
};
L1CaloInputScalesGenerator::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1CaloInputScalesGenerator.cc:53
L1CaloInputScalesGenerator
Definition:
L1CaloInputScalesGenerator.h:31
Event.h
L1CaloInputScalesGenerator::transcoderToken_
edm::ESGetToken< CaloTPGTranscoder, CaloTPGRecord > transcoderToken_
Definition:
L1CaloInputScalesGenerator.h:42
EcalTPGScale::Tokens
Definition:
EcalTPGScale.h:18
CaloTPGTranscoder.h
ParameterSet.h
edm::ESGetToken< CaloTPGTranscoder, CaloTPGRecord >
L1CaloInputScalesGenerator::endJob
void endJob() override
Definition:
L1CaloInputScalesGenerator.cc:179
edm::EventSetup
Definition:
EventSetup.h:56
L1CaloInputScalesGenerator::L1CaloInputScalesGenerator
L1CaloInputScalesGenerator(const edm::ParameterSet &)
Definition:
L1CaloInputScalesGenerator.cc:38
EcalTPGScale.h
L1CaloInputScalesGenerator::~L1CaloInputScalesGenerator
~L1CaloInputScalesGenerator() override
Definition:
L1CaloInputScalesGenerator.cc:43
EDAnalyzer.h
L1CaloInputScalesGenerator::tokens_
EcalTPGScale::Tokens tokens_
Definition:
L1CaloInputScalesGenerator.h:43
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
L1CaloInputScalesGenerator::beginJob
void beginJob() override
Definition:
L1CaloInputScalesGenerator.cc:176
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
ESGetToken.h
CaloTPGRecord.h
Generated for CMSSW Reference Manual by
1.8.14