Skip to content

Commit

Permalink
Bugfix to remove tab and replace it with whitespace, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
smaff92 committed Aug 7, 2024
1 parent d8848fb commit ab57afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGJE/Tasks/phiInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ struct phiInJets {
JEhistos.fill(HIST("hMCTrue_nonmatch_hUSS_INSIDE_1D_2_3"), lResonance.M());
JEhistos.fill(HIST("hMCTrue_nonmatch_hUSS_INSIDE"), jetpt, lResonance.Pt(), lResonance.M());
}
// else if (!jetFlag && mcp_pt.size() > 0) {
// else if (!jetFlag && mcp_pt.size() > 0) {
// JEhistos.fill(HIST("hMCTrue_nonmatch_hUSS_OUTSIDE_TRIG_1D"), lResonance.M());

// if (lResonance.Pt() > 2.0 && lResonance.Pt() < 3)
Expand Down

0 comments on commit ab57afa

Please sign in to comment.