13 std::ostringstream
str;
15 TH1F*
result =
new TH1F(
str.str().c_str(),
str.str().c_str(), 9, 0.5, 9.5);
16 for (
unsigned int i = 1;
i <= 9; ++
i) {
24 std::ostringstream
str;
26 TH1F*
result =
new TH1F(
str.str().c_str(),
str.str().c_str(), 9, 0.5, 9.5);
27 result->SetTitleOffset(1.4,
"x");
28 for (
unsigned int i = 1;
i <= 9; ++
i) {
36 std::ostringstream
str;
39 TH2F*
result =
new TH2F(
str.str().c_str(),
str.str().c_str(), 36, -0.5, 35.5, 18, -0.5, 17.5);
40 result->GetXaxis()->SetNdivisions(512);
41 result->GetYaxis()->SetNdivisions(505);