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
Validation
Geometry
interface
MaterialBudgetEcalHistos.h
Go to the documentation of this file.
1
#ifndef MaterialBudgetEcalHistos_h
2
#define MaterialBudgetEcalHistos_h 1
3
4
#include "
Validation/Geometry/interface/MaterialBudgetFormat.h
"
5
#include "
Validation/Geometry/interface/TestHistoMgr.h
"
6
7
#include <string>
8
9
class
MaterialBudgetEcalHistos
:
public
MaterialBudgetFormat
{
10
public
:
11
MaterialBudgetEcalHistos
(std::shared_ptr<MaterialBudgetData>
data
,
12
std::shared_ptr<TestHistoMgr> mgr,
13
const
std::string
&
fileName
);
14
~MaterialBudgetEcalHistos
()
override
{}
15
void
fillStartTrack
()
override
;
16
void
fillPerStep
()
override
;
17
void
fillEndTrack
()
override
;
18
void
endOfRun
()
override
;
19
20
private
:
21
virtual
void
book
();
22
double
*
theDmb
;
23
double
*
theX
;
24
double
*
theY
;
25
double
*
theZ
;
26
double
*
theVoluId
;
27
double
*
theMateId
;
28
29
std::shared_ptr<TestHistoMgr>
hmgr
;
30
};
31
32
#endif
MaterialBudgetEcalHistos::theMateId
double * theMateId
Definition:
MaterialBudgetEcalHistos.h:27
MaterialBudgetEcalHistos::theDmb
double * theDmb
Definition:
MaterialBudgetEcalHistos.h:22
MaterialBudgetEcalHistos::theY
double * theY
Definition:
MaterialBudgetEcalHistos.h:24
MillePedeFileConverter_cfg.fileName
fileName
Definition:
MillePedeFileConverter_cfg.py:32
MaterialBudgetEcalHistos::~MaterialBudgetEcalHistos
~MaterialBudgetEcalHistos() override
Definition:
MaterialBudgetEcalHistos.h:14
MaterialBudgetEcalHistos::theX
double * theX
Definition:
MaterialBudgetEcalHistos.h:23
MaterialBudgetEcalHistos::theZ
double * theZ
Definition:
MaterialBudgetEcalHistos.h:25
TestHistoMgr.h
MaterialBudgetEcalHistos::hmgr
std::shared_ptr< TestHistoMgr > hmgr
Definition:
MaterialBudgetEcalHistos.h:29
MaterialBudgetEcalHistos::fillStartTrack
void fillStartTrack() override
Definition:
MaterialBudgetEcalHistos.cc:100
MaterialBudgetEcalHistos::fillEndTrack
void fillEndTrack() override
Definition:
MaterialBudgetEcalHistos.cc:104
MaterialBudgetEcalHistos::book
virtual void book()
Definition:
MaterialBudgetEcalHistos.cc:14
MaterialBudgetEcalHistos::fillPerStep
void fillPerStep() override
Definition:
MaterialBudgetEcalHistos.cc:102
MaterialBudgetEcalHistos::theVoluId
double * theVoluId
Definition:
MaterialBudgetEcalHistos.h:26
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
MaterialBudgetEcalHistos
Definition:
MaterialBudgetEcalHistos.h:9
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
MaterialBudgetEcalHistos::endOfRun
void endOfRun() override
Definition:
MaterialBudgetEcalHistos.cc:148
MaterialBudgetFormat.h
MaterialBudgetFormat
Definition:
MaterialBudgetFormat.h:9
MaterialBudgetEcalHistos::MaterialBudgetEcalHistos
MaterialBudgetEcalHistos(std::shared_ptr< MaterialBudgetData > data, std::shared_ptr< TestHistoMgr > mgr, const std::string &fileName)
Definition:
MaterialBudgetEcalHistos.cc:6
Generated for CMSSW Reference Manual by
1.8.16