@@ -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