137 title =
std::string(
"Hit distribution for ") + particleType;
138 hits =
new TH1F(name.c_str(), title.c_str(), 19, -0.5, 18.5);
141 title =
std::string(
"Chi2 distribution for ") + particleType;
142 chi2 =
new TH1F(name.c_str(), title.c_str(), 100, 0., 30.);
145 title =
std::string(
"Pixel hits distribution for ") + particleType;
146 pixelhits =
new TH1F(name.c_str(), title.c_str(), 21, -0.5, 20.5);
149 title =
std::string(
"Pt distribution close 1Gev for ") + particleType;
150 pt_1gev =
new TH1F(name.c_str(), title.c_str(), 100, 0., 2.);
153 title =
std::string(
"Transverse impact parameter distribution for ") + particleType;
154 tip =
new TH1F(name.c_str(), title.c_str(), 100, -0.3, 0.3);
157 title =
std::string(
"Longitudinal impact parameter distribution for ") + particleType;
158 lip =
new TH1F(name.c_str(), title.c_str(), 100, -1., 1.);
161 title =
std::string(
"IPS distribution for ") + particleType;
162 ips =
new TH1F(name.c_str(), title.c_str(), 100, -25.0, 25.0);
165 title =
std::string(
"Decay length distribution for ") + particleType;
166 sdl =
new TH1F(name.c_str(), title.c_str(), 100, -5., 5.);
169 title =
std::string(
"Distance to jet distribution for ") + particleType;
170 dta =
new TH1F(name.c_str(), title.c_str(), 100, 0.0, 0.2);