Skip to content

Commit 96903a3

Browse files
committed
specifier updates
1 parent c9a332b commit 96903a3

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
@@ -27,7 +27,7 @@ struct lumiTask {
2727
{"vertexx_timestamp", "", {HistType::kTH2F, {{1000, 0, 5e7, "t"}, {1000, -1, 1, "x"}}}}, //
2828
{"vertexy_timestamp", "", {HistType::kTH2F, {{1000, 0, 5e7, "t"}, {1000, -1, 1, "y"}}}} //
2929
}};
30-
int first_time = 1530314294062; // to be updated
30+
uint64_t first_time = 1530314294062; // to be updated
3131

3232
void process(aod::Collision const& collision, aod::BCsWithTimestamps const&)
3333
{

0 commit comments

Comments
 (0)