Skip to content

Commit

Permalink
debugging tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
Archita-Dash committed Oct 30, 2023
1 parent 318f4c8 commit 9bca572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGJE/Tasks/jetvalidationqa.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ struct jetTrackCollisionQa {
if ((t.collisionId() == collision.globalIndex()) && (selectTrack(t, trackSelection) == true)) {
fillTrackQA(t);

std::cout << "Track pT = " << t.pt() << "Track Eta = " << t.eta() << "Track Phi = " << t.phi() <<'\n';
std::cout << "Track pT = " << t.pt() << "Track Eta = " << t.eta() << "Track Phi = " << t.phi() << '\n';


if (t.pt() > leadingTrackPt) {
Expand Down

0 comments on commit 9bca572

Please sign in to comment.