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
();
31
32
33
private
:
34
virtual
void
beginJob
() ;
35
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
36
virtual
void
endJob
() ;
37
38
// ----------member data ---------------------------
39
};
L1CaloInputScalesGenerator
Definition:
L1CaloInputScalesGenerator.h:27
Event.h
L1CaloInputScalesGenerator::beginJob
virtual void beginJob()
Definition:
L1CaloInputScalesGenerator.cc:233
ParameterSet.h
L1CaloInputScalesGenerator::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
L1CaloInputScalesGenerator.cc:63
edm::EventSetup
Definition:
EventSetup.h:45
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
L1CaloInputScalesGenerator::L1CaloInputScalesGenerator
L1CaloInputScalesGenerator(const edm::ParameterSet &)
Definition:
L1CaloInputScalesGenerator.cc:40
L1CaloInputScalesGenerator::~L1CaloInputScalesGenerator
~L1CaloInputScalesGenerator()
Definition:
L1CaloInputScalesGenerator.cc:48
edm::ParameterSet
Definition:
ParameterSet.h:36
L1CaloInputScalesGenerator::endJob
virtual void endJob()
Definition:
L1CaloInputScalesGenerator.cc:239
edm::Event
Definition:
Event.h:66
Generated for CMSSW Reference Manual by
1.8.11