Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
// user include files
21
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
22
#include "
FWCore/Framework/interface/Event.h
"
23
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
24
25
//
26
// class decleration
27
//
28
29
class
L1ScalesTester
:
public
edm::EDAnalyzer
{
30
public
:
31
explicit
L1ScalesTester
(
const
edm::ParameterSet
&);
32
~L1ScalesTester
()
override
;
33
34
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
35
36
private
:
37
// ----------member data ---------------------------
38
};
39
40
//
41
// constants, enums and typedefs
42
//
43
44
//
45
// static data member definitions
46
//
47
48
//
Event.h
ParameterSet.h
L1ScalesTester
Definition:
L1ScalesTester.h:29
edm::EventSetup
Definition:
EventSetup.h:59
L1ScalesTester::L1ScalesTester
L1ScalesTester(const edm::ParameterSet &)
Definition:
L1ScalesTester.cc:19
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
L1ScalesTester::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1ScalesTester.cc:23
L1ScalesTester::~L1ScalesTester
~L1ScalesTester() override
Definition:
L1ScalesTester.cc:21
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5