]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/TRD/AliTRDcheckDET.cxx
fix error during merging (https://savannah.cern.ch/bugs/index.php?70729)
[u/mrichter/AliRoot.git] / PWG1 / TRD / AliTRDcheckDET.cxx
index 759ede6b8d57ddbafe6cc78f1bdb38c6490582a5..3a76f0b9ca322a4be4a26c8efef7be77959d2608 100644 (file)
@@ -126,8 +126,7 @@ void AliTRDcheckDET::UserCreateOutputObjects(){
   //
   // Create Output Objects
   //
-  if(!HasFunctorList()) InitFunctorList();
-  fContainer = Histos();
+  AliTRDrecoTask::UserCreateOutputObjects();
   if(!fTriggerNames) fTriggerNames = new TMap();
 }
 
@@ -166,7 +165,6 @@ void AliTRDcheckDET::UserExec(Option_t *opt){
     histo = dynamic_cast<TH1F *>(fContainer->UncheckedAt(kNeventsTrigger));
     histo->GetXaxis()->SetBinLabel(histo->FindBin(triggermask), triggername);
   }
-  PostData(1, fContainer);
 }