]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliDAQ.h
No optimization with g95
[u/mrichter/AliRoot.git] / RAW / AliDAQ.h
index b8c24662cbfa0ac73da3d4382d651d4f3894dbc4..6b3a16f3c7a623650502a024db106d84dfc48b44 100644 (file)
@@ -42,8 +42,8 @@ class AliDAQ: public TObject {
   static Int_t       DdlIDOffset(const char *detectorName);
   static Int_t       DdlIDOffset(Int_t detectorID);
 
-  static const char *DetectorNameFromDdlID(Int_t ddlID);
-  static Int_t       DetectorIDFromDdlID(Int_t ddlID);
+  static const char *DetectorNameFromDdlID(Int_t ddlID, Int_t &ddlIndex);
+  static Int_t       DetectorIDFromDdlID(Int_t ddlID, Int_t &ddlIndex);
 
   static Int_t       DdlID(const char *detectorName, Int_t ddlIndex);
   static Int_t       DdlID(Int_t detectorID, Int_t ddlIndex);
@@ -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