We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2780af4 + e993d81 commit e74c748Copy full SHA for e74c748
1 file changed
PWGJE/TableProducer/tableDiffWake.cxx
@@ -77,10 +77,10 @@ namespace testcol
77
{
78
// Event properties
79
DECLARE_SOA_COLUMN(Gi, gi, int64_t);
80
-DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
+DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
81
DECLARE_SOA_COLUMN(Cent, cent, float); // FT0C centrality
82
-DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity
83
-DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS
+DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity
+DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS
84
DECLARE_SOA_COLUMN(Occuft0, occuft0, float); // Occupancy FT0C amplitudes
85
DECLARE_SOA_COLUMN(VertexX, vertexX, float);
86
DECLARE_SOA_COLUMN(VertexY, vertexY, float);
0 commit comments