File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
PWGCF/EbyEFluctuations/Tasks Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -367,11 +367,9 @@ struct FactorialMomentsTask {
367367 using BCsWithRun2Info = soa::Join<aod::BCs, aod::Run2BCInfos, aod::Timestamps>;
368368 Preslice<aod::McParticles> perMcCollision = aod::mcparticle::mcCollisionId;
369369 void processMcRun2 (CollisionRecSim_Run2 const & coll,
370- aod::BCs const & bcs,
371370 TracksRecSim const & tracks,
372- aod::McParticles const & mcParticles,
373- aod::McCollisions const & mcCollisions,
374- BCsWithRun2Info const & bcsInfo)
371+ aod::McParticles const & mcParticles
372+ )
375373 {
376374 auto bc = coll.bc_as <BCsWithRun2Info>();
377375 if (!(bc.eventCuts () & BIT (aod::Run2EventCuts::kAliEventCutsAccepted ))) {
@@ -411,8 +409,6 @@ struct FactorialMomentsTask {
411409 }
412410 }
413411 }
414-
415- auto mccollision = coll.mcCollision_as <aod::McCollisions>();
416412 auto mcParts = mcParticles.sliceBy (perMcCollision, coll.mcCollision ().globalIndex ());
417413 for (auto const & mc : mcParts) {
418414 int pdgCode = mc.pdgCode ();
You can’t perform that action at this time.
0 commit comments