Skip to content

Commit 09a6a5c

Browse files
Jinhyun ParkJinhyun Park
authored andcommitted
Remove unnecessary lines
2 parents 65566ca + 2c4b562 commit 09a6a5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)