Skip to content

Commit

Permalink
Fix small typo in the TRU indexing (Martin)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasDa authored and Dario Berzano committed May 24, 2017
1 parent 837871f commit e5faa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMCAL/EMCALbase/AliEMCALPreprocessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ UInt_t AliEMCALPreprocessor::MapTriggerConfig(TMap* dcsAliasMap)
// Currently a test procedure
if(itru > 55 && !isEMCAL) continue;

snprintf(buf, bufsize, "%s_STU_ERROR_COUNT_TRU%0d", *idet, itru);
snprintf(buf, bufsize, "%s_STU_ERROR_COUNT_TRU%02d", *idet, itru);
AliInfo(Form("Reading %s", buf));

TObjArray *dcsvals = (TObjArray *)dcsAliasMap->GetValue(buf);
Expand Down

0 comments on commit e5faa42

Please sign in to comment.