]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliDAQ.h
New centrality estimators (TRK, CND) in FemtoReaders
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliDAQ.h
index dc85cc07e7ed8d93e2bda56bf607ad92511ee30c..b354fe5c1fb2d6f04ba92a22c04f69a01fadc55e 100644 (file)
@@ -69,7 +69,7 @@ class AliDAQ: public TObject {
   static const char *OnlineName(Int_t detectorID);
 
   enum {
-    kNDetectors = 21,    // Number of detectors
+    kNDetectors = 22,    // Number of detectors
     kHLTId = 30          // HLT detector index
   };
 
@@ -78,7 +78,7 @@ class AliDAQ: public TObject {
                     kPHOS = 0x0080, kCPV = 0x0100, kPMD = 0x0200, kMUONTRK = 0x0400,
                     kMUONTRG = 0x0800, kMUON = 0x0c00, kFMD = 0x1000, kT0 = 0x2000, kVZERO = 0x4000,
                     kZDC = 0x8000, kACORDE = 0x10000, kTRG = 0x20000, kEMCAL = 0x40000,
-                    kDAQTEST = 0x80000, kHLT = 0x40000000 };
+                    kDAQTEST = 0x80000, kMFT = 0x100000, kHLT = 0x40000000 };
 
  private:
 
@@ -88,7 +88,7 @@ class AliDAQ: public TObject {
   static const char* fgkOfflineModuleName[kNDetectors]; // Names of the offline modules corresponding to the detectors
   static const char* fgkOnlineName[kNDetectors]; // Online (DAQ/ECS) detector names
 
-  ClassDef(AliDAQ, 3)   // ALICE DAQ Configuration class
+  ClassDef(AliDAQ, 4)   // ALICE DAQ Configuration class
 };
 
 #endif