Skip to content

Commit 659087e

Browse files
committed
Feat: fix table names
1 parent 7f75e45 commit 659087e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/Femto/DataModel/FemtoTables.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ using FCol = FCols::iterator;
9797
using StoredFCols = StoredFCols_001;
9898

9999
// table for basic collision information, compressed/binned information
100-
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteCols_001, "FLITECOLS", 1, //! femto collisions, binned information
100+
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteCols_001, "FLITECOL", 1, //! femto collisions, binned information
101101
o2::soa::Index<>,
102102
femtocollisions::lite::BinnedPosZ,
103103
femtocollisions::lite::BinnedMult,
@@ -347,7 +347,7 @@ using FTrack = FTracks::iterator;
347347
using StoredFTracks = StoredFTracks_001;
348348

349349
// table for basic track information, compressed/binned kinematics
350-
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteTracks_001, "FLITETRACKS", 1, //! femto tracks, binned kinematics
350+
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteTracks_001, "FLITETRACK", 1, //! femto tracks, binned kinematics
351351
o2::soa::Index<>,
352352
femtobase::stored::FLiteColId,
353353
femtobase::lite::SignedBinnedPt,
@@ -617,7 +617,7 @@ using FLambdas = FLambdas_001;
617617
using StoredFLambdas = StoredFLambdas_001;
618618

619619
// table for basic lambda information with compressed/binned kinematics
620-
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteLambdas_001, "FLITELAMBDAS", 1,
620+
DECLARE_SOA_TABLE_STAGED_VERSIONED(FLiteLambdas_001, "FLITELAMBDA", 1,
621621
o2::soa::Index<>,
622622
femtobase::stored::FLiteColId,
623623
femtobase::lite::SignedBinnedPt,

0 commit comments

Comments
 (0)