]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/TRD/AliTRDcheckDET.cxx
update for transporting event info along the TRD train
[u/mrichter/AliRoot.git] / PWG1 / TRD / AliTRDcheckDET.cxx
index 3cbc05a393eca57e4596fbdcb3c7708de6c9ff42..5a2413ed97b87c214122cc79d11c4566ed0bceb8 100644 (file)
@@ -99,8 +99,6 @@ AliTRDcheckDET::AliTRDcheckDET(char* name):
   //
   // Default constructor
   //
-  DefineInput(2, AliTRDeventInfo::Class());
-
   InitFunctorList();
 }
 
@@ -128,7 +126,7 @@ void AliTRDcheckDET::UserExec(Option_t *opt){
   // Execution function
   // Filling TRD quality histos
   //
-  AliDebug(2, Form("EventInfo[%p] Header[%p]", (void*)fEventInfo, (void*)(fEvent?fEvent->GetEventHeader():NULL)));
+  //AliDebug(2, Form("EventInfo[%p] Header[%p]", (void*)fEventInfo, (void*)(fEvent?fEvent->GetEventHeader():NULL)));
 
   AliTRDrecoTask::UserExec(opt);