]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: corrected equipment selection which was setting eventtype condition to 0...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Sep 2008 20:17:31 +0000 (20:17 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Sep 2008 20:17:31 +0000 (20:17 +0000)
HLT/rec/AliHLTOUTHomerCollection.cxx

index f6c9f189cfa5f1e7fc6cefa516753d6f695397f4..0c05e5729d776bda12b93dd37330a689d12a2fa1 100644 (file)
@@ -69,7 +69,7 @@ int AliHLTOUTHomerCollection::GenerateIndex()
     // and from v4-10-Release (Rev-02). For the moment we select directly
     // to support older AliRoot versions
     //Select("HLT");
-    SelectEquipment(0,7680, 7689);
+    SelectEquipment(-1,7680, 7689);
     UChar_t* pSrc=NULL;
     while (ReadNextData(pSrc) && pSrc!=NULL && iResult>=0) {
       AliHLTUInt32_t id=(GetEquipmentId());