]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliDAQ.h
No optimization with g95
[u/mrichter/AliRoot.git] / RAW / AliDAQ.h
index 23b168f0a6549722efbeed934a6dcde0f2ad51e9..6b3a16f3c7a623650502a024db106d84dfc48b44 100644 (file)
@@ -59,7 +59,8 @@ class AliDAQ: public TObject {
   static void        PrintConfig();
 
   enum {
-    kNDetectors = 20    // Number of detectors
+    kNDetectors = 21,    // Number of detectors
+    kHLTId = 30          // HLT detector index
   };
 
  private:
@@ -68,7 +69,7 @@ class AliDAQ: public TObject {
   static Int_t       fgkNumberOfDdls[kNDetectors]; // Number of DDLs per detector
   static Float_t     fgkNumberOfLdcs[kNDetectors]; // Number of LDCs per detector (not fixed - used only for the raw data simulation)
 
-  ClassDef(AliDAQ, 1)   // ALICE DAQ Configuration class
+  ClassDef(AliDAQ, 2)   // ALICE DAQ Configuration class
 };
 
 #endif