]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliDAQ.h
Technical fix: run the vertex finder even in case the local reco for ITS is off....
[u/mrichter/AliRoot.git] / RAW / AliDAQ.h
index 6b3a16f3c7a623650502a024db106d84dfc48b44..1cc0dbd874a4debaa4078c0220ec5182bb8da794 100644 (file)
@@ -58,6 +58,15 @@ class AliDAQ: public TObject {
 
   static void        PrintConfig();
 
+  static const char *ListOfTriggeredDetectors(UInt_t detectorPattern);
+  static UInt_t      DetectorPattern(const char *detectorList);
+
+  static const char *OfflineModuleName(const char *detectorName);
+  static const char *OfflineModuleName(Int_t detectorID);
+
+  static const char *OnlineName(const char *detectorName);
+  static const char *OnlineName(Int_t detectorID);
+
   enum {
     kNDetectors = 21,    // Number of detectors
     kHLTId = 30          // HLT detector index
@@ -68,8 +77,10 @@ class AliDAQ: public TObject {
   static const char *fgkDetectorName[kNDetectors]; // Detector names
   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)
+  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, 2)   // ALICE DAQ Configuration class
+  ClassDef(AliDAQ, 3)   // ALICE DAQ Configuration class
 };
 
 #endif