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
SimCalorimetry
EcalSelectiveReadoutProducers
interface
EcalSRCondTools.h
Go to the documentation of this file.
1
#ifndef SRCONDACCESS_H
2
#define SRCONDACCESS_H
3
4
/*
5
*/
6
7
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
8
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
#include "
CondFormats/EcalObjects/interface/EcalSRSettings.h
"
11
14
class
EcalSRCondTools
:
public
edm::one::EDAnalyzer
<> {
15
//methods
16
public
:
20
EcalSRCondTools
(
const
edm::ParameterSet
&);
21
24
~EcalSRCondTools
()
override
;
25
30
void
analyze
(
const
edm::Event
& evt,
const
edm::EventSetup
& es)
override
;
31
40
static
void
importParameterSet
(
EcalSRSettings
& sr,
const
edm::ParameterSet
& ps);
41
49
static
void
importSrpConfigFile
(
EcalSRSettings
& sr, std::istream&
f
,
bool
debug
=
false
);
50
54
static
double
normalizeWeights
(
int
hwWeight);
55
56
private
:
61
static
std::string
tokenize
(
const
std::string
&
s
,
const
std::string
& delim,
int
&
pos
);
62
65
static
std::string
trim
(
std::string
s
);
66
67
//fields
68
private
:
69
edm::ParameterSet
ps_
;
70
71
bool
done_
;
72
};
73
74
#endif //SRCONDACCESS_H not defined
EcalSRCondTools::importParameterSet
static void importParameterSet(EcalSRSettings &sr, const edm::ParameterSet &ps)
Definition:
EcalSRCondTools.cc:149
EDAnalyzer.h
EcalSRCondTools::done_
bool done_
Definition:
EcalSRCondTools.h:71
f
double f[11][100]
Definition:
MuScleFitUtils.cc:78
pos
Definition:
PixelAliasList.h:18
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
EcalSRCondTools
Definition:
EcalSRCondTools.h:14
EcalSRSettings.h
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
debug
#define debug
Definition:
HDRShower.cc:19
EcalSRCondTools::ps_
edm::ParameterSet ps_
Definition:
EcalSRCondTools.h:69
EcalSRCondTools::EcalSRCondTools
EcalSRCondTools(const edm::ParameterSet &)
Definition:
EcalSRCondTools.cc:61
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
EcalSRCondTools::normalizeWeights
static double normalizeWeights(int hwWeight)
Definition:
EcalSRCondTools.cc:467
edm::ParameterSet
Definition:
ParameterSet.h:36
EcalSRCondTools::~EcalSRCondTools
~EcalSRCondTools() override
Definition:
EcalSRCondTools.cc:63
EcalSRCondTools::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &es) override
Definition:
EcalSRCondTools.cc:65
EcalSRCondTools::importSrpConfigFile
static void importSrpConfigFile(EcalSRSettings &sr, std::istream &f, bool debug=false)
Definition:
EcalSRCondTools.cc:187
edm::EventSetup
Definition:
EventSetup.h:57
EcalSRCondTools::trim
static std::string trim(std::string s)
Definition:
EcalSRCondTools.cc:490
EcalSRSettings
Definition:
EcalSRSettings.h:29
Frameworkfwd.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
EcalSRCondTools::tokenize
static std::string tokenize(const std::string &s, const std::string &delim, int &pos)
Definition:
EcalSRCondTools.cc:475
Generated for CMSSW Reference Manual by
1.8.16