Skip to content

Commit

Permalink
Data model: bump up run 2 table versions
Browse files Browse the repository at this point in the history
@pzhristov this can now be merged, since the converters for these two tables are included. Tagging also @maciacco
  • Loading branch information
ddobrigk authored Dec 20, 2024
1 parent 4ebf849 commit 0f211b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/Core/include/Framework/AnalysisDataModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ using TrackIU = TracksIU::iterator;
using TrackCov = TracksCov::iterator;
using TrackCovIU = TracksCovIU::iterator;
using TrackExtra = TracksExtra::iterator;
using Run2TrackExtras = Run2TrackExtras_000;
using Run2TrackExtras = Run2TrackExtras_001;
using Run2TrackExtra = Run2TrackExtras::iterator;

} // namespace aod
Expand Down Expand Up @@ -1739,7 +1739,7 @@ DECLARE_SOA_TABLE_VERSIONED(Run2BCInfos_001, "AOD", "RUN2BCINFO", 1,
run2::V0TriggerChargeA, run2::V0TriggerChargeC,
run2::NTPCClusters, run2::NSDDSSDClusters);

using Run2BCInfos = Run2BCInfos_000;
using Run2BCInfos = Run2BCInfos_001;
using Run2BCInfo = Run2BCInfos::iterator;

DECLARE_SOA_TABLE(Run2OTFV0s, "AOD", "Run2OTFV0", //! Run 2 V0 on the fly table
Expand Down

0 comments on commit 0f211b3

Please sign in to comment.