Skip to content

Commit 3611579

Browse files
authored
Update singletrackselector.h (#3926)
Fixing table names.
1 parent 113183a commit 3611579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Femto3D/DataModel/singletrackselector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DECLARE_SOA_COLUMN(MagField, magField, float); // Magnetic field corresponding t
7171

7272
} // namespace singletrackselector
7373

74-
DECLARE_SOA_TABLE(SingleCollSels, "AOD", "SCSEL", // Table of the variables for single track selection.
74+
DECLARE_SOA_TABLE(SingleCollSels, "AOD", "SINGLECOLLSEL", // Table of the variables for single track selection.
7575
o2::soa::Index<>,
7676
singletrackselector::Mult,
7777
singletrackselector::PosZ,
@@ -131,7 +131,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(TPCNSigmaDe, tpcNSigmaDe,
131131

132132
} // namespace singletrackselector
133133

134-
DECLARE_SOA_TABLE_FULL(SingleTrackSels, "SelTracks", "AOD", "STSEL", // Table of the variables for single track selection.
134+
DECLARE_SOA_TABLE_FULL(SingleTrackSels, "SingleTrackSels", "AOD", "SINGLETRACKSEL", // Table of the variables for single track selection.
135135
o2::soa::Index<>,
136136
singletrackselector::SingleCollSelId,
137137
singletrackselector::P,

0 commit comments

Comments
 (0)