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.
1 parent 4199ba5 commit 8f73d71Copy full SHA for 8f73d71
PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx
@@ -150,7 +150,7 @@ class Particle
150
bethe.get(name, "resolution"); // Access the "resolution" parameter
151
152
betheParams.clear();
153
- for (int i = 0; i < nNumBetheParams; ++i) {
+ for (int i = 0; i < NNumBetheParams; ++i) {
154
betheParams.push_back(bethe.get(name, i));
155
}
156
0 commit comments