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 1667521 commit 2cc7f7fCopy full SHA for 2cc7f7f
PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
@@ -6086,9 +6086,9 @@ struct LFNucleiBATask {
6086
return;
6087
}
6088
6089
- spectraGen.fill(HIST("histGenVetxZ"), mcCollision.posZ());
6090
if (mcCollision.centFT0M() < cfgMultCutLow || mcCollision.centFT0M() > cfgMultCutHigh)
6091
+ spectraGen.fill(HIST("histGenVetxZ"), mcCollision.posZ());
6092
6093
for (auto const& mcParticleGen : mcParticles) {
6094
if (mcParticleGen.y() > kinemOptions.cfgRapidityCutHigh || mcParticleGen.y() < kinemOptions.cfgRapidityCutLow)
0 commit comments