We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993ab36 commit 1e12da9Copy full SHA for 1e12da9
1 file changed
PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx
@@ -205,7 +205,7 @@ struct HfDerivedDataCreatorBplusToD0Pi {
205
sigmas[HfProngSpecies::Kaon][HfProngSpecies::Kaon][2]);
206
}
207
if (fillCandidateParD0E) {
208
- float invMassD0;
+ float invMassD0 = 0.;
209
if (candFlag == 0) {
210
invMassD0 = HfHelper::invMassD0ToPiK(prongCharm);
211
} else if (candFlag == 1) {
0 commit comments