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 ad782f9 commit fcbed15Copy full SHA for fcbed15
DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/TimeDeadMap.h
@@ -11,14 +11,22 @@
11
12
/// \file TimeDeadMap.h
13
/// \brief Definition of the ITSMFT time-dependend dead map
14
+
15
#ifndef ALICEO2_ITSMFT_TIMEDEADMAP_H
16
#define ALICEO2_ITSMFT_TIMEDEADMAP_H
17
-#include "Rtypes.h"
18
-#include "DetectorsCommonDataFormats/DetID.h"
19
-#include <iostream>
20
-#include <vector>
+#include "DataFormatsITSMFT/NoiseMap.h"
+#include "Framework/Logger.h"
21
+#include <Rtypes.h>
22
23
+#include <algorithm>
24
+#include <cstdint>
25
+#include <cstdlib>
26
+#include <iterator>
27
#include <map>
28
+#include <string>
29
+#include <vector>
30
31
namespace o2
32
{
0 commit comments