Skip to content

Commit e1cb5cf

Browse files
authored
Change MiniCollision index column declaration
Fixing unbounded index issue for hyperloop
1 parent a390108 commit e1cb5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetLundPlane.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DECLARE_SOA_TABLE(MiniCollisions, "AOD", "MINICOLL",
5353
MiniCollTag);
5454

5555
// MiniJets -> MiniCollisions
56-
DECLARE_SOA_INDEX_COLUMN(MiniCollision, miniCollision);
56+
DECLARE_SOA_INDEX_COLUMN_CUSTOM(MiniCollision, miniCollision, "MINICOLLS");
5757

5858
// Jet payload
5959
DECLARE_SOA_COLUMN(Level, level, uint8_t); // JetLevel::Det=reco(det), JetLevel::Part=truth(part)

0 commit comments

Comments
 (0)