Skip to content

Commit 92828c0

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-5405
Please consider the following formatting changes to #5405
2 parents 7f6918d + 50d838d commit 92828c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGJE/Tasks/jetChCorr.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ struct JetChCorr {
194194
int found1 = 0;
195195
int found2 = 0;
196196
for (unsigned int j = 0; j < constituents1.size(); j++) {
197-
//cout<<constituents1[j].user_index()-1<<", ";
197+
// cout<<constituents1[j].user_index()-1<<", ";
198198
if ((n_trackL == (constituents1[j].user_index() - 1)) || (trackL == (constituents1[j].user_index() - 1)))
199199
found1++;
200200
}
201201
// cout<<endl;
202202
// cout<<"in subJET2 ********************************************* "<<endl;
203203
for (unsigned int j = 0; j < constituents2.size(); j++) {
204-
//cout<<constituents2[j].user_index()-1<<", ";
204+
// cout<<constituents2[j].user_index()-1<<", ";
205205
if ((n_trackL == constituents2[j].user_index() - 1) || (trackL == constituents2[j].user_index() - 1))
206206
found2++;
207207
}
@@ -367,9 +367,9 @@ struct JetChCorr {
367367
float z = v2.Perp(vR.Orthogonal()) / (v1.Perp(vR.Orthogonal()) + v2.Perp(vR.Orthogonal()));
368368
float fT = ((2. * z * (1 - z) * vR.Mag()) / v1.Perp2(vR)) / 6.;
369369
float kt_p = v1.Perp(vR);
370-
//float th_p = v1.Angle(v2);
371-
//cout<<z<< " "<<fT<<" "<<kt_p<<" "<<th_p<<endl;
372-
//cout<<ch_l<<" "<<ch_nl<<endl;
370+
// float th_p = v1.Angle(v2);
371+
// cout<<z<< " "<<fT<<" "<<kt_p<<" "<<th_p<<endl;
372+
// cout<<ch_l<<" "<<ch_nl<<endl;
373373
if (ch_l == ch_nl) {
374374
registry.fill(HIST("h_ch_s_pt"), jet.pt());
375375
registry.fill(HIST("h_ch_s_kt"), kt_p);

0 commit comments

Comments
 (0)