Skip to content

Commit 677f297

Browse files
committed
update
1 parent 4d45e2d commit 677f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
292292
if (candidate.signSoftPi() > 0) {
293293
massDstar = candidate.invMassDstar();
294294
invMassD0 = candidate.invMassD0();
295-
flagSign = 1;
295+
flagSign = 0;
296296
} else {
297297
massDstar = candidate.invMassAntiDstar();
298298
invMassD0 = candidate.invMassD0Bar();

0 commit comments

Comments
 (0)