We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7250d commit eb6de31Copy full SHA for eb6de31
PWGHF/D2H/Tasks/taskLc.cxx
@@ -799,7 +799,6 @@ struct HfTaskLc {
799
const auto decayLength = candidate.decayLength();
800
const auto chi2PCA = candidate.chi2PCA();
801
const auto cpa = candidate.cpa();
802
- const auto rapidity = HfHelper::yLc(candidate);
803
if (gap == o2::aod::sgselector::TrueGap::SingleGapA || gap == o2::aod::sgselector::TrueGap::SingleGapC) {
804
qaRegistry.fill(HIST("Data/hUpcMulti"), collision.multNTracksPV());
805
qaRegistry.fill(HIST("Data/hUpcVtz"), collision.posZ());
0 commit comments