We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48487cb commit 8be775eCopy full SHA for 8be775e
PWGJE/TableProducer/slimTablesProducer.cxx
@@ -48,7 +48,7 @@ DECLARE_SOA_TABLE(SlimCollisions, "AOD", "SlimCollisions",
48
using SlimCollision = SlimCollisions::iterator;
49
namespace slmccollision
50
{
51
-DECLARE_SOA_COLUMN(McWeight, weight, float);
+DECLARE_SOA_COLUMN(McWeight, mcWeight, float);
52
}
53
DECLARE_SOA_TABLE(SlMcCollisions, "AOD", "SlMcCollisions",
54
o2::soa::Index<>,
0 commit comments