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 4d45e2d commit 677f297Copy full SHA for 677f297
PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx
@@ -292,7 +292,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
292
if (candidate.signSoftPi() > 0) {
293
massDstar = candidate.invMassDstar();
294
invMassD0 = candidate.invMassD0();
295
- flagSign = 1;
+ flagSign = 0;
296
} else {
297
massDstar = candidate.invMassAntiDstar();
298
invMassD0 = candidate.invMassD0Bar();
0 commit comments