]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changing back the number of output containers
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Dec 2012 13:50:18 +0000 (13:50 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Dec 2012 13:50:18 +0000 (13:50 +0000)
PWGGA/EMCALTasks/AliAnalysisTaskEMCALPhoton.cxx

index 984325769e478461a50506c1d21b020a56fd15b1..97bf0f7c30b0b1a19bd6c905d474627cf0bf287f 100644 (file)
@@ -246,7 +246,7 @@ void AliAnalysisTaskEMCALPhoton::UserCreateOutputObjects()
   
   
   PostData(1, fOutputList);
-  PostData(2, fTree);
+  //  PostData(2, fTree);
 }
 
 //________________________________________________________________________
@@ -350,7 +350,7 @@ void AliAnalysisTaskEMCALPhoton::UserExec(Option_t *)
   if(fCaloClustersNew)
     fCaloClustersNew->Clear();
   PostData(1, fOutputList);
-  PostData(2, fTree);
+  //PostData(2, fTree);
 }      
 
 //________________________________________________________________________