Main Page
Namespaces
Classes
Package Documentation
L1TriggerConfig
L1ScalesProducers
interface
L1ScalesTester.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: L1ScalesProducer
4
// Class: L1ScalesTester
5
//
13
//
14
// Original Author: Jim Brooke
15
// Created: Tue Oct 3 15:28:00 CEST 2006
16
// $Id:
17
//
18
//
19
20
21
// user include files
22
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
27
//
28
// class decleration
29
//
30
31
class
L1ScalesTester
:
public
edm::EDAnalyzer
{
32
public
:
33
explicit
L1ScalesTester
(
const
edm::ParameterSet
&);
34
~L1ScalesTester
();
35
36
37
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
38
private
:
39
// ----------member data ---------------------------
40
};
41
42
//
43
// constants, enums and typedefs
44
//
45
46
//
47
// static data member definitions
48
//
49
50
//
Event.h
ParameterSet.h
L1ScalesTester
Definition:
L1ScalesTester.h:31
edm::EventSetup
Definition:
EventSetup.h:44
L1ScalesTester::~L1ScalesTester
~L1ScalesTester()
Definition:
L1ScalesTester.cc:23
L1ScalesTester::L1ScalesTester
L1ScalesTester(const edm::ParameterSet &)
Definition:
L1ScalesTester.cc:19
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
L1ScalesTester::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
L1ScalesTester.cc:27
edm::Event
Definition:
Event.h:66
Generated for CMSSW Reference Manual by
1.8.11