]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnaGammaIsolCut.cxx
Modified initialisation
[u/mrichter/AliRoot.git] / PWG4 / AliAnaGammaIsolCut.cxx
index a3d2a6a0ad7f13e9c07da6975a90ac97bc48046e..b61d126c1b60d2a8e1d70b347bbfcbd766d83b48 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.3  2007/03/08 10:24:32  schutz
+ * Coding convention
+ *
  * Revision 1.2  2007/02/09 18:40:40  schutz
  * B\bNew version from Gustavo
  *
@@ -68,16 +71,6 @@ ClassImp(AliAnaGammaIsolCut)
 
   //Init parameters
   InitParameters();
-        
-  TList * list = gDirectory->GetListOfKeys() ; 
-  TIter next(list) ; 
-  TH2F * h = 0 ;
-  Int_t index ; 
-  for (index = 0 ; index < list->GetSize()-1 ; index++) { 
-    //-1 to avoid GammaJet Task
-    h = dynamic_cast<TH2F*>(gDirectory->Get(list->At(index)->GetName())) ; 
-    fOutputContainer->Add(h) ; 
-  }
   
   // Input slot #0 works with an Ntuple
   DefineInput(0, TChain::Class());