Skip to content

Commit 125d02e

Browse files
committed
Switch to standalone BCFlags table
1 parent 73177b8 commit 125d02e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Framework/Core/include/Framework/AnalysisDataModel.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ DECLARE_SOA_TABLE_VERSIONED(BCs_001, "AOD", "BC", 1, //! Root of data model for
5151
o2::soa::Index<>,
5252
bc::RunNumber, bc::GlobalBC,
5353
bc::TriggerMask, bc::InputMask);
54-
DECLARE_SOA_TABLE_VERSIONED(BCs_002, "AOD", "BC", 2, //! Root of data model for tables pointing to a bunch crossing, version 1
55-
o2::soa::Index<>,
56-
bc::RunNumber, bc::GlobalBC,
57-
bc::TriggerMask, bc::InputMask, bc::Flags);
54+
DECLARE_SOA_TABLE(BCFlags, "AOD", "BCFLAG", //! flag for tagging UPCs, joinable with BCs
55+
bc::Flags);
5856

5957
using BCs = BCs_001; // current version
6058
using BC = BCs::iterator;

0 commit comments

Comments
 (0)