Skip to content

Commit f9417a4

Browse files
authored
Update SGCandProducer.cxx
fix of Vertex::UPCMode
1 parent 628dd34 commit f9417a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/TableProducer/SGCandProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct SGCandProducer {
216216
// update SG candidates tables
217217
int upc_flag = 0;
218218
ushort flags = collision.flags();
219-
if (flags & Vertex::UPCMode)
219+
if (flags & o2::aod::Vertex::UPCMode)
220220
upc_flag = 1;
221221
outputCollisions(bc.globalBC(), bc.runNumber(),
222222
collision.posX(), collision.posY(), collision.posZ(), upc_flag,

0 commit comments

Comments
 (0)