17 std::cout <<
"=== booking user histos ===" << std::endl;
21 hmgr->
addHisto1(
new TH1F(
"21",
"Phi " , 360, -3.1416, 3.1416 ) );
22 hmgr->
addHistoProf2(
new TProfile2D(
"30",
"MB prof Eta Phi ", 250, -5., 5., 180, -3.1416, 3.1416 ) );
23 hmgr->
addHisto2(
new TH2F(
"31",
"Eta vs Phi " , 501, -5., 5., 180, -3.1416, 3.1416 ) );
25 std::cout <<
"=== booking user histos done ===" << std::endl;
57 std::cout <<
"=== save user histos ===" << std::endl;
TProfile2D * getHistoProf2(int ih)
bool addHistoProf2(TProfile2D *ih)
TProfile * getHistoProf1(int ih)
MaterialBudgetHistos(MaterialBudgetData *data, TestHistoMgr *mgr, const std::string &fileName)
void save(const std::string &name)
virtual void fillEndTrack()
virtual void fillPerStep()
char data[epos_bytes_allocation]
bool addHistoProf1(TProfile *ih)
virtual void fillStartTrack()