Skip to content

Commit 1de20d9

Browse files
committed
Please consider the following formatting changes
1 parent 6542d38 commit 1de20d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ namespace testcol
7777
{
7878
// Event properties
7979
DECLARE_SOA_COLUMN(Gi, gi, int64_t);
80-
DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
80+
DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
8181
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
82+
DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity
83+
DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS
8484
DECLARE_SOA_COLUMN(Occuft0, occuft0, float); // Occupancy FT0C amplitudes
8585
DECLARE_SOA_COLUMN(VertexX, vertexX, float);
8686
DECLARE_SOA_COLUMN(VertexY, vertexY, float);
@@ -94,7 +94,7 @@ namespace testtrack
9494
// Track properties
9595
DECLARE_SOA_COLUMN(Colid, colid, int32_t); // Collision ID
9696
DECLARE_SOA_COLUMN(Charge, charge, int16_t);
97-
DECLARE_SOA_COLUMN(P, p, uint64_t );
97+
DECLARE_SOA_COLUMN(P, p, uint64_t);
9898
DECLARE_SOA_COLUMN(Dedx, dedx, uint16_t);
9999
DECLARE_SOA_COLUMN(Dcaxy, dcaxy, int16_t);
100100
DECLARE_SOA_COLUMN(Dcaz, dcaz, int16_t);

0 commit comments

Comments
 (0)