We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a390108 commit e1cb5cfCopy full SHA for e1cb5cf
1 file changed
PWGJE/Tasks/jetLundPlane.cxx
@@ -53,7 +53,7 @@ DECLARE_SOA_TABLE(MiniCollisions, "AOD", "MINICOLL",
53
MiniCollTag);
54
55
// MiniJets -> MiniCollisions
56
-DECLARE_SOA_INDEX_COLUMN(MiniCollision, miniCollision);
+DECLARE_SOA_INDEX_COLUMN_CUSTOM(MiniCollision, miniCollision, "MINICOLLS");
57
58
// Jet payload
59
DECLARE_SOA_COLUMN(Level, level, uint8_t); // JetLevel::Det=reco(det), JetLevel::Part=truth(part)
0 commit comments