Main Page
Namespaces
Classes
Package Documentation
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/EDAnalyzer.h
"
20
#include "
FWCore/Framework/interface/Event.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
23
//
24
// class declaration
25
//
26
27
class
L1CaloInputScalesGenerator
:
public
edm::EDAnalyzer
{
28
public
:
29
explicit
L1CaloInputScalesGenerator
(
const
edm::ParameterSet
&);
30
~L1CaloInputScalesGenerator
()
override
;
31
32
33
private
:
34
void
beginJob
()
override
;
35
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
36
void
endJob
()
override
;
37
38
// ----------member data ---------------------------
39
};
L1CaloInputScalesGenerator::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1CaloInputScalesGenerator.cc:63
L1CaloInputScalesGenerator
Definition:
L1CaloInputScalesGenerator.h:27
Event.h
ParameterSet.h
L1CaloInputScalesGenerator::endJob
void endJob() override
Definition:
L1CaloInputScalesGenerator.cc:239
edm::EventSetup
Definition:
EventSetup.h:51
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
EDAnalyzer.h
L1CaloInputScalesGenerator::L1CaloInputScalesGenerator
L1CaloInputScalesGenerator(const edm::ParameterSet &)
Definition:
L1CaloInputScalesGenerator.cc:40
L1CaloInputScalesGenerator::~L1CaloInputScalesGenerator
~L1CaloInputScalesGenerator() override
Definition:
L1CaloInputScalesGenerator.cc:48
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
L1CaloInputScalesGenerator::beginJob
void beginJob() override
Definition:
L1CaloInputScalesGenerator.cc:233
Generated for CMSSW Reference Manual by
1.8.11