Main Page
Namespaces
Classes
Package Documentation
Validation
Geometry
interface
MaterialBudgetHistos.h
Go to the documentation of this file.
1
#ifndef MaterialBudgetHistos_h
2
#define MaterialBudgetHistos_h 1
3
4
#include "
Validation/Geometry/interface/MaterialBudgetFormat.h
"
5
#include "
Validation/Geometry/interface/TestHistoMgr.h
"
6
7
class
MaterialBudgetHistos
:
public
MaterialBudgetFormat
8
{
9
public
:
10
11
MaterialBudgetHistos
(
MaterialBudgetData
*
data
,
12
TestHistoMgr
* mgr,
13
const
std::string
&
fileName
);
14
~MaterialBudgetHistos
()
override
{
hend
(); }
15
16
void
fillStartTrack
()
override
;
17
void
fillPerStep
()
override
;
18
void
fillEndTrack
()
override
;
19
20
private
:
21
22
virtual
void
book
();
23
virtual
void
hend
();
24
25
26
private
:
27
int
MAXNUMBERSTEPS
;
28
double
*
theDmb
;
29
double
*
theX
;
30
double
*
theY
;
31
double
*
theZ
;
32
double
*
theVoluId
;
33
double
*
theMateId
;
34
35
TestHistoMgr
*
hmgr
;
36
37
};
38
39
40
#endif
MaterialBudgetHistos::book
virtual void book()
Definition:
MaterialBudgetHistos.cc:15
MaterialBudgetHistos
Definition:
MaterialBudgetHistos.h:7
MaterialBudgetHistos::theX
double * theX
Definition:
MaterialBudgetHistos.h:29
MaterialBudgetHistos::hmgr
TestHistoMgr * hmgr
Definition:
MaterialBudgetHistos.h:35
MaterialBudgetFormat.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
TestHistoMgr
Definition:
TestHistoMgr.h:20
MaterialBudgetHistos::fillPerStep
void fillPerStep() override
Definition:
MaterialBudgetHistos.cc:36
MaterialBudgetHistos::~MaterialBudgetHistos
~MaterialBudgetHistos() override
Definition:
MaterialBudgetHistos.h:14
MaterialBudgetHistos::theZ
double * theZ
Definition:
MaterialBudgetHistos.h:31
MaterialBudgetHistos::MAXNUMBERSTEPS
int MAXNUMBERSTEPS
Definition:
MaterialBudgetHistos.h:27
MaterialBudgetHistos::MaterialBudgetHistos
MaterialBudgetHistos(MaterialBudgetData *data, TestHistoMgr *mgr, const std::string &fileName)
Definition:
MaterialBudgetHistos.cc:5
MaterialBudgetHistos::theVoluId
double * theVoluId
Definition:
MaterialBudgetHistos.h:32
MaterialBudgetHistos::fillEndTrack
void fillEndTrack() override
Definition:
MaterialBudgetHistos.cc:42
MaterialBudgetHistos::theMateId
double * theMateId
Definition:
MaterialBudgetHistos.h:33
MaterialBudgetHistos::fillStartTrack
void fillStartTrack() override
Definition:
MaterialBudgetHistos.cc:30
MillePedeFileConverter_cfg.fileName
fileName
Definition:
MillePedeFileConverter_cfg.py:32
MaterialBudgetFormat
Definition:
MaterialBudgetFormat.h:9
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
TestHistoMgr.h
MaterialBudgetData
Definition:
MaterialBudgetData.h:18
MaterialBudgetHistos::theDmb
double * theDmb
Definition:
MaterialBudgetHistos.h:28
MaterialBudgetHistos::theY
double * theY
Definition:
MaterialBudgetHistos.h:30
MaterialBudgetHistos::hend
virtual void hend()
Definition:
MaterialBudgetHistos.cc:55
Generated for CMSSW Reference Manual by
1.8.11