Skip to content

Commit e2ed589

Browse files
committed
Please consider the following formatting changes
1 parent c5fff20 commit e2ed589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/JCorran/Tasks/jFlucEfficiencyTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct JFlucEfficiencyTask {
4949
170.0, 180.0, 190.0, 200.0, 210.0, 220.0, 230.0, 240.0, 250.0, 260.0,
5050
270.0, 280.0, 290.0, 300.0};
5151

52-
constexpr double kChargeThreshold = 3.0; // PDG charge units: 3 = |e|
52+
constexpr double kChargeThreshold = 3.0; // PDG charge units: 3 = |e|
5353

5454
// Update the axisPt configuration with proper vector initialization
5555
ConfigurableAxis axisPt{"axisPt", std::vector<double>(PttJacek.begin(), PttJacek.end()), "pT axis"};

0 commit comments

Comments
 (0)