Skip to content

Commit

Permalink
Update DGCandProducer.cxx
Browse files Browse the repository at this point in the history
fix of Vertex::UPCMode
  • Loading branch information
rolavick authored Oct 14, 2024
1 parent 1fa5828 commit 628dd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGUD/TableProducer/DGCandProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ struct DGCandProducer {
auto rtrwTOF = udhelpers::rPVtrwTOF<true>(tracks, collision.numContrib());
int upc_flag = 0;
ushort flags = collision.flags();
if (flags & Vertex::UPCMode)
if (flags & o2::aod::Vertex::UPCMode)
upc_flag = 1;
outputCollisions(bc.globalBC(), bc.runNumber(),
collision.posX(), collision.posY(), collision.posZ(), upc_flag,
Expand Down

0 comments on commit 628dd34

Please sign in to comment.