diff --git a/Common/DataModel/PIDResponse.h b/Common/DataModel/PIDResponse.h index 8d8c4374dbc..e48aa6d15d6 100644 --- a/Common/DataModel/PIDResponse.h +++ b/Common/DataModel/PIDResponse.h @@ -611,6 +611,7 @@ DECLARE_SOA_COLUMN(DeDxTunedMc, mcTunedTPCSignal, float); //! TPC signal after T } // namespace mcpidtpc DECLARE_SOA_TABLE(mcTPCTuneOnData, "AOD", "MCTPCTUNEONDATA", mcpidtpc::DeDxTunedMc); +DECLARE_SOA_TABLE(mcTPCTuneOnDataTiny, "AOD", "MCTPCTODATATINY", mcpidtpc::DeDxTunedMc, o2::soa::Marker<1>); namespace pidtpc { diff --git a/Common/TableProducer/PID/pidTPC.cxx b/Common/TableProducer/PID/pidTPC.cxx index 61ffaf42a05..c17d5bab98c 100644 --- a/Common/TableProducer/PID/pidTPC.cxx +++ b/Common/TableProducer/PID/pidTPC.cxx @@ -71,7 +71,7 @@ struct tpcPid { Produces tablePIDTr; Produces tablePIDHe; Produces tablePIDAl; - Produces tableTuneOnData; + Produces tableTuneOnData; // TPC PID Response o2::pid::tpc::Response* response;