Skip to content

Commit 59ab738

Browse files
authored
Update DGCandProducer.cxx
fix
1 parent 59cb78f commit 59ab738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/TableProducer/DGCandProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ struct DGCandProducer {
272272
auto rtrwTOF = udhelpers::rPVtrwTOF<true>(tracks, collision.numContrib());
273273
int upc_flag = 0;
274274
ushort flags = collision.flags();
275-
if (flags & o2::aod::dataformats::Vertex::Flags::UPCMode::)
275+
if (flags & o2::aod::dataformats::Vertex::Flags::UPCMode)
276276
upc_flag = 1;
277277
outputCollisions(bc.globalBC(), bc.runNumber(),
278278
collision.posX(), collision.posY(), collision.posZ(), upc_flag,

0 commit comments

Comments
 (0)