We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5fff20 + e2ed589 commit 6c8dfb7Copy full SHA for 6c8dfb7
PWGCF/JCorran/Tasks/jFlucEfficiencyTask.cxx
@@ -49,7 +49,7 @@ struct JFlucEfficiencyTask {
49
170.0, 180.0, 190.0, 200.0, 210.0, 220.0, 230.0, 240.0, 250.0, 260.0,
50
270.0, 280.0, 290.0, 300.0};
51
52
- constexpr double kChargeThreshold = 3.0; // PDG charge units: 3 = |e|
+ constexpr double kChargeThreshold = 3.0; // PDG charge units: 3 = |e|
53
54
// Update the axisPt configuration with proper vector initialization
55
ConfigurableAxis axisPt{"axisPt", std::vector<double>(PttJacek.begin(), PttJacek.end()), "pT axis"};
0 commit comments