Skip to content

Commit 67cdce4

Browse files
authored
Fix table name (#4388)
1 parent c640596 commit 67cdce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/DataModel/LFSlimNucleiTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DECLARE_SOA_COLUMN(YQvecTPCneg, yQvecTPCneg, float);
7373
DECLARE_SOA_COLUMN(AmplQvecTPCneg, amplQvecTPCneg, float);
7474
} // namespace NucleiFlowTableNS
7575

76-
DECLARE_SOA_TABLE(NucleiFlowColls, "AOD", "NUCLEIFLOWCOLLS",
76+
DECLARE_SOA_TABLE(NucleiFlowColls, "AOD", "NUCLEIFLOWCOLL",
7777
o2::soa::Index<>,
7878
NucleiFlowTableNS::CentFV0A,
7979
NucleiFlowTableNS::CentFT0M,

0 commit comments

Comments
 (0)