We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e5901 commit f80ad49Copy full SHA for f80ad49
PWGHF/D2H/Tasks/taskDplus.cxx
@@ -556,9 +556,8 @@ struct HfTaskDplus {
556
}
557
ptBhad = candidate.ptBhadMotherPart();
558
flagBHad = getBHadMotherFlag(candidate.pdgBhadMotherPart());
559
-
+ auto collision = candidate.template collision_as<McRecoCollisionsCent>();
560
if (storeCentrality || storeOccupancy) {
561
- auto collision = candidate.template collision_as<McRecoCollisionsCent>();
562
if (storeCentrality && centEstimator != CentralityEstimator::None) {
563
cent = getCentralityColl(collision, centEstimator);
564
0 commit comments