Skip to content

Commit a305b65

Browse files
committed
del isD0 variable
1 parent 3663be7 commit a305b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ struct HfDerivedDataCreatorDstarToD0Pi {
285285
double y = candidate.y(o2::constants::physics::MassDStar);
286286
double massDstar = candidate.invMassDstar();
287287
std::vector<float> mlScoresDstarToD0Pi;
288-
bool isD0 = prongSoftPi.sign() < 0;
289288
if constexpr (isMl) {
290289
std::copy(candidate.mlProbDstarToD0Pi().begin(), candidate.mlProbDstarToD0Pi().end(), std::back_inserter(mlScoresDstarToD0Pi));
291290
}

0 commit comments

Comments
 (0)