#include <MaterialBudgetHistos.h>
|
virtual void | book () |
|
virtual void | hend () |
|
Definition at line 7 of file MaterialBudgetHistos.h.
MaterialBudgetHistos::MaterialBudgetHistos |
( |
std::shared_ptr< MaterialBudgetData > |
data, |
|
|
std::shared_ptr< TestHistoMgr > |
mgr, |
|
|
const std::string & |
fileName |
|
) |
| |
MaterialBudgetHistos::~MaterialBudgetHistos |
( |
| ) |
|
|
inlineoverride |
void MaterialBudgetHistos::book |
( |
| ) |
|
|
privatevirtual |
Definition at line 16 of file MaterialBudgetHistos.cc.
References gather_cfg::cout, and hmgr.
Referenced by MaterialBudgetHistos(), and ~MaterialBudgetHistos().
18 std::cout <<
"=== booking user histos ===" << std::endl;
19 hmgr->addHistoProf1(
new TProfile(
"10",
"MB prof Eta ", 250, -5., 5. ) );
20 hmgr->addHisto1(
new TH1F(
"11",
"Eta " , 501, -5., 5. ) );
21 hmgr->addHistoProf1(
new TProfile(
"20",
"MB prof Phi ", 180, -3.1416, 3.1416 ) );
22 hmgr->addHisto1(
new TH1F(
"21",
"Phi " , 360, -3.1416, 3.1416 ) );
23 hmgr->addHistoProf2(
new TProfile2D(
"30",
"MB prof Eta Phi ", 250, -5., 5., 180, -3.1416, 3.1416 ) );
24 hmgr->addHisto2(
new TH2F(
"31",
"Eta vs Phi " , 501, -5., 5., 180, -3.1416, 3.1416 ) );
26 std::cout <<
"=== booking user histos done ===" << std::endl;
std::shared_ptr< TestHistoMgr > hmgr
void MaterialBudgetHistos::fillEndTrack |
( |
| ) |
|
|
overridevirtual |
void MaterialBudgetHistos::fillPerStep |
( |
| ) |
|
|
overridevirtual |
void MaterialBudgetHistos::fillStartTrack |
( |
| ) |
|
|
overridevirtual |
void MaterialBudgetHistos::hend |
( |
| ) |
|
|
privatevirtual |
int MaterialBudgetHistos::MAXNUMBERSTEPS |
|
private |
double* MaterialBudgetHistos::theDmb |
|
private |
double* MaterialBudgetHistos::theMateId |
|
private |
double* MaterialBudgetHistos::theVoluId |
|
private |
double* MaterialBudgetHistos::theX |
|
private |
double* MaterialBudgetHistos::theY |
|
private |
double* MaterialBudgetHistos::theZ |
|
private |