Skip to content

Commit c9a332b

Browse files
committed
updates
1 parent e249764 commit c9a332b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGMM/Tasks/lumi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct lumiTask {
3535
histos.fill(HIST("vertexx"), collision.posX());
3636
histos.fill(HIST("vertexy"), collision.posY());
3737
histos.fill(HIST("timestamp"), bc.timestamp() - first_time);
38-
// LOGF(info, "Got timestamp {}", bc.timestamp());
38+
// LOGP(info, "Got timestamp {}", bc.timestamp());
3939
histos.fill(HIST("vertexx_timestamp"), bc.timestamp() - first_time, collision.posX());
4040
histos.fill(HIST("vertexy_timestamp"), bc.timestamp() - first_time, collision.posY());
4141
} // need selections

0 commit comments

Comments
 (0)