Skip to content

Commit 86d80c6

Browse files
authored
rewrote comments
Removed commented-out block detailing track and event data compression before and after compression.
1 parent 1b2127a commit 86d80c6

1 file changed

Lines changed: 30 additions & 33 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,39 +33,36 @@
3333
#include <Framework/runDataProcessing.h>
3434

3535
// Event selection: Only events that contain track above some threshold
36-
/*
37-
-------------------------------------------------------------------------------------------
38-
TRACK DATA
39-
-------------------------------------------------------------------------------------------
40-
BEFORE COMPRESSION AFTER COMPRESSION
41-
Name Data Type Size(b) Name Data Type Size(b)
42-
ColID int32_t 4 [same]
43-
Charge short 2 [same]
44-
Px, Py, Pz float 3x4 P unsigned long 8
45-
DEdx float 4 DEdx unsigned short 2
46-
DCAXY float 4 DCAXY short 2
47-
DCAZ float 4 DCAZ short 2
48-
Length float 4 Length unsigned short 2
49-
50-
OVERALL COMPRESSION 34b->22b
51-
52-
-------------------------------------------------------------------------------------------
53-
EVENT DATA
54-
-------------------------------------------------------------------------------------------
55-
GI int64_t 8 [same]
56-
RN int 4 [same]
57-
Cent float 4 [same]
58-
Mult int 4 [same]
59-
VertexX float 4 [same]
60-
VertexY float 4 [same]
61-
VertexZ float 4 [same]
62-
Psi2 float 4 Psi2 short 2
63-
Psi3 float 4 Psi3 short 2
64-
65-
OVERALL COMPRESSION 40b->36b
66-
67-
*/
68-
36+
//
37+
// -------------------------------------------------------------------------------------------
38+
// TRACK DATA
39+
// -------------------------------------------------------------------------------------------
40+
// BEFORE COMPRESSION AFTER COMPRESSION
41+
// Name Data Type Size(b) Name Data Type Size(b)
42+
// ColID int32_t 4 [same]
43+
// Charge short 2 [same]
44+
// Px, Py, Pz float 3x4 P unsigned long 8
45+
// DEdx float 4 DEdx unsigned short 2
46+
// DCAXY float 4 DCAXY short 2
47+
// DCAZ float 4 DCAZ short 2
48+
// Length float 4 Length unsigned short 2
49+
50+
// OVERALL COMPRESSION 34b->22b
51+
52+
// -------------------------------------------------------------------------------------------
53+
// EVENT DATA
54+
// -------------------------------------------------------------------------------------------
55+
// GI int64_t 8 [same]
56+
// RN int 4 [same]
57+
// Cent float 4 [same]
58+
// Mult int 4 [same]
59+
// VertexX float 4 [same]
60+
// VertexY float 4 [same]
61+
// VertexZ float 4 [same]
62+
// Psi2 float 4 Psi2 short 2
63+
// Psi3 float 4 Psi3 short 2
64+
65+
// OVERALL COMPRESSION 40b->36b
6966
//--------------------------------------------------------
7067
namespace o2::aod
7168
{

0 commit comments

Comments
 (0)