136 name = std::string(
"hits_") + particleType;
137 title = std::string(
"Hit distribution for ") + particleType;
138 hits =
new TH1F(name.c_str(), title.c_str(), 19, -0.5, 18.5);
140 name = std::string(
"chi2_") + particleType;
141 title = std::string(
"Chi2 distribution for ") + particleType;
142 chi2 =
new TH1F(name.c_str(), title.c_str(), 100, 0., 30.);
144 name = std::string(
"pixelhits_") + particleType;
145 title = std::string(
"Pixel hits distribution for ") + particleType;
146 pixelhits =
new TH1F(name.c_str(), title.c_str(), 21, -0.5, 20.5);
148 name = std::string(
"pt_1Gev_") + particleType;
149 title = std::string(
"Pt distribution close 1Gev for ") + particleType;
150 pt_1gev =
new TH1F(name.c_str(), title.c_str(), 100, 0., 2.);
152 name = std::string(
"tip_") + particleType;
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);
156 name = std::string(
"lip_") + particleType;
157 title = std::string(
"Longitudinal impact parameter distribution for ") + particleType;
158 lip =
new TH1F(name.c_str(), title.c_str(), 100, -1., 1.);
160 name = std::string(
"ips_") + particleType;
161 title = std::string(
"IPS distribution for ") + particleType;
162 ips =
new TH1F(name.c_str(), title.c_str(), 100, -25.0, 25.0);
164 name = std::string(
"sdl_") + particleType;
165 title = std::string(
"Decay length distribution for ") + particleType;
166 sdl =
new TH1F(name.c_str(), title.c_str(), 100, -5., 5.);
168 name = std::string(
"dta_") + particleType;
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);