Skip to content

Commit 895b61f

Browse files
authored
[PWGUD] not joining particles lable (#15802)
1 parent 884d8d3 commit 895b61f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGUD/Tasks/flowMcUpc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct FlowMcUpc {
6565

6666
double epsilon = 1e-6;
6767

68-
using McParts = soa::Join<aod::UDMcParticles, aod::UDMcTrackLabels>;
68+
// using McParts = soa::Join<aod::UDMcParticles, aod::UDMcTrackLabels>;
6969

7070
void init(InitContext&)
7171
{
@@ -111,7 +111,7 @@ struct FlowMcUpc {
111111

112112
PresliceUnsorted<aod::UDMcParticles> partPerMcCollision = aod::udmcparticle::udMcCollisionId;
113113

114-
void processMCTrue(aod::UDMcCollisions::iterator const& mcCollision, McParts const& mcParts, aod::BCs const& bcs)
114+
void processMCTrue(aod::UDMcCollisions::iterator const& mcCollision, aod::UDMcParticles const& mcParts, aod::BCs const& bcs)
115115
{
116116
if (bcs.size() == 0) {
117117
return;

0 commit comments

Comments
 (0)