Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
// $Id: L1CaloInputScalesGenerator.h,v 1.2 2009/12/18 20:44:59 wmtan Exp $
17
//
18
//
19
20
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
24
//
25
// class declaration
26
//
27
28
class
L1CaloInputScalesGenerator
:
public
edm::EDAnalyzer
{
29
public
:
30
explicit
L1CaloInputScalesGenerator
(
const
edm::ParameterSet
&);
31
~L1CaloInputScalesGenerator
();
32
33
34
private
:
35
virtual
void
beginJob
() ;
36
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
37
virtual
void
endJob
() ;
38
39
// ----------member data ---------------------------
40
};
L1CaloInputScalesGenerator
Definition:
L1CaloInputScalesGenerator.h:28
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:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
L1CaloInputScalesGenerator::L1CaloInputScalesGenerator
L1CaloInputScalesGenerator(const edm::ParameterSet &)
Definition:
L1CaloInputScalesGenerator.cc:40
L1CaloInputScalesGenerator::~L1CaloInputScalesGenerator
~L1CaloInputScalesGenerator()
Definition:
L1CaloInputScalesGenerator.cc:48
edm::ParameterSet
Definition:
ParameterSet.h:35
L1CaloInputScalesGenerator::endJob
virtual void endJob()
Definition:
L1CaloInputScalesGenerator.cc:239
edm::Event
Definition:
Event.h:50
Generated for CMSSW Reference Manual by
1.8.5