Skip to content

Commit ecc9bea

Browse files
committed
Formatting columns for jetCorrelation D0 task
1 parent 546ac11 commit ecc9bea

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
@@ -53,9 +53,9 @@ DECLARE_SOA_TABLE(McCollisionTables, "AOD", "MCCOLLINFOTABLE",
5353

5454
namespace collisionInfo
5555
{
56-
//DECLARE_SOA_INDEX_COLUMN(CollisionTable, collisionTable);
56+
// DECLARE_SOA_INDEX_COLUMN(CollisionTable, collisionTable);
5757
DECLARE_SOA_INDEX_COLUMN_CUSTOM(CollisionTable, collisionTable, "COLLINFOTABLES");
58-
//DECLARE_SOA_INDEX_COLUMN(McCollisionTable, mcCollisionTable);
58+
// DECLARE_SOA_INDEX_COLUMN(McCollisionTable, mcCollisionTable);
5959
DECLARE_SOA_INDEX_COLUMN_CUSTOM(McCollisionTable, mcCollisionTable, "MCCOLLINFOTABLES");
6060
} // namespace collisionInfo
6161
namespace d0Info

0 commit comments

Comments
 (0)