]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALPreprocessor.cxx
coverity #24434 #24433, add check on nullness of primary particles pointer, default...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALPreprocessor.cxx
index c7ef80ee936838752ee7cbfbf2459c2691a97faf..82dceb8dbdcdf94e97117ba22277091fd02fbc73 100644 (file)
@@ -61,7 +61,7 @@ const int kReturnCodeNoInfo = 9;
 const int kReturnCodeNoObject = 2;
 const int kReturnCodeNoEntries = 1;
 
-const int kNTRU = 32; // From 2012; 10 + 2/3 SuperModules (SM) * 3 TRU per SM
+const int kNTRU = 62; // EMCAL  (10 SM + 2/3) + (DCAL 10 SM) * 3 TRU per SM
 
 ClassImp(AliEMCALPreprocessor)
   
@@ -326,6 +326,11 @@ UInt_t AliEMCALPreprocessor::MapTemperature(TMap* dcsAliasMap)
 //______________________________________________________________________________________________
 UInt_t AliEMCALPreprocessor::MapTriggerConfig(TMap* dcsAliasMap)
 { // extract DCS trigger info
+       
+       
+       AliInfo("Print DCS alias map content");
+       dcsAliasMap->Print();
+       
   AliInfo(Form("Get TRU info from DCS DPs.\n"));
   Int_t i, iTRU;
   const Int_t bufsize = 1000;