|
16 | 16 | /// \author Katarina Krizkova Gajdosova |
17 | 17 | /// \author Diana Maria Krupova |
18 | 18 | /// \author David Grund |
19 | | -/// \author Jakub Juracka |
20 | 19 | /// |
21 | 20 |
|
22 | 21 | #ifndef QC_MFT_CLUSTER_TASK_H |
|
28 | 27 | #include "ReconstructionDataFormats/BaseCluster.h" |
29 | 28 | #include "MFTBase/GeometryTGeo.h" |
30 | 29 | #include <CommonConstants/LHCConstants.h> |
31 | | -#include <vector> |
32 | 30 |
|
33 | 31 | // Quality Control |
34 | 32 | #include "QualityControl/TaskInterface.h" |
@@ -106,39 +104,6 @@ class QcMFTClusterTask /*final*/ : public TaskInterface // todo add back the "fi |
106 | 104 | // cluster size in pixels |
107 | 105 | int mClusterSize = { 0 }; |
108 | 106 |
|
109 | | - std::vector<float> mROFBins = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, |
110 | | - 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, |
111 | | - 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, |
112 | | - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, |
113 | | - 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, |
114 | | - 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, |
115 | | - 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, |
116 | | - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, |
117 | | - 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, |
118 | | - 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, |
119 | | - 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, |
120 | | - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, |
121 | | - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, |
122 | | - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, |
123 | | - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, |
124 | | - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, |
125 | | - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, |
126 | | - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, |
127 | | - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, |
128 | | - 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, |
129 | | - 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900, 3000, |
130 | | - 3100, 3200, 3300, 3400, 3500, 3600, 3700, 3800, 3900, 4000, |
131 | | - 4100, 4200, 4300, 4400, 4500, 4600, 4700, 4800, 4900, 5000, |
132 | | - 5100, 5200, 5300, 5400, 5500, 5600, 5700, 5800, 5900, 6000, |
133 | | - 6100, 6200, 6300, 6400, 6500, 6600, 6700, 6800, 6900, 7000, |
134 | | - 7100, 7200, 7300, 7400, 7500, 7600, 7700, 7800, 7900, 8000, |
135 | | - 8100, 8200, 8300, 8400, 8500, 8600, 8700, 8800, 8900, 9000, |
136 | | - 9100, 9200, 9300, 9400, 9500, 9600, 9700, 9800, 9900, 10000, |
137 | | - 11000, 12000, 13000, 14000, 15000, 16000, 17000, 18000, 19000, 20000, |
138 | | - 21000, 22000, 23000, 24000, 25000, 26000, 27000, 28000, 29000, 30000, |
139 | | - 31000, 32000, 33000, 34000, 35000, 36000, 37000, 38000, 39000, 40000, |
140 | | - 41000, 42000, 43000, 44000, 45000, 46000, 47000, 48000, 49000, 50000 }; |
141 | | - |
142 | 107 | // dictionary |
143 | 108 | const o2::itsmft::TopologyDictionary* mDict = nullptr; |
144 | 109 |
|
|
0 commit comments