Skip to content

Commit 7dae057

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGCF/Femto/DataModel/FemtoTables.h

Lines changed: 4 additions & 4 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,
@@ -329,7 +329,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(TpctofNSigmaHe, tpctofNSigmaHe, [](float tpc, float t
329329
} // namespace femtotracks
330330

331331
// table for basic track information
332-
DECLARE_SOA_TABLE_STAGED_VERSIONED(FTracks_001, "FTRACK", 1, //! femto tracks
332+
DECLARE_SOA_TABLE_STAGED_VERSIONED(FTracks_001, "FTRACKS", 1, //! femto tracks
333333
o2::soa::Index<>,
334334
femtobase::stored::FColId,
335335
femtobase::stored::SignedPt,
@@ -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)