]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModulePreprocessor.cxx
properly handle zeromq lib in a custom location
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModulePreprocessor.cxx
index 8ae3812e7303fd1591705fde8538d5de5e1fc8da..4e0c2abc2039887b1cb1a6ac4d8214b0a429ba9f 100644 (file)
@@ -53,7 +53,7 @@ AliHLTModulePreprocessor::~AliHLTModulePreprocessor()
 }
 
 // TODO: map this constants to AliHLTDAQ class
-const Int_t AliHLTModulePreprocessor::kNDetectors = 21;
+const Int_t AliHLTModulePreprocessor::kNDetectors = 22;
 
 const char* AliHLTModulePreprocessor::fgkDetectorName[kNDetectors] = 
 {
@@ -77,7 +77,8 @@ const char* AliHLTModulePreprocessor::fgkDetectorName[kNDetectors] =
   "TRG",
   "EMCAL",
   "DAQ_TEST",
-  "HLT"
+  "HLT",
+  "MFT"
 };
 
 void AliHLTModulePreprocessor::SetShuttleInterface(AliHLTShuttleInterface* pInterface)