You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!(configs.GetpTCorrMasks()[i] & (1 << (m - 1))))
118
121
continue;
119
122
if (fUseCentralMoments) {
120
123
for (auto j = 0; j <= m; ++j) {
121
124
fCovList->Add(newBootstrapProfile(Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), nMultiBins, &multiBins[0]));
125
+
obsIndex++;
122
126
}
123
127
} else {
124
128
fCovList->Add(newBootstrapProfile(Form("%spt%i", configs.GetHeads()[i].c_str(), m), Form("%spt%i", configs.GetHeads()[i].c_str(), m), nMultiBins, &multiBins[0]));
if (!(configs.GetpTCorrMasks()[i] & (1 << (m - 1))))
203
211
continue;
204
212
if (fUseCentralMoments) {
205
213
for (auto j = 0; j <= m; ++j) {
206
214
fCovList->Add(newBootstrapProfile(Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), nbinsx, xbins));
215
+
obsIndex++;
207
216
}
208
217
} else {
209
218
fCovList->Add(newBootstrapProfile(Form("%spt%i", configs.GetHeads()[i].c_str(), m), Form("%spt%i", configs.GetHeads()[i].c_str(), m), nbinsx, xbins));
if (!(configs.GetpTCorrMasks()[i] & (1 << (m - 1))))
286
299
continue;
287
300
if (fUseCentralMoments) {
288
301
for (auto j = 0; j <= m; ++j) {
289
302
fCovList->Add(newBootstrapProfile(Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), Form("%spt%i_Mpt%i", configs.GetHeads()[i].c_str(), m, j), nbinsx, xlow, xhigh));
303
+
obsIndex++;
290
304
}
291
305
} else {
292
306
fCovList->Add(newBootstrapProfile(Form("%spt%i", configs.GetHeads()[i].c_str(), m), Form("%spt%i", configs.GetHeads()[i].c_str(), m), nbinsx, xlow, xhigh));
0 commit comments