diff --git a/PWGHF/TableProducer/mcPidTof.cxx b/PWGHF/TableProducer/mcPidTof.cxx index 2248e8f0bdc..9cc0d926140 100644 --- a/PWGHF/TableProducer/mcPidTof.cxx +++ b/PWGHF/TableProducer/mcPidTof.cxx @@ -228,7 +228,7 @@ struct mcPidTof { /// Retrieve MC postcalibration objects from CCDB /// \param timestamp timestamp - void retrieveMcPostCalibFromCcdb(int timestamp) + void retrieveMcPostCalibFromCcdb(int64_t timestamp) { std::map metadata; metadata["RecoPassName"] = mcRecalib.passName;