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
CalibMuon
CSCCalibration
plugins
CSCBadStripsConditions.cc
Go to the documentation of this file.
1
#include <fstream>
2
#include <memory>
3
4
#include "
CalibMuon/CSCCalibration/interface/CSCBadStripsConditions.h
"
5
#include "
CondFormats/CSCObjects/interface/CSCBadStrips.h
"
6
#include "
CondFormats/DataRecord/interface/CSCBadStripsRcd.h
"
7
8
CSCBadStripsConditions::CSCBadStripsConditions
(
const
edm::ParameterSet
&iConfig) {
9
// the following line is needed to tell the framework what
10
// data is being produced
11
setWhatProduced
(
this
, &
CSCBadStripsConditions::produceBadStrips
);
12
findingRecord<CSCBadStripsRcd>();
13
// now do what ever other initialization is needed
14
}
15
16
CSCBadStripsConditions::~CSCBadStripsConditions
() {
17
// do anything here that needs to be done at desctruction time
18
// (e.g. close files, deallocate resources etc.)
19
}
20
21
//
22
// member functions
23
//
24
25
// ------------ method called to produce the data ------------
26
CSCBadStripsConditions::ReturnType
CSCBadStripsConditions::produceBadStrips
(
const
CSCBadStripsRcd
&iRecord) {
27
// need a new object so to not be deleted at exit
28
return
CSCBadStripsConditions::ReturnType
(
prefillBadStrips
());
29
}
30
31
void
CSCBadStripsConditions::setIntervalFor
(
const
edm::eventsetup::EventSetupRecordKey
&,
32
const
edm::IOVSyncValue
&,
33
edm::ValidityInterval
&oValidity) {
34
oValidity =
edm::ValidityInterval
(
edm::IOVSyncValue::beginOfTime
(),
edm::IOVSyncValue::endOfTime
());
35
}
CSCBadStripsRcd.h
CSCBadStripsConditions::~CSCBadStripsConditions
~CSCBadStripsConditions() override
Definition:
CSCBadStripsConditions.cc:16
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition:
ESProducer.h:138
edm::ValidityInterval
Definition:
ValidityInterval.h:28
edm::eventsetup::EventSetupRecordKey
Definition:
EventSetupRecordKey.h:30
CSCBadStripsConditions::ReturnType
std::unique_ptr< CSCBadStrips > ReturnType
Definition:
CSCBadStripsConditions.h:27
CSCBadStripsConditions.h
CSCBadStripsConditions::CSCBadStripsConditions
CSCBadStripsConditions(const edm::ParameterSet &)
Definition:
CSCBadStripsConditions.cc:8
CSCBadStripsConditions::prefillBadStrips
static CSCBadStrips * prefillBadStrips()
Definition:
CSCBadStripsConditions.h:44
edm::IOVSyncValue
Definition:
IOVSyncValue.h:31
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::IOVSyncValue::endOfTime
static const IOVSyncValue & endOfTime()
Definition:
IOVSyncValue.cc:82
CSCBadStripsConditions::setIntervalFor
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
Definition:
CSCBadStripsConditions.cc:31
CSCBadStripsRcd
Definition:
CSCBadStripsRcd.h:5
cond::ValidityInterval
std::pair< Time_t, Time_t > ValidityInterval
Definition:
Time.h:17
CSCBadStripsConditions::produceBadStrips
ReturnType produceBadStrips(const CSCBadStripsRcd &)
Definition:
CSCBadStripsConditions.cc:26
edm::IOVSyncValue::beginOfTime
static const IOVSyncValue & beginOfTime()
Definition:
IOVSyncValue.cc:88
CSCBadStrips.h
Generated for CMSSW Reference Manual by
1.8.16