]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Input slot 0 not needed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 12:42:30 +0000 (12:42 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 12:42:30 +0000 (12:42 +0000)
PWG1/TPC/AliPerformanceTask.cxx
PWG1/global/AliAnalysisTaskVertexESD.cxx

index 7f79de8b2902aff7f9b1c1699d8fe46128761d44..d08c640de79507e7752b48bea4a9114fb5b2e755 100644 (file)
@@ -89,7 +89,6 @@ AliPerformanceTask::AliPerformanceTask(const char *name, const char */*title*/)
   // Constructor\r
 \r
   // Define input and output slots here\r
-  DefineInput(0, TChain::Class());\r
   DefineOutput(1, TList::Class());\r
 \r
   // create the list for comparison objects\r
@@ -99,8 +98,8 @@ AliPerformanceTask::AliPerformanceTask(const char *name, const char */*title*/)
 //_____________________________________________________________________________\r
 AliPerformanceTask::~AliPerformanceTask()\r
 {\r
-  if(fOutput)   delete fOutput;  fOutput =0; \r
-  if(fCompList)   delete fCompList;  fCompList =0; \r
+  if(fOutput)     delete fOutput;    fOutput   = 0; \r
+  if(fCompList)   delete fCompList;  fCompList = 0; \r
 }\r
 \r
 //_____________________________________________________________________________\r
index 9a83b16e263513813c4626b74b5b0bcd18a5a752..2ea1919335b92179428386bc136d35135f7fb80f 100644 (file)
@@ -86,8 +86,6 @@ fhTrackRefs(0)
   // Constructor
 
   // Define input and output slots here
-  // Input slot #0 works with a TChain
-  DefineInput(0, TChain::Class());
   // Output slot #0 writes into a TList container
   DefineOutput(1, TList::Class());  //My private output
 }