Skip to content

Commit 25f3617

Browse files
committed
removing custom index columns
1 parent 3f4e401 commit 25f3617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ DECLARE_SOA_TABLE(D0McPTables, "AOD", "D0MCPTABLE",
105105
namespace jetInfo
106106
{
107107
// D0 tables
108-
DECLARE_SOA_INDEX_COLUMN_CUSTOM(D0Table, d0Table, "D0TABLE");
109-
DECLARE_SOA_INDEX_COLUMN_CUSTOM(D0McPTable, d0McPTable, "D0MCPTABLE");
108+
DECLARE_SOA_INDEX_COLUMN(D0Table, d0Table);
109+
DECLARE_SOA_INDEX_COLUMN(D0McPTable, d0McPTable);
110110
// Jet
111111
DECLARE_SOA_COLUMN(JetPt, jetPt, float);
112112
DECLARE_SOA_COLUMN(JetEta, jetEta, float);

0 commit comments

Comments
 (0)