diff --git a/PWGDQ/DataModel/ReducedInfoTables.h b/PWGDQ/DataModel/ReducedInfoTables.h index 35319f3be17..21b0c3e0021 100644 --- a/PWGDQ/DataModel/ReducedInfoTables.h +++ b/PWGDQ/DataModel/ReducedInfoTables.h @@ -83,7 +83,7 @@ DECLARE_SOA_TABLE(ReducedEventsQvector, "AOD", "REQVECTOR", //! Event Q-vecto // There is no explicit accounting for MC events which were not reconstructed!!! // However, for analysis which will require these events, a special skimming process function // can be constructed and the same data model could be used -DECLARE_SOA_TABLE(ReducedMCEvents, "AOD", "REMC", //! Event level MC truth information +DECLARE_SOA_TABLE(ReducedMCEvents, "AOD", "REDUCEDMCEVENT", //! Event level MC truth information o2::soa::Index<>, mccollision::GeneratorsID, reducedevent::MCPosX, reducedevent::MCPosY, reducedevent::MCPosZ, mccollision::T, mccollision::Weight, mccollision::ImpactParameter); @@ -204,7 +204,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(Y, y, //! Particle rapidity } // namespace reducedtrackMC // NOTE: This table is nearly identical to the one from Framework (except that it points to the event ID, not the BC id) // This table contains all MC truth tracks (both barrel and muon) -DECLARE_SOA_TABLE_FULL(ReducedMCTracks, "ReducedMCTracks", "AOD", "RTMC", //! MC track information (on disk) +DECLARE_SOA_TABLE_FULL(ReducedMCTracks, "ReducedMCTracks", "AOD", "REDUCEDMCTRACK", //! MC track information (on disk) o2::soa::Index<>, reducedtrackMC::ReducedMCEventId, mcparticle::PdgCode, mcparticle::StatusCode, mcparticle::Flags, reducedtrackMC::MothersIds, reducedtrackMC::DaughtersIdSlice, @@ -268,7 +268,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(MIDBoardCh3, midBoardCh3, //! [](uint32_t midBoards) -> int { return static_cast((midBoards >> 16) & 0xFF); }); DECLARE_SOA_DYNAMIC_COLUMN(MIDBoardCh4, midBoardCh4, //! [](uint32_t midBoards) -> int { return static_cast((midBoards >> 24) & 0xFF); }); -DECLARE_SOA_SELF_INDEX_COLUMN_FULL(MCHTrack, matchMCHTrack, int, "Muons_MatchMCHTrack"); +DECLARE_SOA_SELF_INDEX_COLUMN_FULL(MCHTrack, matchMCHTrack, int, "RTMuons_MatchMCHTrack"); } // namespace reducedmuon // Muon track kinematics