@@ -377,7 +377,7 @@ struct HfCandidateCreatorXic0Omegac0Qa {
377377 massOfCascade = o2::constants::physics::MassOmegaMinus;
378378 }
379379 LOGF (info, " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" );
380- LOGF (info, " Chosen reconstruction info: ToXiPi(%d)/ ToOmegaPi(%d)/ ToOmegaKa(%d)" , xipiEnabledDca+ xipiEnabledKf, omegapiEnabledDca+ omegapiEnabledKf, omegakaEnabledDca+ omegakaEnabledKf);
380+ LOGF (info, " Chosen reconstruction info: ToXiPi(%d)/ ToOmegaPi(%d)/ ToOmegaKa(%d)" , xipiEnabledDca + xipiEnabledKf, omegapiEnabledDca + omegapiEnabledKf, omegakaEnabledDca + omegakaEnabledKf);
381381 LOGF (info, " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" );
382382 LOGF (info, " PDG ID of V0 positive daughter: %d" , pdgIdOfV0DauPos);
383383 LOGF (info, " PDG ID of V0 negative daughter: %d" , pdgIdOfV0DauNeg);
@@ -1142,7 +1142,7 @@ struct HfCandidateCreatorXic0Omegac0Qa {
11421142 std::array<float , 2 > impactParameterBach;
11431143 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParCovV0DauPos, 2 .f , matCorr, &impactParameterV0DauPos);
11441144 o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParCovV0DauNeg, 2 .f , matCorr, &impactParameterV0DauNeg);
1145- o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()},trackParCovBach, 2 .f , matCorr, &impactParameterBach);
1145+ o2::base::Propagator::Instance ()->propagateToDCABxByBz ({collision.posX (), collision.posY (), collision.posZ ()}, trackParCovBach, 2 .f , matCorr, &impactParameterBach);
11461146 float dcaxyV0DauPos = impactParameterV0DauPos[0 ];
11471147 float dcaxyV0DauNeg = impactParameterV0DauNeg[0 ];
11481148 float dcaxyBach = impactParameterBach[0 ];
0 commit comments