#include <MaterialBudgetHistos.h>
Definition at line 7 of file MaterialBudgetHistos.h.
◆ MaterialBudgetHistos()
MaterialBudgetHistos::MaterialBudgetHistos |
( |
std::shared_ptr< MaterialBudgetData > |
data, |
|
|
std::shared_ptr< TestHistoMgr > |
mgr, |
|
|
const std::string & |
fileName |
|
) |
| |
◆ ~MaterialBudgetHistos()
MaterialBudgetHistos::~MaterialBudgetHistos |
( |
| ) |
|
|
inlineoverride |
◆ book()
void MaterialBudgetHistos::book |
( |
| ) |
|
|
privatevirtual |
Definition at line 12 of file MaterialBudgetHistos.cc.
References hmgr.
Referenced by MaterialBudgetHistos().
13 edm::LogInfo(
"MaterialBudget") <<
" MaterialBudgetHistos: Booking Histos";
14 hmgr->addHistoProf1(
new TProfile(
"10",
"MB prof Eta ", 250, -5., 5.));
15 hmgr->addHisto1(
new TH1F(
"11",
"Eta ", 501, -5., 5.));
16 hmgr->addHistoProf1(
new TProfile(
"20",
"MB prof Phi ", 180, -3.1416, 3.1416));
17 hmgr->addHisto1(
new TH1F(
"21",
"Phi ", 360, -3.1416, 3.1416));
18 hmgr->addHistoProf2(
new TProfile2D(
"30",
"MB prof Eta Phi ", 250, -5., 5., 180, -3.1416, 3.1416));
19 hmgr->addHisto2(
new TH2F(
"31",
"Eta vs Phi ", 501, -5., 5., 180, -3.1416, 3.1416));
Log< level::Info, false > LogInfo
std::shared_ptr< TestHistoMgr > hmgr
◆ endOfRun()
void MaterialBudgetHistos::endOfRun |
( |
| ) |
|
|
overridevirtual |
◆ fillEndTrack()
void MaterialBudgetHistos::fillEndTrack |
( |
| ) |
|
|
overridevirtual |
◆ fillPerStep()
void MaterialBudgetHistos::fillPerStep |
( |
| ) |
|
|
overridevirtual |
◆ fillStartTrack()
void MaterialBudgetHistos::fillStartTrack |
( |
| ) |
|
|
overridevirtual |
◆ hmgr
◆ theDmb
double* MaterialBudgetHistos::theDmb |
|
private |
◆ theMateId
double* MaterialBudgetHistos::theMateId |
|
private |
◆ theVoluId
double* MaterialBudgetHistos::theVoluId |
|
private |
◆ theX
double* MaterialBudgetHistos::theX |
|
private |
◆ theY
double* MaterialBudgetHistos::theY |
|
private |
◆ theZ
double* MaterialBudgetHistos::theZ |
|
private |