]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HLT is excluded from the bad channels map construction in a LED run.
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Feb 2010 17:13:19 +0000 (17:13 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Feb 2010 17:13:19 +0000 (17:13 +0000)
PHOS/AliPHOSPreprocessor.cxx

index 44edd159526ba34dcff7d091ebb15a125eb9f532..449c851a474aae4ae90742bd6d1c2a031ef1cbc7 100644 (file)
@@ -245,7 +245,9 @@ Bool_t AliPHOSPreprocessor::FindBadChannelsEmc()
   Bool_t result[2] = { kTRUE, kTRUE };
 
   for (Int_t i=0; i<2; i++) {
-
+    
+    if(system[i] == kHLT) continue;
+    
     AliPHOSEmcBadChannelsMap badMap;
     list = GetFileSources(system[i], "BAD_CHANNELS");