Skip to content

Commit

Permalink
Update Examples/Framework/include/ActsExamples/Validation/EffPlotTool…
Browse files Browse the repository at this point in the history
….hpp


#Delta R bin

Co-authored-by: Paul Gessinger <[email protected]>
  • Loading branch information
Corentin-Allaire and paulgessinger authored Nov 20, 2023
1 parent 191a4fa commit dbd7542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EffPlotTool {
{"Eta", PlotHelpers::Binning("#eta", 40, -4, 4)},
{"Phi", PlotHelpers::Binning("#phi", 100, -3.15, 3.15)},
{"Pt", PlotHelpers::Binning("pT [GeV/c]", 40, 0, 100)},
{"DeltaR", PlotHelpers::Binning("DeltaR", 100, 0, 0.3)}};
{"DeltaR", PlotHelpers::Binning("#Delta R", 100, 0, 0.3)}};
};

/// @brief Nested Cache struct
Expand Down

0 comments on commit dbd7542

Please sign in to comment.