We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e249764 commit c9a332bCopy full SHA for c9a332b
1 file changed
PWGMM/Tasks/lumi.cxx
@@ -35,7 +35,7 @@ struct lumiTask {
35
histos.fill(HIST("vertexx"), collision.posX());
36
histos.fill(HIST("vertexy"), collision.posY());
37
histos.fill(HIST("timestamp"), bc.timestamp() - first_time);
38
- // LOGF(info, "Got timestamp {}", bc.timestamp());
+ // LOGP(info, "Got timestamp {}", bc.timestamp());
39
histos.fill(HIST("vertexx_timestamp"), bc.timestamp() - first_time, collision.posX());
40
histos.fill(HIST("vertexy_timestamp"), bc.timestamp() - first_time, collision.posY());
41
} // need selections
0 commit comments