]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnaGammaHadron.cxx
bug fix
[u/mrichter/AliRoot.git] / PWG4 / AliAnaGammaHadron.cxx
index c8d5fbc5f0bce16b0eef8e1b1e0208eb64790bc1..8dd2dc7ee21b59b7c5e0cf1aadc1292492cead86 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.7  2007/10/29 13:48:42  gustavo
+ * Corrected coding violations
+ *
  * Revision 1.5  2007/08/17 12:40:04  schutz
  * New analysis classes by Gustavo Conesa
  *
@@ -102,20 +105,7 @@ AliAnaGammaHadron & AliAnaGammaHadron::operator = (const AliAnaGammaHadron & sou
 //____________________________________________________________________________
 AliAnaGammaHadron::~AliAnaGammaHadron() 
 {
-  
-  delete fhPhiCharged  ;  
-  delete fhPhiNeutral   ; 
-  delete fhEtaCharged  ; 
-  delete fhEtaNeutral  ; 
-  delete fhDeltaPhiGammaCharged  ;  
-  delete fhDeltaPhiGammaNeutral   ; 
-  delete fhDeltaEtaGammaCharged  ; 
-  delete fhDeltaEtaGammaNeutral  ; 
-  delete fhDeltaPhiChargedPt  ;
-
-  delete fhCorrelationGammaNeutral  ; 
-  delete fhCorrelationGammaCharged  ;
+  // Remove all pointers except analysis output pointers.
 }