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 c9a332b commit 96903a3Copy full SHA for 96903a3
1 file changed
PWGMM/Tasks/lumi.cxx
@@ -27,7 +27,7 @@ struct lumiTask {
27
{"vertexx_timestamp", "", {HistType::kTH2F, {{1000, 0, 5e7, "t"}, {1000, -1, 1, "x"}}}}, //
28
{"vertexy_timestamp", "", {HistType::kTH2F, {{1000, 0, 5e7, "t"}, {1000, -1, 1, "y"}}}} //
29
}};
30
- int first_time = 1530314294062; // to be updated
+ uint64_t first_time = 1530314294062; // to be updated
31
32
void process(aod::Collision const& collision, aod::BCsWithTimestamps const&)
33
{
0 commit comments