]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/hfe/AliHFEpostAnalysis.cxx
Changes for #82873: Module debugging broken (Christian)
[u/mrichter/AliRoot.git] / PWG3 / hfe / AliHFEpostAnalysis.cxx
index 2806b365636a66d0f2dd241ec446d818522334d8..8fe30f5fcb002426b43db039b62d34199eb4c6d2 100644 (file)
@@ -431,7 +431,7 @@ void AliHFEpostAnalysis::DrawCutEfficiency(Bool_t MC, Int_t source){
 
   if(MC){
     if(source > -1 && source < 4){
-      AliInfo(Form("Setting source to %d", source))
+      AliInfo(Form("Setting source to %d", source));
       for(Int_t istep = 0; istep < tracks->GetNStep(); istep++) tracks->GetAxis(4, istep)->SetRange(source + 1, source + 1);
     }
   }