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 1f2b2ed commit 39a2206Copy full SHA for 39a2206
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx
@@ -2545,7 +2545,7 @@ struct FemtoUniverseProducerTask {
2545
bool colcheck = false;
2546
// fill the tables
2547
2548
- if (ConfGeneral.ConfIsCent) {
+ if (ConfGeneral.confIsCent) {
2549
colcheck = fillCollisionsCentRun3<true>(col);
2550
} else {
2551
colcheck = fillCollisions<true>(col, groupedTracks);
0 commit comments