Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
EventFilter
EcalRawToDigi
plugins
EcalRegionCablingESProducer.h
Go to the documentation of this file.
1
#ifndef EventFilter_EcalRawToDigi_EcalRegionCablingESProducer_H
2
#define EventFilter_EcalRawToDigi_EcalRegionCablingESProducer_H
3
// -*- C++ -*-
4
//
5
// Package: EcalRegionCablingESProducer
6
// Class: EcalRegionCablingESProducer
7
//
15
//
16
// Original Author: Jean-Roch Vlimant
17
// Created: Sun Oct 7 00:37:06 CEST 2007
18
//
19
//
20
21
// system include files
22
#include <memory>
23
24
// user include files
25
#include "
FWCore/Framework/interface/ESProducer.h
"
26
#include "
FWCore/Framework/interface/ESHandle.h
"
27
28
#include "
EventFilter/EcalRawToDigi/interface/EcalRegionCablingRecord.h
"
29
#include "
EventFilter/EcalRawToDigi/interface/EcalRegionCabling.h
"
30
31
class
EcalRegionCablingESProducer
:
public
edm::ESProducer
{
32
public
:
33
EcalRegionCablingESProducer
(
const
edm::ParameterSet
&);
34
~EcalRegionCablingESProducer
()
override
;
35
36
typedef
std::unique_ptr<EcalRegionCabling>
ReturnType
;
37
38
ReturnType
produce
(
const
EcalRegionCablingRecord
&);
39
40
private
:
41
edm::ParameterSet
conf_
;
42
};
43
#endif
EcalRegionCablingRecord.h
ESHandle.h
ESProducer.h
EcalRegionCablingESProducer::~EcalRegionCablingESProducer
~EcalRegionCablingESProducer() override
Definition:
EcalRegionCablingESProducer.cc:8
edm::ParameterSet
Definition:
ParameterSet.h:36
EcalRegionCablingESProducer
Definition:
EcalRegionCablingESProducer.h:31
EcalRegionCablingESProducer::produce
ReturnType produce(const EcalRegionCablingRecord &)
Definition:
EcalRegionCablingESProducer.cc:10
EcalRegionCablingESProducer::ReturnType
std::unique_ptr< EcalRegionCabling > ReturnType
Definition:
EcalRegionCablingESProducer.h:36
EcalRegionCablingRecord
Definition:
EcalRegionCablingRecord.h:9
EcalRegionCablingESProducer::EcalRegionCablingESProducer
EcalRegionCablingESProducer(const edm::ParameterSet &)
Definition:
EcalRegionCablingESProducer.cc:3
EcalRegionCablingESProducer::conf_
edm::ParameterSet conf_
Definition:
EcalRegionCablingESProducer.h:41
edm::ESProducer
Definition:
ESProducer.h:101
EcalRegionCabling.h
Generated for CMSSW Reference Manual by
1.8.16