Skip to content

Commit

Permalink
PWGHF: fix type for timestamp in MC TOF PID task
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa committed Oct 4, 2024
1 parent cd2f379 commit ce6077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/mcPidTof.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string, std::string> metadata;
metadata["RecoPassName"] = mcRecalib.passName;
Expand Down

0 comments on commit ce6077b

Please sign in to comment.