We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7254b69 commit 1ca1413Copy full SHA for 1ca1413
PWGCF/DataModel/SPTableZDC.h
@@ -30,10 +30,10 @@ DECLARE_SOA_COLUMN(Runnumber, runnumber, int);
30
DECLARE_SOA_COLUMN(Cents, cents, std::vector<float>);
31
DECLARE_SOA_COLUMN(Vertex, vertex, std::vector<float>);
32
DECLARE_SOA_COLUMN(Timestamp, timestamp, int64_t);
33
-DECLARE_SOA_COLUMN(QXA, qxA, float);
34
-DECLARE_SOA_COLUMN(QYA, qyA, float);
35
-DECLARE_SOA_COLUMN(QXC, qxC, float);
36
-DECLARE_SOA_COLUMN(QYC, qyC, float);
+DECLARE_SOA_COLUMN(QxA, qxA, float);
+DECLARE_SOA_COLUMN(QyA, qyA, float);
+DECLARE_SOA_COLUMN(QxC, qxC, float);
+DECLARE_SOA_COLUMN(QyC, qyC, float);
37
DECLARE_SOA_COLUMN(IsSelected, isSelected, bool);
38
DECLARE_SOA_COLUMN(EventSelectionFlags, eventSelectionFlags, uint16_t);
39
0 commit comments