|
33 | 33 | #include <Framework/runDataProcessing.h> |
34 | 34 |
|
35 | 35 | // 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 |
69 | 66 | //-------------------------------------------------------- |
70 | 67 | namespace o2::aod |
71 | 68 | { |
|
0 commit comments