Skip to content

Commit

Permalink
[PID] Split tables for tiny and full tune on data (AliceO2Group#5946)
Browse files Browse the repository at this point in the history
  • Loading branch information
njacazio authored May 2, 2024
1 parent e2aa3f4 commit fb6992d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/DataModel/PIDResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTPC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct tpcPid {
Produces<o2::aod::pidTPCTr> tablePIDTr;
Produces<o2::aod::pidTPCHe> tablePIDHe;
Produces<o2::aod::pidTPCAl> tablePIDAl;
Produces<o2::aod::mcTPCTuneOnData> tableTuneOnData;
Produces<o2::aod::mcTPCTuneOnDataTiny> tableTuneOnData;

// TPC PID Response
o2::pid::tpc::Response* response;
Expand Down

0 comments on commit fb6992d

Please sign in to comment.