diff --git a/PWGUD/Tasks/flowMcUpc.cxx b/PWGUD/Tasks/flowMcUpc.cxx index a068b297d9f..b35511573df 100644 --- a/PWGUD/Tasks/flowMcUpc.cxx +++ b/PWGUD/Tasks/flowMcUpc.cxx @@ -65,7 +65,7 @@ struct FlowMcUpc { double epsilon = 1e-6; - using McParts = soa::Join; + // using McParts = soa::Join; void init(InitContext&) { @@ -111,7 +111,7 @@ struct FlowMcUpc { PresliceUnsorted partPerMcCollision = aod::udmcparticle::udMcCollisionId; - void processMCTrue(aod::UDMcCollisions::iterator const& mcCollision, McParts const& mcParts, aod::BCs const& bcs) + void processMCTrue(aod::UDMcCollisions::iterator const& mcCollision, aod::UDMcParticles const& mcParts, aod::BCs const& bcs) { if (bcs.size() == 0) { return;