From ce6077b40d1e4cd714f167a2dbd09f1823b8144c Mon Sep 17 00:00:00 2001 From: Fabrizio Grosa Date: Fri, 4 Oct 2024 10:17:41 +0200 Subject: [PATCH] PWGHF: fix type for timestamp in MC TOF PID task --- PWGHF/TableProducer/mcPidTof.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;