]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaParticleJetLeadingConeCorrelation.cxx
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaParticleJetLeadingConeCorrelation.cxx
index 312b06e205dd8b55414d5d7a028aeeba52f4c43c..777942e68c4f7df92691c234ad6af3f5b434061e 100755 (executable)
 // 2) Search for the highest pt leading particle opposite to the photon within a phi, pt window
 // 3) Take all particles around leading in a cone R with pt larger than threshold and construct the jet
 //
-//  Class created from old AliPHOSGammaJet 
+//  Class created from old AliPHOSGammaJet
 //  (see AliRoot versions previous Release 4-09)
 //
-//*-- Author: Gustavo Conesa (LNF-INFN) 
+//*-- Author: Gustavo Conesa (LNF-INFN)
 //////////////////////////////////////////////////////////////////////////////
 
 
@@ -38,7 +38,7 @@
 #include "AliVCluster.h"
 #include "AliCaloTrackReader.h"
 #include "AliNeutralMesonSelection.h"
-#include "AliAnaParticleJetLeadingConeCorrelation.h"  
+#include "AliAnaParticleJetLeadingConeCorrelation.h"
 #include "AliCaloPID.h"
 #include "AliAODPWG4ParticleCorrelation.h"
 #include "AliFiducialCut.h"
 ClassImp(AliAnaParticleJetLeadingConeCorrelation)
 
 
-//____________________________________________________________________________
-  AliAnaParticleJetLeadingConeCorrelation::AliAnaParticleJetLeadingConeCorrelation() : 
-    AliAnaCaloTrackCorrBaseClass(), fJetsOnlyInCTS(kFALSE), fPbPb(kFALSE),     
-    fSeveralConeAndPtCuts(0),  fReMakeJet(0),
-    fDeltaPhiMaxCut(0.), fDeltaPhiMinCut(0.), 
-    fLeadingRatioMaxCut(0.),  fLeadingRatioMinCut(0.), 
-    fJetCTSRatioMaxCut(0.), fJetCTSRatioMinCut(0.), 
-    fJetRatioMaxCut(0.),  fJetRatioMinCut(0.), 
-    fJetNCone(0),fJetNPt(0), fJetCone(0), 
-    fJetPtThreshold(0),fJetPtThresPbPb(0),
-    fPtTriggerSelectionCut(0.0), fSelect(0),
-    fSelectIsolated(0),        
-    //Histograms
-    fOutCont(0x0),
-    //Leading
-    fhChargedLeadingPt(0),fhChargedLeadingPhi(0),fhChargedLeadingEta(0),
-    fhChargedLeadingDeltaPt(0),fhChargedLeadingDeltaPhi(0),fhChargedLeadingDeltaEta(0),
-    fhChargedLeadingRatioPt(0),
-    fhNeutralLeadingPt(0),fhNeutralLeadingPhi(0),fhNeutralLeadingEta(0),
-    fhNeutralLeadingDeltaPt(0),fhNeutralLeadingDeltaPhi(0),fhNeutralLeadingDeltaEta(0),
-    fhNeutralLeadingRatioPt(0),fhChargedLeadingXi(0), fhNeutralLeadingXi(0),
-    fhChargedLeadingDeltaPhiRatioPt30(0), fhNeutralLeadingDeltaPhiRatioPt30(0),
-    fhChargedLeadingDeltaPhiRatioPt50(0), fhNeutralLeadingDeltaPhiRatioPt50(0),
-    //Jet
-    fhJetPt(0),fhJetRatioPt(0),fhJetDeltaPhi(0), fhJetDeltaEta(0),
-    fhJetLeadingRatioPt(0),fhJetLeadingDeltaPhi(0),fhJetLeadingDeltaEta(0),
-    fhJetFFz(0),fhJetFFxi(0),fhJetFFpt(0),fhJetNTracksInCone(0),
-    fhBkgPt(0),fhBkgRatioPt(0),fhBkgDeltaPhi(0), fhBkgDeltaEta(0),
-    fhBkgLeadingRatioPt(0),fhBkgLeadingDeltaPhi(0),fhBkgLeadingDeltaEta(0),
-    fhBkgFFz(0),fhBkgFFxi(0),fhBkgFFpt(0),fhBkgNTracksInCone(0),
-    //Several cones and thres histograms
-    fhJetPts(),fhJetRatioPts(),fhJetDeltaPhis(), fhJetDeltaEtas(),
-    fhJetLeadingRatioPts(),fhJetLeadingDeltaPhis(),fhJetLeadingDeltaEtas(),
-    fhJetFFzs(),fhJetFFxis(),fhJetFFpts(),fhJetNTracksInCones(),
-    fhBkgPts(),fhBkgRatioPts(),fhBkgDeltaPhis(), fhBkgDeltaEtas(),
-    fhBkgLeadingRatioPts(),fhBkgLeadingDeltaPhis(),fhBkgLeadingDeltaEtas(),
-    fhBkgFFzs(),fhBkgFFxis(),fhBkgFFpts(),fhBkgNTracksInCones()
+//_________________________________________________________________________________
+AliAnaParticleJetLeadingConeCorrelation::AliAnaParticleJetLeadingConeCorrelation() :
+AliAnaCaloTrackCorrBaseClass(), fJetsOnlyInCTS(kFALSE), fPbPb(kFALSE),
+fSeveralConeAndPtCuts(0),  fReMakeJet(0),
+fDeltaPhiMaxCut(0.), fDeltaPhiMinCut(0.),
+fLeadingRatioMaxCut(0.),  fLeadingRatioMinCut(0.),
+fJetCTSRatioMaxCut(0.), fJetCTSRatioMinCut(0.),
+fJetRatioMaxCut(0.),  fJetRatioMinCut(0.),
+fJetNCone(0),fJetNPt(0), fJetCone(0),
+fJetPtThreshold(0),fJetPtThresPbPb(0),
+fPtTriggerSelectionCut(0.0), fSelect(0),fSelectIsolated(0),
+fTrackVector(),fBkgMom(),fJetMom(),fJetConstMom(),
+fLeadingMom(),fLeadingPi0Mom(),fLeadingPhoMom1(),fLeadingPhoMom2(),fLeadingChargeMom(),
+//Histograms
+fOutCont(0x0),
+//Leading
+fhChargedLeadingPt(0),fhChargedLeadingPhi(0),fhChargedLeadingEta(0),
+fhChargedLeadingDeltaPt(0),fhChargedLeadingDeltaPhi(0),fhChargedLeadingDeltaEta(0),
+fhChargedLeadingRatioPt(0),
+fhNeutralLeadingPt(0),fhNeutralLeadingPhi(0),fhNeutralLeadingEta(0),
+fhNeutralLeadingDeltaPt(0),fhNeutralLeadingDeltaPhi(0),fhNeutralLeadingDeltaEta(0),
+fhNeutralLeadingRatioPt(0),fhChargedLeadingXi(0), fhNeutralLeadingXi(0),
+fhChargedLeadingDeltaPhiRatioPt30(0), fhNeutralLeadingDeltaPhiRatioPt30(0),
+fhChargedLeadingDeltaPhiRatioPt50(0), fhNeutralLeadingDeltaPhiRatioPt50(0),
+//Jet
+fhJetPt(0),fhJetRatioPt(0),fhJetDeltaPhi(0), fhJetDeltaEta(0),
+fhJetLeadingRatioPt(0),fhJetLeadingDeltaPhi(0),fhJetLeadingDeltaEta(0),
+fhJetFFz(0),fhJetFFxi(0),fhJetFFpt(0),fhJetNTracksInCone(0),
+fhBkgPt(0),fhBkgRatioPt(0),fhBkgDeltaPhi(0), fhBkgDeltaEta(0),
+fhBkgLeadingRatioPt(0),fhBkgLeadingDeltaPhi(0),fhBkgLeadingDeltaEta(0),
+fhBkgFFz(0),fhBkgFFxi(0),fhBkgFFpt(0),fhBkgNTracksInCone(0),
+//Several cones and thres histograms
+fhJetPts(),fhJetRatioPts(),fhJetDeltaPhis(), fhJetDeltaEtas(),
+fhJetLeadingRatioPts(),fhJetLeadingDeltaPhis(),fhJetLeadingDeltaEtas(),
+fhJetFFzs(),fhJetFFxis(),fhJetFFpts(),fhJetNTracksInCones(),
+fhBkgPts(),fhBkgRatioPts(),fhBkgDeltaPhis(), fhBkgDeltaEtas(),
+fhBkgLeadingRatioPts(),fhBkgLeadingDeltaPhis(),fhBkgLeadingDeltaEtas(),
+fhBkgFFzs(),fhBkgFFxis(),fhBkgFFpts(),fhBkgNTracksInCones()
 {
   //Default Ctor
   
   //Initialize parameters
-
+  
   for(Int_t i = 0; i<6; i++){
     fJetXMin1[i]     = 0.0 ;
     fJetXMin2[i]     = 0.0 ;
@@ -112,7 +113,7 @@ ClassImp(AliAnaParticleJetLeadingConeCorrelation)
     for(Int_t j = 0; j<5; j++){
       fhJetPts[i][j]=0 ;
       fhJetRatioPts[i][j]=0 ;
-      fhJetDeltaPhis[i][j]=0 ; 
+      fhJetDeltaPhis[i][j]=0 ;
       fhJetDeltaEtas[i][j]=0 ;
       fhJetLeadingRatioPts[i][j]=0 ;
       fhJetLeadingDeltaPhis[i][j]=0 ;
@@ -123,7 +124,7 @@ ClassImp(AliAnaParticleJetLeadingConeCorrelation)
       fhJetNTracksInCones[i][j]=0 ;
       fhBkgPts[i][j]=0 ;
       fhBkgRatioPts[i][j]=0 ;
-      fhBkgDeltaPhis[i][j]=0 ; 
+      fhBkgDeltaPhis[i][j]=0 ;
       fhBkgDeltaEtas[i][j]=0 ;
       fhBkgLeadingRatioPts[i][j]=0 ;
       fhBkgLeadingDeltaPhis[i][j]=0 ;
@@ -134,228 +135,13 @@ ClassImp(AliAnaParticleJetLeadingConeCorrelation)
       fhBkgNTracksInCones[i][j]=0 ;
     }
   }
-
-  InitParameters();
-
-}
-/*
-//____________________________________________________________________________
-AliAnaParticleJetLeadingConeCorrelation::AliAnaParticleJetLeadingConeCorrelation(const AliAnaParticleJetLeadingConeCorrelation & jetlc) :   
-  AliAnaCaloTrackCorrBaseClass(jetlc), fJetsOnlyInCTS(jetlc.fJetsOnlyInCTS), fPbPb(jetlc.fPbPb), 
-  fSeveralConeAndPtCuts(jetlc.fSeveralConeAndPtCuts),  fReMakeJet(jetlc. fReMakeJet),
-  fDeltaPhiMaxCut(jetlc. fDeltaPhiMaxCut), fDeltaPhiMinCut(jetlc.fDeltaPhiMinCut), 
-  fLeadingRatioMaxCut(jetlc.fLeadingRatioMaxCut),  fLeadingRatioMinCut(jetlc.fLeadingRatioMinCut), 
-  fJetCTSRatioMaxCut(jetlc.fJetCTSRatioMaxCut),
-  fJetCTSRatioMinCut(jetlc.fJetCTSRatioMinCut), fJetRatioMaxCut(jetlc.fJetRatioMaxCut),
-  fJetRatioMinCut(jetlc.fJetRatioMinCut),  fJetNCone(jetlc.fJetNCone),
-  fJetNPt(jetlc.fJetNPt), fJetCone(jetlc.fJetCone),
-  fJetPtThreshold(jetlc.fJetPtThreshold),fJetPtThresPbPb(jetlc.fJetPtThresPbPb),
-  fPtTriggerSelectionCut(jetlc.fPtTriggerSelectionCut), fSelect(jetlc.fSelect), 
-  fSelectIsolated(jetlc.fSelectIsolated),    
-  //Histograms
-  fOutCont(jetlc. fOutCont),
-  //Leading
-  fhChargedLeadingPt(jetlc.fhChargedLeadingPt), fhChargedLeadingPhi(jetlc.fhChargedLeadingPhi),
-  fhChargedLeadingEta(jetlc.fhChargedLeadingEta), fhChargedLeadingDeltaPt(jetlc.fhChargedLeadingDeltaPt),
-  fhChargedLeadingDeltaPhi(jetlc.fhChargedLeadingDeltaPhi),fhChargedLeadingDeltaEta(jetlc.fhChargedLeadingDeltaEta),
-  fhChargedLeadingRatioPt(jetlc.fhChargedLeadingRatioPt),
-  fhNeutralLeadingPt(jetlc.fhNeutralLeadingPt),fhNeutralLeadingPhi(jetlc.fhNeutralLeadingPhi),
-  fhNeutralLeadingEta(jetlc.fhNeutralLeadingEta), fhNeutralLeadingDeltaPt(jetlc.fhNeutralLeadingDeltaPt),
-  fhNeutralLeadingDeltaPhi(jetlc.fhNeutralLeadingDeltaPhi),fhNeutralLeadingDeltaEta(jetlc.fhNeutralLeadingDeltaEta),
-  fhNeutralLeadingRatioPt(jetlc.fhNeutralLeadingRatioPt),
-  fhChargedLeadingXi(jetlc.fhChargedLeadingXi), fhNeutralLeadingXi(jetlc.fhNeutralLeadingXi),
-  fhChargedLeadingDeltaPhiRatioPt30(jetlc.fhChargedLeadingDeltaPhiRatioPt30), fhNeutralLeadingDeltaPhiRatioPt30(jetlc.fhNeutralLeadingDeltaPhiRatioPt30),
-  fhChargedLeadingDeltaPhiRatioPt50(jetlc.fhChargedLeadingDeltaPhiRatioPt50), fhNeutralLeadingDeltaPhiRatioPt50(jetlc.fhNeutralLeadingDeltaPhiRatioPt50),
-  //Jet
-  fhJetPt(jetlc.fhJetPt),fhJetRatioPt(jetlc.fhJetRatioPt),fhJetDeltaPhi(jetlc.fhJetDeltaPhi), 
-  fhJetDeltaEta(jetlc.fhJetDeltaEta), fhJetLeadingRatioPt(jetlc.fhJetLeadingRatioPt),
-  fhJetLeadingDeltaPhi(jetlc.fhJetLeadingDeltaPhi),fhJetLeadingDeltaEta(jetlc.fhJetLeadingDeltaEta),
-  fhJetFFz(jetlc.fhJetFFz),fhJetFFxi(jetlc.fhJetFFxi),fhJetFFpt(jetlc.fhJetFFpt),
-  fhJetNTracksInCone(jetlc.fhJetNTracksInCone),
-  fhBkgPt(jetlc.fhBkgPt),fhBkgRatioPt(jetlc.fhBkgRatioPt),fhBkgDeltaPhi(jetlc.fhBkgDeltaPhi), 
-  fhBkgDeltaEta(jetlc.fhBkgDeltaEta), fhBkgLeadingRatioPt(jetlc.fhBkgLeadingRatioPt),
-  fhBkgLeadingDeltaPhi(jetlc.fhBkgLeadingDeltaPhi),fhBkgLeadingDeltaEta(jetlc.fhBkgLeadingDeltaEta),
-  fhBkgFFz(jetlc.fhBkgFFz),fhBkgFFxi(jetlc.fhBkgFFxi),fhBkgFFpt(jetlc.fhBkgFFpt),
-  fhBkgNTracksInCone(jetlc.fhBkgNTracksInCone),
-  //Several cones and thres histograms
-  fhJetPts(),fhJetRatioPts(),fhJetDeltaPhis(), fhJetDeltaEtas(),
-  fhJetLeadingRatioPts(),fhJetLeadingDeltaPhis(),fhJetLeadingDeltaEtas(),
-  fhJetFFzs(),fhJetFFxis(),fhJetFFpts(),fhJetNTracksInCones(),
-  fhBkgPts(),fhBkgRatioPts(),fhBkgDeltaPhis(), fhBkgDeltaEtas(),
-  fhBkgLeadingRatioPts(),fhBkgLeadingDeltaPhis(),fhBkgLeadingDeltaEtas(),
-  fhBkgFFzs(),fhBkgFFxis(),fhBkgFFpts(),fhBkgNTracksInCones()
-{
-  // cpy ctor
-
-  for(Int_t i = 0; i<6; i++){
-    fJetXMin1[i]       = jetlc.fJetXMin1[i] ;
-    fJetXMin2[i]       = jetlc.fJetXMin2[i] ;
-    fJetXMax1[i]       = jetlc.fJetXMax1[i] ;
-    fJetXMax2[i]       = jetlc.fJetXMax2[i] ;
-    fBkgMean[i]        = jetlc.fBkgMean[i] ;
-    fBkgRMS[i]         = jetlc.fBkgRMS[i] ;
-    if( i < 2 ){
-      fJetE1[i]        = jetlc.fJetE1[i] ;
-      fJetE2[i]        = jetlc.fJetE2[i] ;
-      fJetSigma1[i]    = jetlc.fJetSigma1[i] ;
-      fJetSigma2[i]    = jetlc.fJetSigma2[i] ;
-    }
-  }          
   
-  //Several cones and thres histograms
-  for(Int_t i = 0; i<5; i++){
-    fJetCones[i]        = jetlc.fJetCones[i] ;
-    fJetNameCones[i]    = jetlc.fJetNameCones[i] ;
-    fJetPtThres[i]      = jetlc.fJetPtThres[i] ;
-    fJetNamePtThres[i]  = jetlc.fJetNamePtThres[i] ;
-    for(Int_t j = 0; j<5; j++){
-      fhJetPts[i][j] = jetlc.fhJetPts[i][j] ;
-      fhJetRatioPts[i][j] = jetlc.fhJetRatioPts[i][j] ;
-      fhJetDeltaPhis[i][j] = jetlc.fhJetDeltaPhis[i][j] ; 
-      fhJetDeltaEtas[i][j] = jetlc.fhJetDeltaEtas[i][j] ;
-      fhJetLeadingRatioPts[i][j] = jetlc.fhJetLeadingRatioPts[i][j] ;
-      fhJetLeadingDeltaPhis[i][j] = jetlc.fhJetLeadingDeltaPhis[i][j] ;
-      fhJetLeadingDeltaEtas[i][j] = jetlc.fhJetLeadingDeltaEtas[i][j] ;
-      fhJetFFzs[i][j] = jetlc.fhJetFFzs[i][j] ;
-      fhJetFFxis[i][j] = jetlc.fhJetFFxis[i][j] ;
-      fhJetFFpts[i][j] = jetlc.fhJetFFpts[i][j] ;
-      fhJetNTracksInCones[i][j] = fhJetNTracksInCones[i][j] ;
-      fhBkgPts[i][j] = jetlc.fhBkgPts[i][j] ;
-      fhBkgRatioPts[i][j] = jetlc.fhBkgRatioPts[i][j] ;
-      fhBkgDeltaPhis[i][j] = jetlc.fhBkgDeltaPhis[i][j] ; 
-      fhBkgDeltaEtas[i][j] = jetlc.fhBkgDeltaEtas[i][j] ;
-      fhBkgLeadingRatioPts[i][j] = jetlc.fhBkgLeadingRatioPts[i][j] ;
-      fhBkgLeadingDeltaPhis[i][j] = jetlc.fhBkgLeadingDeltaPhis[i][j] ;
-      fhBkgLeadingDeltaEtas[i][j] = jetlc.fhBkgLeadingDeltaEtas[i][j] ;
-      fhBkgFFzs[i][j] = jetlc.fhBkgFFzs[i][j] ;
-      fhBkgFFxis[i][j] = jetlc.fhBkgFFxis[i][j] ;
-      fhBkgFFpts[i][j] = jetlc.fhBkgFFpts[i][j] ;
-      fhBkgNTracksInCones[i][j] = jetlc.fhBkgNTracksInCones[i][j] ;
-    }
-  }  
-}
-
-//_________________________________________________________________________
-AliAnaParticleJetLeadingConeCorrelation & AliAnaParticleJetLeadingConeCorrelation::operator = (const AliAnaParticleJetLeadingConeCorrelation & jetlc)
-{
-  // assignment operator
-  
-  if(this == &jetlc)return *this;
-  ((AliAnaCaloTrackCorrBaseClass *)this)->operator=(jetlc);
+  InitParameters();
   
-  fSeveralConeAndPtCuts  = jetlc.fSeveralConeAndPtCuts ; 
-  fPbPb                  = jetlc.fPbPb ;
-  fReMakeJet             = jetlc.fReMakeJet ;
-  fJetsOnlyInCTS         = jetlc.fJetsOnlyInCTS;
-
-  fDeltaPhiMaxCut        = jetlc.fDeltaPhiMaxCut ; 
-  fDeltaPhiMinCut        = jetlc.fDeltaPhiMinCut ; 
-  fLeadingRatioMaxCut    = jetlc.fLeadingRatioMaxCut ;
-  fLeadingRatioMinCut    = jetlc.fLeadingRatioMinCut ;
-  
-  fJetCTSRatioMaxCut     = jetlc.fJetCTSRatioMaxCut ;
-  fJetCTSRatioMinCut     = jetlc.fJetCTSRatioMinCut ; 
-  fJetRatioMaxCut        = jetlc.fJetRatioMaxCut ;
-  fJetRatioMinCut        = jetlc.fJetRatioMinCut ; 
-  fJetNCone              = jetlc.fJetNCone ;
-  fJetNPt                = jetlc.fJetNPt ; fJetCone = jetlc.fJetCone ; 
-  fJetPtThreshold        = jetlc.fJetPtThreshold ;
-  fJetPtThresPbPb        = jetlc.fJetPtThresPbPb ;
-  fPtTriggerSelectionCut = jetlc.fPtTriggerSelectionCut ;
-  fSelect                = jetlc.fSelect ;  
-  fSelectIsolated        = jetlc.fSelectIsolated ;
-
-  for(Int_t i = 0; i<6; i++){
-    fJetXMin1[i]       = jetlc.fJetXMin1[i] ;
-    fJetXMin2[i]       = jetlc.fJetXMin2[i] ;
-    fJetXMax1[i]       = jetlc.fJetXMax1[i] ;
-    fJetXMax2[i]       = jetlc.fJetXMax2[i] ;
-    fBkgMean[i]        = jetlc.fBkgMean[i] ;
-    fBkgRMS[i]         = jetlc.fBkgRMS[i] ;
-    if( i < 2 ){
-      fJetE1[i]        = jetlc.fJetE1[i] ;
-      fJetE2[i]        = jetlc.fJetE2[i] ;
-      fJetSigma1[i]    = jetlc.fJetSigma1[i] ;
-      fJetSigma2[i]    = jetlc.fJetSigma2[i] ;
-    }
-  }     
-
-  //Histograms
-  fOutCont = jetlc. fOutCont ;
-  fhChargedLeadingPt = jetlc.fhChargedLeadingPt; fhChargedLeadingPhi = jetlc.fhChargedLeadingPhi;
-  fhChargedLeadingEta = jetlc.fhChargedLeadingEta; fhChargedLeadingDeltaPt = jetlc.fhChargedLeadingDeltaPt;
-  fhChargedLeadingDeltaPhi = jetlc.fhChargedLeadingDeltaPhi;fhChargedLeadingDeltaEta = jetlc.fhChargedLeadingDeltaEta;
-  fhChargedLeadingRatioPt = jetlc.fhChargedLeadingRatioPt;
-  fhNeutralLeadingPt = jetlc.fhNeutralLeadingPt;fhNeutralLeadingPhi = jetlc.fhNeutralLeadingPhi;
-  fhNeutralLeadingEta = jetlc.fhNeutralLeadingEta; fhNeutralLeadingDeltaPt = jetlc.fhNeutralLeadingDeltaPt;
-  fhNeutralLeadingDeltaPhi = jetlc.fhNeutralLeadingDeltaPhi;fhNeutralLeadingDeltaEta = jetlc.fhNeutralLeadingDeltaEta;
-  fhNeutralLeadingRatioPt = jetlc.fhNeutralLeadingRatioPt;
-  fhChargedLeadingXi = jetlc.fhChargedLeadingXi; 
-  fhNeutralLeadingXi = jetlc.fhNeutralLeadingXi;
-
-  fhChargedLeadingDeltaPhiRatioPt30 = jetlc.fhChargedLeadingDeltaPhiRatioPt30; 
-  fhNeutralLeadingDeltaPhiRatioPt30 = jetlc.fhNeutralLeadingDeltaPhiRatioPt30;
-  fhChargedLeadingDeltaPhiRatioPt50 = jetlc.fhChargedLeadingDeltaPhiRatioPt50; 
-  fhNeutralLeadingDeltaPhiRatioPt50 = jetlc.fhNeutralLeadingDeltaPhiRatioPt50; 
-       
-  fhJetPt = jetlc.fhJetPt;fhJetRatioPt = jetlc.fhJetRatioPt;fhJetDeltaPhi = jetlc.fhJetDeltaPhi; 
-  fhJetDeltaEta = jetlc.fhJetDeltaEta; fhJetLeadingRatioPt = jetlc.fhJetLeadingRatioPt;
-  fhJetLeadingDeltaPhi = jetlc.fhJetLeadingDeltaPhi;fhJetLeadingDeltaEta = jetlc.fhJetLeadingDeltaEta;
-  fhJetFFz = jetlc.fhJetFFz;fhJetFFxi = jetlc.fhJetFFxi;fhJetFFpt = jetlc.fhJetFFpt;
-  fhJetNTracksInCone = jetlc.fhJetNTracksInCone;
-  fhBkgPt = jetlc.fhBkgPt;fhBkgRatioPt = jetlc.fhBkgRatioPt;fhBkgDeltaPhi = jetlc.fhBkgDeltaPhi; 
-  fhBkgDeltaEta = jetlc.fhBkgDeltaEta; fhBkgLeadingRatioPt = jetlc.fhBkgLeadingRatioPt;
-  fhBkgLeadingDeltaPhi = jetlc.fhBkgLeadingDeltaPhi;fhBkgLeadingDeltaEta = jetlc.fhBkgLeadingDeltaEta;
-  fhBkgFFz = jetlc.fhBkgFFz;fhBkgFFxi = jetlc.fhBkgFFxi;fhBkgFFpt = jetlc.fhBkgFFpt;
-  fhBkgNTracksInCone = jetlc.fhBkgNTracksInCone;
-
-
-  //Several cones and thres histograms
-  for(Int_t i = 0; i<5; i++){
-    fJetCones[i]        = jetlc.fJetCones[i] ;
-    fJetNameCones[i]    = jetlc.fJetNameCones[i] ;
-    fJetPtThres[i]      = jetlc.fJetPtThres[i] ;
-    fJetNamePtThres[i]  = jetlc.fJetNamePtThres[i] ;
-    
-    for(Int_t j = 0; j<5; j++){
-      fhJetPts[i][j] = jetlc.fhJetPts[i][j] ;
-      fhJetRatioPts[i][j] = jetlc.fhJetRatioPts[i][j] ;
-      fhJetDeltaPhis[i][j] = jetlc.fhJetDeltaPhis[i][j] ; 
-      fhJetDeltaEtas[i][j] = jetlc.fhJetDeltaEtas[i][j] ;
-      fhJetLeadingRatioPts[i][j] = jetlc.fhJetLeadingRatioPts[i][j] ;
-      fhJetLeadingDeltaPhis[i][j] = jetlc.fhJetLeadingDeltaPhis[i][j] ;
-      fhJetLeadingDeltaEtas[i][j] = jetlc.fhJetLeadingDeltaEtas[i][j] ;
-      fhJetFFzs[i][j] = jetlc.fhJetFFzs[i][j] ;
-      fhJetFFxis[i][j] = jetlc.fhJetFFxis[i][j] ;
-      fhJetFFpts[i][j] = jetlc.fhJetFFpts[i][j] ;
-      fhJetNTracksInCones[i][j] = fhJetNTracksInCones[i][j] ;
-      fhBkgPts[i][j] = jetlc.fhBkgPts[i][j] ;
-      fhBkgRatioPts[i][j] = jetlc.fhBkgRatioPts[i][j] ;
-      fhBkgDeltaPhis[i][j] = jetlc.fhBkgDeltaPhis[i][j] ; 
-      fhBkgDeltaEtas[i][j] = jetlc.fhBkgDeltaEtas[i][j] ;
-      fhBkgLeadingRatioPts[i][j] = jetlc.fhBkgLeadingRatioPts[i][j] ;
-      fhBkgLeadingDeltaPhis[i][j] = jetlc.fhBkgLeadingDeltaPhis[i][j] ;
-      fhBkgLeadingDeltaEtas[i][j] = jetlc.fhBkgLeadingDeltaEtas[i][j] ;
-      fhBkgFFzs[i][j] = jetlc.fhBkgFFzs[i][j] ;
-      fhBkgFFxis[i][j] = jetlc.fhBkgFFxis[i][j] ;
-      fhBkgFFpts[i][j] = jetlc.fhBkgFFpts[i][j] ;
-      fhBkgNTracksInCones[i][j] = jetlc.fhBkgNTracksInCones[i][j] ;
-    }
-  }      
-
-  return *this;
-
-}
-*/
-//____________________________________________________________________________
-AliAnaParticleJetLeadingConeCorrelation::~AliAnaParticleJetLeadingConeCorrelation() 
-{
-   // Remove all pointers except analysis output pointers.
 }
 
 //____________________________________________________________________________
-Double_t AliAnaParticleJetLeadingConeCorrelation::CalculateJetRatioLimit(const Double_t ptg, const Double_t *par, const Double_t *x) const {
+Double_t AliAnaParticleJetLeadingConeCorrelation::CalculateJetRatioLimit(Double_t ptg, const Double_t *par, const Double_t *x) const {
   //Calculate the ratio of the jet and trigger particle limit for the selection
   //WARNING: need to check what it does
   //printf("CalculateLimit: x1 %2.3f, x2%2.3f\n",x[0],x[1]);
@@ -375,7 +161,7 @@ void AliAnaParticleJetLeadingConeCorrelation::FillJetHistos(AliAODPWG4ParticleCo
                                                             const TLorentzVector jet,
                                                             const TString & type, const TString & lastname)
 {
-  //Fill jet and background histograms 
+  //Fill jet and background histograms
   Double_t ptTrig  = particle->Pt();
   Double_t ptJet   = jet.Pt();
   Double_t ptLead  = fLeadingMom.Pt();
@@ -437,13 +223,13 @@ void AliAnaParticleJetLeadingConeCorrelation::FillJetHistos(AliAODPWG4ParticleCo
   {
     AliVTrack* track = dynamic_cast<AliVTrack *>(pl->At(ipr)) ;
     if(track)fTrackVector.SetXYZ(track->Px(),track->Py(),track->Pz());
-    else printf("AliAnaParticleJetLeadingConeCorrelation::FillJetHistos() - Track not available\n");
+    else AliDebug(1,"Track not available");
     
     //Recheck if particle is in jet cone
     if(fReMakeJet || fSeveralConeAndPtCuts)
       if(!IsParticleInJetCone(fTrackVector.Eta(), fTrackVector.Phi(), fLeadingMom.Eta(), fLeadingMom.Phi()) ) continue ;
     
-    nTracksInCone++; 
+    nTracksInCone++;
     
     TH2F *ha =dynamic_cast<TH2F*>(GetOutputContainer()->FindObject(Form("%s%sFFz%s",GetAddedHistogramsStringToName().Data(),type.Data(),lastname.Data())));
     if(ha) ha->Fill(ptTrig,fTrackVector.Pt()/ptTrig);
@@ -464,14 +250,12 @@ void AliAnaParticleJetLeadingConeCorrelation::FillJetHistos(AliAODPWG4ParticleCo
 
 //________________________________________________________________________
 TList *  AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects()
-{  
-  // Create histograms to be saved in output file and 
+{
+  // Create histograms to be saved in output file and
   // store them in fOutCont
   
-  if(GetDebug()>1) printf("AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects() - Init histograms \n");
-  
-  fOutCont = new TList() ; 
-  fOutCont->SetName("ParticleJetLeadingInConeCorrelationHistograms") ; 
+  fOutCont = new TList() ;
+  fOutCont->SetName("ParticleJetLeadingInConeCorrelationHistograms") ;
   
   Int_t nptbins  = GetHistogramRanges()->GetHistoPtBins();
   Int_t nphibins = GetHistogramRanges()->GetHistoPhiBins();
@@ -481,164 +265,164 @@ TList *  AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects()
   Float_t etamax = GetHistogramRanges()->GetHistoEtaMax();
   Float_t ptmin  = GetHistogramRanges()->GetHistoPtMin();
   Float_t phimin = GetHistogramRanges()->GetHistoPhiMin();
-  Float_t etamin = GetHistogramRanges()->GetHistoEtaMin();     
+  Float_t etamin = GetHistogramRanges()->GetHistoEtaMin();
   
-  fhChargedLeadingPt  = new TH2F("ChargedLeadingPt","p_{T leading charge} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+  fhChargedLeadingPt  = new TH2F("ChargedLeadingPt","p_{T leading charge} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
   fhChargedLeadingPt->SetYTitle("p_{T leading charge}");
   fhChargedLeadingPt->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingPhi  = new TH2F("ChargedLeadingPhi","#phi_{h^{#pm}}  vs p_{T trigger}", nptbins,ptmin,ptmax,nphibins,phimin,phimax); 
+  fhChargedLeadingPhi  = new TH2F("ChargedLeadingPhi","#phi_{h^{#pm}}  vs p_{T trigger}", nptbins,ptmin,ptmax,nphibins,phimin,phimax);
   fhChargedLeadingPhi->SetYTitle("#phi_{h^{#pm}} (rad)");
   fhChargedLeadingPhi->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingEta  = new TH2F("ChargedLeadingEta","#eta_{h^{#pm}}  vs p_{T trigger}",nptbins,ptmin,ptmax,netabins,etamin,etamax); 
+  fhChargedLeadingEta  = new TH2F("ChargedLeadingEta","#eta_{h^{#pm}}  vs p_{T trigger}",nptbins,ptmin,ptmax,netabins,etamin,etamax);
   fhChargedLeadingEta->SetYTitle("#eta_{h^{#pm}} ");
   fhChargedLeadingEta->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingDeltaPt  = new TH2F("ChargedLeadingDeltaPt","p_{T trigger} - p_{T h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+  fhChargedLeadingDeltaPt  = new TH2F("ChargedLeadingDeltaPt","p_{T trigger} - p_{T h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
   fhChargedLeadingDeltaPt->SetYTitle("#Delta p_{T} (GeV/c)");
   fhChargedLeadingDeltaPt->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingDeltaPhi  = new TH2F("ChargedLeadingDeltaPhi","#phi_{trigger} - #phi_{h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
+  fhChargedLeadingDeltaPhi  = new TH2F("ChargedLeadingDeltaPhi","#phi_{trigger} - #phi_{h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
   fhChargedLeadingDeltaPhi->SetYTitle("#Delta #phi (rad)");
   fhChargedLeadingDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingDeltaEta  = new TH2F("ChargedLeadingDeltaEta","#eta_{trigger} - #eta_{h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+  fhChargedLeadingDeltaEta  = new TH2F("ChargedLeadingDeltaEta","#eta_{trigger} - #eta_{h^{#pm}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
   fhChargedLeadingDeltaEta->SetYTitle("#Delta #eta");
   fhChargedLeadingDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingRatioPt  = new TH2F("ChargedLeadingRatioPt","p_{T leading charge} /p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+  fhChargedLeadingRatioPt  = new TH2F("ChargedLeadingRatioPt","p_{T leading charge} /p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
   fhChargedLeadingRatioPt->SetYTitle("p_{T lead charge} /p_{T trigger}");
   fhChargedLeadingRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
   
-  fhChargedLeadingXi  = new TH2F("ChargedLeadingXi","ln(p_{T trigger} / p_{T leading charge} ) vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,10); 
+  fhChargedLeadingXi  = new TH2F("ChargedLeadingXi","ln(p_{T trigger} / p_{T leading charge} ) vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,10);
   fhChargedLeadingXi->SetYTitle("#xi");
   fhChargedLeadingXi->SetXTitle("p_{T trigger} (GeV/c)");
-       
+  
   fOutCont->Add(fhChargedLeadingPt) ;
   fOutCont->Add(fhChargedLeadingPhi) ;
   fOutCont->Add(fhChargedLeadingEta) ;
-  fOutCont->Add(fhChargedLeadingDeltaPt) ; 
-  fOutCont->Add(fhChargedLeadingDeltaPhi) ; 
-  fOutCont->Add(fhChargedLeadingDeltaEta) ; 
+  fOutCont->Add(fhChargedLeadingDeltaPt) ;
+  fOutCont->Add(fhChargedLeadingDeltaPhi) ;
+  fOutCont->Add(fhChargedLeadingDeltaEta) ;
   fOutCont->Add(fhChargedLeadingRatioPt) ;
   fOutCont->Add(fhChargedLeadingXi) ;
-       
-  fhChargedLeadingDeltaPhiRatioPt30  = new TH2F("ChargedLeadingDeltaPhiRatioPt30","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, charged leading, p_{T trigger} > 30 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1); 
+  
+  fhChargedLeadingDeltaPhiRatioPt30  = new TH2F("ChargedLeadingDeltaPhiRatioPt30","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, charged leading, p_{T trigger} > 30 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1);
   fhChargedLeadingDeltaPhiRatioPt30->SetXTitle("#Delta #phi (rad)");
-  fhChargedLeadingDeltaPhiRatioPt30->SetYTitle("p_{T leading} / p_{T trigger}");       
-       
-  fhChargedLeadingDeltaPhiRatioPt50  = new TH2F("ChargedLeadingDeltaPhiRatioPt50","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, charged leading, p_{T trigger} > 50 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1); 
+  fhChargedLeadingDeltaPhiRatioPt30->SetYTitle("p_{T leading} / p_{T trigger}");
+  
+  fhChargedLeadingDeltaPhiRatioPt50  = new TH2F("ChargedLeadingDeltaPhiRatioPt50","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, charged leading, p_{T trigger} > 50 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1);
   fhChargedLeadingDeltaPhiRatioPt50->SetXTitle("#Delta #phi (rad)");
-  fhChargedLeadingDeltaPhiRatioPt50->SetYTitle("p_{T leading} / p_{T trigger}");         
-       
-  fOutCont->Add(fhChargedLeadingDeltaPhiRatioPt30) ; 
-  fOutCont->Add(fhChargedLeadingDeltaPhiRatioPt50) ; 
-       
+  fhChargedLeadingDeltaPhiRatioPt50->SetYTitle("p_{T leading} / p_{T trigger}");
+  
+  fOutCont->Add(fhChargedLeadingDeltaPhiRatioPt30) ;
+  fOutCont->Add(fhChargedLeadingDeltaPhiRatioPt50) ;
+  
   if(!fJetsOnlyInCTS){
     
-    fhNeutralLeadingPt  = new TH2F("NeutralLeadingPt","p_{T leading #pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+    fhNeutralLeadingPt  = new TH2F("NeutralLeadingPt","p_{T leading #pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
     fhNeutralLeadingPt->SetYTitle("p_{T leading #pi^{0}}");
     fhNeutralLeadingPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingPhi  = new TH2F("NeutralLeadingPhi","#phi_{#pi^{0}}  vs p_{T trigger}",nptbins,ptmin,ptmax,nphibins,phimin,phimax); 
+    fhNeutralLeadingPhi  = new TH2F("NeutralLeadingPhi","#phi_{#pi^{0}}  vs p_{T trigger}",nptbins,ptmin,ptmax,nphibins,phimin,phimax);
     fhNeutralLeadingPhi->SetYTitle("#phi_{#pi^{0}} (rad)");
     fhNeutralLeadingPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingEta  = new TH2F("NeutralLeadingEta","#eta_{#pi^{0}}  vs p_{T trigger}",nptbins,ptmin,ptmax,netabins,etamin,etamax); 
+    fhNeutralLeadingEta  = new TH2F("NeutralLeadingEta","#eta_{#pi^{0}}  vs p_{T trigger}",nptbins,ptmin,ptmax,netabins,etamin,etamax);
     fhNeutralLeadingEta->SetYTitle("#eta_{#pi^{0}} ");
     fhNeutralLeadingEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingDeltaPt  = new TH2F("NeutralLeadingDeltaPt","p_{T trigger} - p_{T #pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+    fhNeutralLeadingDeltaPt  = new TH2F("NeutralLeadingDeltaPt","p_{T trigger} - p_{T #pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
     fhNeutralLeadingDeltaPt->SetYTitle("#Delta p_{T} (GeV/c)");
     fhNeutralLeadingDeltaPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingDeltaPhi  = new TH2F("NeutralLeadingDeltaPhi","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
+    fhNeutralLeadingDeltaPhi  = new TH2F("NeutralLeadingDeltaPhi","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
     fhNeutralLeadingDeltaPhi->SetYTitle("#Delta #phi (rad)");
     fhNeutralLeadingDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingDeltaEta  = new TH2F("NeutralLeadingDeltaEta","#eta_{trigger} - #eta_{#pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+    fhNeutralLeadingDeltaEta  = new TH2F("NeutralLeadingDeltaEta","#eta_{trigger} - #eta_{#pi^{0}} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
     fhNeutralLeadingDeltaEta->SetYTitle("#Delta #eta");
     fhNeutralLeadingDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingRatioPt  = new TH2F("NeutralLeadingRatioPt","p_{T leading #pi^{0}} /p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+    fhNeutralLeadingRatioPt  = new TH2F("NeutralLeadingRatioPt","p_{T leading #pi^{0}} /p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
     fhNeutralLeadingRatioPt->SetYTitle("p_{T lead #pi^{0}} /p_{T trigger}");
     fhNeutralLeadingRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhNeutralLeadingXi  = new TH2F("NeutralLeadingXi","ln(p_{T trigger} / p_{T leading #pi^{0}} ) vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,10); 
+    fhNeutralLeadingXi  = new TH2F("NeutralLeadingXi","ln(p_{T trigger} / p_{T leading #pi^{0}} ) vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,10);
     fhNeutralLeadingXi->SetYTitle("#xi");
     fhNeutralLeadingXi->SetXTitle("p_{T trigger} (GeV/c)");
     
     fOutCont->Add(fhNeutralLeadingPt) ;
     fOutCont->Add(fhNeutralLeadingPhi) ;
     fOutCont->Add(fhNeutralLeadingEta) ;
-    fOutCont->Add(fhNeutralLeadingDeltaPt) ; 
-    fOutCont->Add(fhNeutralLeadingDeltaPhi) ; 
-    fOutCont->Add(fhNeutralLeadingDeltaEta) ; 
+    fOutCont->Add(fhNeutralLeadingDeltaPt) ;
+    fOutCont->Add(fhNeutralLeadingDeltaPhi) ;
+    fOutCont->Add(fhNeutralLeadingDeltaEta) ;
     fOutCont->Add(fhNeutralLeadingRatioPt) ;
     fOutCont->Add(fhNeutralLeadingXi) ;
-         
-       fhNeutralLeadingDeltaPhiRatioPt30  = new TH2F("NeutralLeadingDeltaPhiRatioPt30","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, neutral leading, p_{T trigger} > 30 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1); 
-       fhNeutralLeadingDeltaPhiRatioPt30->SetXTitle("#Delta #phi (rad)");
-       fhNeutralLeadingDeltaPhiRatioPt30->SetYTitle("p_{T leading} / p_{T trigger}");
-         
-       fhNeutralLeadingDeltaPhiRatioPt50  = new TH2F("NeutralLeadingDeltaPhiRatioPt50","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, neutral leading, p_{T trigger} > 50 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1); 
-       fhNeutralLeadingDeltaPhiRatioPt50->SetXTitle("#Delta #phi (rad)");
-       fhNeutralLeadingDeltaPhiRatioPt50->SetYTitle("p_{T leading} / p_{T trigger}");
-       fOutCont->Add(fhNeutralLeadingDeltaPhiRatioPt30) ; 
-       fOutCont->Add(fhNeutralLeadingDeltaPhiRatioPt50) ; 
-
+    
+    fhNeutralLeadingDeltaPhiRatioPt30  = new TH2F("NeutralLeadingDeltaPhiRatioPt30","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, neutral leading, p_{T trigger} > 30 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1);
+    fhNeutralLeadingDeltaPhiRatioPt30->SetXTitle("#Delta #phi (rad)");
+    fhNeutralLeadingDeltaPhiRatioPt30->SetYTitle("p_{T leading} / p_{T trigger}");
+    
+    fhNeutralLeadingDeltaPhiRatioPt50  = new TH2F("NeutralLeadingDeltaPhiRatioPt50","#phi_{trigger} - #phi_{#pi^{0}} vs p_{T leading}/p_{T trigger}, neutral leading, p_{T trigger} > 50 GeV/c",120,0,TMath::TwoPi(),nptbins,0,1);
+    fhNeutralLeadingDeltaPhiRatioPt50->SetXTitle("#Delta #phi (rad)");
+    fhNeutralLeadingDeltaPhiRatioPt50->SetYTitle("p_{T leading} / p_{T trigger}");
+    fOutCont->Add(fhNeutralLeadingDeltaPhiRatioPt30) ;
+    fOutCont->Add(fhNeutralLeadingDeltaPhiRatioPt50) ;
+    
   }
   
   if(!fSeveralConeAndPtCuts){// not several cones
     
     //Jet Distributions
-    fhJetPt  = new TH2F("JetPt","p_{T  jet} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+    fhJetPt  = new TH2F("JetPt","p_{T  jet} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
     fhJetPt->SetYTitle("p_{T  jet}");
     fhJetPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetRatioPt  = new TH2F("JetRatioPt","p_{T  jet}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+    fhJetRatioPt  = new TH2F("JetRatioPt","p_{T  jet}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
     fhJetRatioPt->SetYTitle("p_{T  jet}/p_{T trigger}");
     fhJetRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetDeltaPhi  = new TH2F("JetDeltaPhi","#phi_{jet} - #phi_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
+    fhJetDeltaPhi  = new TH2F("JetDeltaPhi","#phi_{jet} - #phi_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
     fhJetDeltaPhi->SetYTitle("#Delta #phi (rad)");
     fhJetDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetDeltaEta  = new TH2F("JetDeltaEta","#eta_{jet} - #eta_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+    fhJetDeltaEta  = new TH2F("JetDeltaEta","#eta_{jet} - #eta_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
     fhJetDeltaEta->SetYTitle("#Delta #eta");
     fhJetDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetLeadingRatioPt  = new TH2F("JetLeadingRatioPt","p_{T  jet} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+    fhJetLeadingRatioPt  = new TH2F("JetLeadingRatioPt","p_{T  jet} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
     fhJetLeadingRatioPt->SetYTitle("p_{T  leading}/p_{T jet}");
     fhJetLeadingRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetLeadingDeltaPhi  = new TH2F("JetLeadingDeltaPhi","#phi_{jet} - #phi_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-TMath::Pi(),TMath::Pi()); 
+    fhJetLeadingDeltaPhi  = new TH2F("JetLeadingDeltaPhi","#phi_{jet} - #phi_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-TMath::Pi(),TMath::Pi());
     fhJetLeadingDeltaPhi->SetYTitle("#Delta #phi (rad)");
     fhJetLeadingDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetLeadingDeltaEta  = new TH2F("JetLeadingDeltaEta","#eta_{jet} - #eta_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+    fhJetLeadingDeltaEta  = new TH2F("JetLeadingDeltaEta","#eta_{jet} - #eta_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
     fhJetLeadingDeltaEta->SetYTitle("#Delta #eta");
     fhJetLeadingDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhJetFFz  = new TH2F("JetFFz","z = p_{T i charged}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,200,0.,2); 
+    fhJetFFz  = new TH2F("JetFFz","z = p_{T i charged}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,200,0.,2);
     fhJetFFz->SetYTitle("z");
     fhJetFFz->SetXTitle("p_{T trigger}");
     
-    fhJetFFxi  = new TH2F("JetFFxi","#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}",nptbins,ptmin,ptmax,100,0.,10.); 
+    fhJetFFxi  = new TH2F("JetFFxi","#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}",nptbins,ptmin,ptmax,100,0.,10.);
     fhJetFFxi->SetYTitle("#xi");
     fhJetFFxi->SetXTitle("p_{T trigger}");
     
-    fhJetFFpt  = new TH2F("JetFFpt","#xi = p_{T i charged}) vs p_{T trigger}",nptbins,ptmin,ptmax,200,0.,50.); 
+    fhJetFFpt  = new TH2F("JetFFpt","#xi = p_{T i charged}) vs p_{T trigger}",nptbins,ptmin,ptmax,200,0.,50.);
     fhJetFFpt->SetYTitle("p_{T charged hadron}");
     fhJetFFpt->SetXTitle("p_{T trigger}");
     
-    fhJetNTracksInCone  = new TH2F("JetNTracksInCone","N particles in cone vs p_{T trigger}",nptbins,ptmin,ptmax,5000,0, 5000); 
+    fhJetNTracksInCone  = new TH2F("JetNTracksInCone","N particles in cone vs p_{T trigger}",nptbins,ptmin,ptmax,5000,0, 5000);
     fhJetNTracksInCone->SetYTitle("N tracks in jet cone");
     fhJetNTracksInCone->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fOutCont->Add(fhJetPt) ; 
-    fOutCont->Add(fhJetRatioPt) ; 
+    fOutCont->Add(fhJetPt) ;
+    fOutCont->Add(fhJetRatioPt) ;
     fOutCont->Add(fhJetDeltaPhi) ;
     fOutCont->Add(fhJetDeltaEta) ;
     fOutCont->Add(fhJetLeadingRatioPt) ;
@@ -650,52 +434,52 @@ TList *  AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects()
     fOutCont->Add(fhJetNTracksInCone) ;
     
     //Bkg Distributions
-    fhBkgPt  = new TH2F("BkgPt","p_{T  bkg} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
+    fhBkgPt  = new TH2F("BkgPt","p_{T  bkg} vs p_{T trigger}",nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
     fhBkgPt->SetYTitle("p_{T  bkg}");
     fhBkgPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgRatioPt  = new TH2F("BkgRatioPt","p_{T  bkg}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+    fhBkgRatioPt  = new TH2F("BkgRatioPt","p_{T  bkg}/p_{T trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
     fhBkgRatioPt->SetYTitle("p_{T  bkg}/p_{T trigger}");
     fhBkgRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgDeltaPhi  = new TH2F("BkgDeltaPhi","#phi_{bkg} - #phi_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
+    fhBkgDeltaPhi  = new TH2F("BkgDeltaPhi","#phi_{bkg} - #phi_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
     fhBkgDeltaPhi->SetYTitle("#Delta #phi (rad)");
     fhBkgDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgDeltaEta  = new TH2F("BkgDeltaEta","#eta_{bkg} - #eta_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+    fhBkgDeltaEta  = new TH2F("BkgDeltaEta","#eta_{bkg} - #eta_{trigger} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
     fhBkgDeltaEta->SetYTitle("#Delta #eta");
     fhBkgDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgLeadingRatioPt  = new TH2F("BkgLeadingRatioPt","p_{T  bkg} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2); 
+    fhBkgLeadingRatioPt  = new TH2F("BkgLeadingRatioPt","p_{T  bkg} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,2);
     fhBkgLeadingRatioPt->SetYTitle("p_{T  leading}/p_{T bkg}");
     fhBkgLeadingRatioPt->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgLeadingDeltaPhi  = new TH2F("BkgLeadingDeltaPhi","#phi_{bkg} - #phi_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
+    fhBkgLeadingDeltaPhi  = new TH2F("BkgLeadingDeltaPhi","#phi_{bkg} - #phi_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
     fhBkgLeadingDeltaPhi->SetYTitle("#Delta #phi (rad)");
     fhBkgLeadingDeltaPhi->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgLeadingDeltaEta  = new TH2F("BkgLeadingDeltaEta","#eta_{bkg} - #eta_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2); 
+    fhBkgLeadingDeltaEta  = new TH2F("BkgLeadingDeltaEta","#eta_{bkg} - #eta_{leading} vs p_{T trigger}",nptbins,ptmin,ptmax,120,-2,2);
     fhBkgLeadingDeltaEta->SetYTitle("#Delta #eta");
     fhBkgLeadingDeltaEta->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fhBkgFFz  = new TH2F("BkgFFz","z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", nptbins,ptmin,ptmax,200,0.,2); 
+    fhBkgFFz  = new TH2F("BkgFFz","z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", nptbins,ptmin,ptmax,200,0.,2);
     fhBkgFFz->SetYTitle("z");
     fhBkgFFz->SetXTitle("p_{T trigger}");
     
-    fhBkgFFxi  = new TH2F("BkgFFxi","#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", nptbins,ptmin,ptmax,100,0.,10.); 
+    fhBkgFFxi  = new TH2F("BkgFFxi","#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", nptbins,ptmin,ptmax,100,0.,10.);
     fhBkgFFxi->SetYTitle("#xi");
     fhBkgFFxi->SetXTitle("p_{T trigger}");
     
-    fhBkgFFpt  = new TH2F("BkgFFpt","p_{T charged hadron } vs p_{T trigger}", nptbins,ptmin,ptmax,200,0.,50.); 
+    fhBkgFFpt  = new TH2F("BkgFFpt","p_{T charged hadron } vs p_{T trigger}", nptbins,ptmin,ptmax,200,0.,50.);
     fhBkgFFpt->SetYTitle("p_{T charged} hadron");
     fhBkgFFpt->SetXTitle("p_{T trigger}");
     
-    fhBkgNTracksInCone  = new TH2F("BkgNTracksInCone","N particles in cone vs p_{T trigger}",nptbins,ptmin,ptmax,5000,0, 5000); 
+    fhBkgNTracksInCone  = new TH2F("BkgNTracksInCone","N particles in cone vs p_{T trigger}",nptbins,ptmin,ptmax,5000,0, 5000);
     fhBkgNTracksInCone->SetYTitle("N tracks in bkg cone");
     fhBkgNTracksInCone->SetXTitle("p_{T trigger} (GeV/c)");
     
-    fOutCont->Add(fhBkgPt) ; 
-    fOutCont->Add(fhBkgRatioPt) ; 
+    fOutCont->Add(fhBkgPt) ;
+    fOutCont->Add(fhBkgRatioPt) ;
     fOutCont->Add(fhBkgDeltaPhi) ;
     fOutCont->Add(fhBkgDeltaEta) ;
     fOutCont->Add(fhBkgLeadingRatioPt) ;
@@ -710,124 +494,124 @@ TList *  AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects()
   else{ //If we want to study the jet for different cones and pt
     for(Int_t icone = 0; icone<fJetNCone; icone++){//icone
       for(Int_t ipt = 0; ipt<fJetNPt;ipt++){ //ipt
-       
-       TString lastnamehist ="Cone"+ fJetNameCones[icone]+"Pt"+ fJetNamePtThres[ipt];
-       TString lastnametitle =", cone ="+fJetNameCones[icone]+", pt > " +fJetNamePtThres[ipt]+" GeV/c";
-       
-       //Jet Distributions
-       fhJetPts[icone][ipt] = new TH2F(Form("JetPt%s",lastnamehist.Data()),Form("p_{T  jet} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
-       fhJetPts[icone][ipt]->SetYTitle("p_{T  jet}");
-       fhJetPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetRatioPts[icone][ipt] = new TH2F(Form("JetRatioPt%s",lastnamehist.Data()),Form("p_{T  jet}/p_{T trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2); 
-       fhJetRatioPts[icone][ipt]->SetYTitle("p_{T  jet}/p_{T trigger}");
-       fhJetRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetDeltaPhis[icone][ipt] = new TH2F(Form("JetDeltaPhi%s",lastnamehist.Data()),Form("#phi_{jet} - #phi_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
-       fhJetDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
-       fhJetDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetDeltaEtas[icone][ipt] = new TH2F(Form("JetDeltaEta%s",lastnamehist.Data()),Form("#eta_{jet} - #eta_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2); 
-       fhJetDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
-       fhJetDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetLeadingRatioPts[icone][ipt] = new TH2F(Form("JetLeadingRatioPt%s",lastnamehist.Data()),Form("p_{T  jet} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2); 
-       fhJetLeadingRatioPts[icone][ipt]->SetYTitle("p_{T  leading}/p_{T jet}");
-       fhJetLeadingRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetLeadingDeltaPhis[icone][ipt] = new TH2F(Form("JetLeadingDeltaPhi%s",lastnamehist.Data()),Form("#phi_{jet} - #phi_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
-       fhJetLeadingDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
-       fhJetLeadingDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetLeadingDeltaEtas[icone][ipt] = new TH2F(Form("JetLeadingDeltaEta%s",lastnamehist.Data()),Form("#eta_{jet} - #eta_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2); 
-       fhJetLeadingDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
-       fhJetLeadingDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhJetFFzs[icone][ipt] = new TH2F(Form("JetFFz%s",lastnamehist.Data()),"z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", 120,0.,120.,200,0.,2); 
-       fhJetFFzs[icone][ipt]->SetYTitle("z");
-       fhJetFFzs[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhJetFFxis[icone][ipt] = new TH2F(Form("JetFFxi%s",lastnamehist.Data()),"#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", 120,0.,120.,100,0.,10.); 
-       fhJetFFxis[icone][ipt]->SetYTitle("#xi");
-       fhJetFFxis[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhJetFFpts[icone][ipt] = new TH2F(Form("JetFFpt%s",lastnamehist.Data()),"p_{T charged hadron } in jet vs p_{T trigger}", 120,0.,120.,200,0.,50.); 
-       fhJetFFpts[icone][ipt]->SetYTitle("p_{T charged hadron}");
-       fhJetFFpts[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhJetNTracksInCones[icone][ipt] = new TH2F(Form("JetNTracksInCone%s",lastnamehist.Data()),Form("N particles in cone vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,5000,0, 5000); 
-       fhJetNTracksInCones[icone][ipt]->SetYTitle("N tracks in jet cone");
-       fhJetNTracksInCones[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fOutCont->Add(fhJetPts[icone][ipt]) ; 
-       fOutCont->Add(fhJetRatioPts[icone][ipt]) ; 
-       fOutCont->Add(fhJetDeltaPhis[icone][ipt]) ;
-       fOutCont->Add(fhJetDeltaEtas[icone][ipt]) ;
-       fOutCont->Add(fhJetLeadingRatioPts[icone][ipt]) ;
-       fOutCont->Add(fhJetLeadingDeltaPhis[icone][ipt]) ;
-       fOutCont->Add(fhJetLeadingDeltaEtas[icone][ipt]) ;
-       fOutCont->Add(fhJetFFzs[icone][ipt]) ;
-       fOutCont->Add(fhJetFFxis[icone][ipt]) ;
-       fOutCont->Add(fhJetFFpts[icone][ipt]) ;
-       fOutCont->Add(fhJetNTracksInCones[icone][ipt]) ;
-       
-       //Bkg Distributions
-       fhBkgPts[icone][ipt] = new TH2F(Form("BkgPt%s",lastnamehist.Data()),Form("p_{T  bkg} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,nptbins,ptmin,ptmax); 
-       fhBkgPts[icone][ipt]->SetYTitle("p_{T  bkg}");
-       fhBkgPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgRatioPts[icone][ipt] = new TH2F(Form("BkgRatioPt%s",lastnamehist.Data()),Form("p_{T  bkg}/p_{T trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2); 
-       fhBkgRatioPts[icone][ipt]->SetYTitle("p_{T  bkg}/p_{T trigger}");
-       fhBkgRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgDeltaPhis[icone][ipt] = new TH2F(Form("BkgDeltaPhi%s",lastnamehist.Data()),Form("#phi_{bkg} - #phi_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
-       fhBkgDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
-       fhBkgDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgDeltaEtas[icone][ipt] = new TH2F(Form("BkgDeltaEta%s",lastnamehist.Data()),Form("#eta_{bkg} - #eta_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2); 
-       fhBkgDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
-       fhBkgDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgLeadingRatioPts[icone][ipt] = new TH2F(Form("BkgLeadingRatioPt%s",lastnamehist.Data()),Form("p_{T  bkg} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2); 
-       fhBkgLeadingRatioPts[icone][ipt]->SetYTitle("p_{T  leading}/p_{T bkg}");
-       fhBkgLeadingRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgLeadingDeltaPhis[icone][ipt] = new TH2F(Form("BkgLeadingDeltaPhi%s",lastnamehist.Data()),Form("#phi_{bkg} - #phi_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi()); 
-       fhBkgLeadingDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
-       fhBkgLeadingDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgLeadingDeltaEtas[icone][ipt] = new TH2F(Form("BkgLeadingDeltaEta%s",lastnamehist.Data()),Form("#eta_{bkg} - #eta_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2); 
-       fhBkgLeadingDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
-       fhBkgLeadingDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fhBkgFFzs[icone][ipt] = new TH2F(Form("BkgFFz%s",lastnamehist.Data()),"z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", 120,0.,120.,200,0.,2); 
-       fhBkgFFzs[icone][ipt]->SetYTitle("z");
-       fhBkgFFzs[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhBkgFFxis[icone][ipt] = new TH2F(Form("BkgFFxi%s",lastnamehist.Data()),"#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", 120,0.,120.,100,0.,10.); 
-       fhBkgFFxis[icone][ipt]->SetYTitle("#xi");
-       fhBkgFFxis[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhBkgFFpts[icone][ipt] = new TH2F(Form("BkgFFpt%s",lastnamehist.Data()),"p_{T charged hadron} in jet vs p_{T trigger}", 120,0.,120.,200,0.,50.); 
-       fhBkgFFpts[icone][ipt]->SetYTitle("p_{T charged hadron}");
-       fhBkgFFpts[icone][ipt]->SetXTitle("p_{T trigger}");
-       
-       fhBkgNTracksInCones[icone][ipt] = new TH2F(Form("BkgNTracksInCone%s",lastnamehist.Data()),Form("N particles in cone vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,5000,0, 5000); 
-       fhBkgNTracksInCones[icone][ipt]->SetYTitle("N tracks in bkg cone");
-       fhBkgNTracksInCones[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
-       
-       fOutCont->Add(fhBkgPts[icone][ipt]) ; 
-       fOutCont->Add(fhBkgRatioPts[icone][ipt]) ; 
-       fOutCont->Add(fhBkgDeltaPhis[icone][ipt]) ;
-       fOutCont->Add(fhBkgDeltaEtas[icone][ipt]) ;
-       fOutCont->Add(fhBkgLeadingRatioPts[icone][ipt]) ;
-       fOutCont->Add(fhBkgLeadingDeltaPhis[icone][ipt]) ;
-       fOutCont->Add(fhBkgLeadingDeltaEtas[icone][ipt]) ;
-       fOutCont->Add(fhBkgFFzs[icone][ipt]) ;
-       fOutCont->Add(fhBkgFFxis[icone][ipt]) ;
-       fOutCont->Add(fhBkgFFpts[icone][ipt]) ;
-       fOutCont->Add(fhBkgNTracksInCones[icone][ipt]) ;
-       
+        
+        TString lastnamehist ="Cone"+ fJetNameCones[icone]+"Pt"+ fJetNamePtThres[ipt];
+        TString lastnametitle =", cone ="+fJetNameCones[icone]+", pt > " +fJetNamePtThres[ipt]+" GeV/c";
+        
+        //Jet Distributions
+        fhJetPts[icone][ipt] = new TH2F(Form("JetPt%s",lastnamehist.Data()),Form("p_{T  jet} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
+        fhJetPts[icone][ipt]->SetYTitle("p_{T  jet}");
+        fhJetPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetRatioPts[icone][ipt] = new TH2F(Form("JetRatioPt%s",lastnamehist.Data()),Form("p_{T  jet}/p_{T trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2);
+        fhJetRatioPts[icone][ipt]->SetYTitle("p_{T  jet}/p_{T trigger}");
+        fhJetRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetDeltaPhis[icone][ipt] = new TH2F(Form("JetDeltaPhi%s",lastnamehist.Data()),Form("#phi_{jet} - #phi_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
+        fhJetDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
+        fhJetDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetDeltaEtas[icone][ipt] = new TH2F(Form("JetDeltaEta%s",lastnamehist.Data()),Form("#eta_{jet} - #eta_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2);
+        fhJetDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
+        fhJetDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetLeadingRatioPts[icone][ipt] = new TH2F(Form("JetLeadingRatioPt%s",lastnamehist.Data()),Form("p_{T  jet} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2);
+        fhJetLeadingRatioPts[icone][ipt]->SetYTitle("p_{T  leading}/p_{T jet}");
+        fhJetLeadingRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetLeadingDeltaPhis[icone][ipt] = new TH2F(Form("JetLeadingDeltaPhi%s",lastnamehist.Data()),Form("#phi_{jet} - #phi_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
+        fhJetLeadingDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
+        fhJetLeadingDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetLeadingDeltaEtas[icone][ipt] = new TH2F(Form("JetLeadingDeltaEta%s",lastnamehist.Data()),Form("#eta_{jet} - #eta_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2);
+        fhJetLeadingDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
+        fhJetLeadingDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhJetFFzs[icone][ipt] = new TH2F(Form("JetFFz%s",lastnamehist.Data()),"z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", 120,0.,120.,200,0.,2);
+        fhJetFFzs[icone][ipt]->SetYTitle("z");
+        fhJetFFzs[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhJetFFxis[icone][ipt] = new TH2F(Form("JetFFxi%s",lastnamehist.Data()),"#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", 120,0.,120.,100,0.,10.);
+        fhJetFFxis[icone][ipt]->SetYTitle("#xi");
+        fhJetFFxis[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhJetFFpts[icone][ipt] = new TH2F(Form("JetFFpt%s",lastnamehist.Data()),"p_{T charged hadron } in jet vs p_{T trigger}", 120,0.,120.,200,0.,50.);
+        fhJetFFpts[icone][ipt]->SetYTitle("p_{T charged hadron}");
+        fhJetFFpts[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhJetNTracksInCones[icone][ipt] = new TH2F(Form("JetNTracksInCone%s",lastnamehist.Data()),Form("N particles in cone vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,5000,0, 5000);
+        fhJetNTracksInCones[icone][ipt]->SetYTitle("N tracks in jet cone");
+        fhJetNTracksInCones[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fOutCont->Add(fhJetPts[icone][ipt]) ;
+        fOutCont->Add(fhJetRatioPts[icone][ipt]) ;
+        fOutCont->Add(fhJetDeltaPhis[icone][ipt]) ;
+        fOutCont->Add(fhJetDeltaEtas[icone][ipt]) ;
+        fOutCont->Add(fhJetLeadingRatioPts[icone][ipt]) ;
+        fOutCont->Add(fhJetLeadingDeltaPhis[icone][ipt]) ;
+        fOutCont->Add(fhJetLeadingDeltaEtas[icone][ipt]) ;
+        fOutCont->Add(fhJetFFzs[icone][ipt]) ;
+        fOutCont->Add(fhJetFFxis[icone][ipt]) ;
+        fOutCont->Add(fhJetFFpts[icone][ipt]) ;
+        fOutCont->Add(fhJetNTracksInCones[icone][ipt]) ;
+        
+        //Bkg Distributions
+        fhBkgPts[icone][ipt] = new TH2F(Form("BkgPt%s",lastnamehist.Data()),Form("p_{T  bkg} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,nptbins,ptmin,ptmax);
+        fhBkgPts[icone][ipt]->SetYTitle("p_{T  bkg}");
+        fhBkgPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgRatioPts[icone][ipt] = new TH2F(Form("BkgRatioPt%s",lastnamehist.Data()),Form("p_{T  bkg}/p_{T trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2);
+        fhBkgRatioPts[icone][ipt]->SetYTitle("p_{T  bkg}/p_{T trigger}");
+        fhBkgRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgDeltaPhis[icone][ipt] = new TH2F(Form("BkgDeltaPhi%s",lastnamehist.Data()),Form("#phi_{bkg} - #phi_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
+        fhBkgDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
+        fhBkgDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgDeltaEtas[icone][ipt] = new TH2F(Form("BkgDeltaEta%s",lastnamehist.Data()),Form("#eta_{bkg} - #eta_{trigger} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2);
+        fhBkgDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
+        fhBkgDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgLeadingRatioPts[icone][ipt] = new TH2F(Form("BkgLeadingRatioPt%s",lastnamehist.Data()),Form("p_{T  bkg} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,2);
+        fhBkgLeadingRatioPts[icone][ipt]->SetYTitle("p_{T  leading}/p_{T bkg}");
+        fhBkgLeadingRatioPts[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgLeadingDeltaPhis[icone][ipt] = new TH2F(Form("BkgLeadingDeltaPhi%s",lastnamehist.Data()),Form("#phi_{bkg} - #phi_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,0,TMath::TwoPi());
+        fhBkgLeadingDeltaPhis[icone][ipt]->SetYTitle("#Delta #phi (rad)");
+        fhBkgLeadingDeltaPhis[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgLeadingDeltaEtas[icone][ipt] = new TH2F(Form("BkgLeadingDeltaEta%s",lastnamehist.Data()),Form("#eta_{bkg} - #eta_{leading} vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,120,-2,2);
+        fhBkgLeadingDeltaEtas[icone][ipt]->SetYTitle("#Delta #eta");
+        fhBkgLeadingDeltaEtas[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fhBkgFFzs[icone][ipt] = new TH2F(Form("BkgFFz%s",lastnamehist.Data()),"z = p_{T i charged}/p_{T trigger} vs p_{T trigger}", 120,0.,120.,200,0.,2);
+        fhBkgFFzs[icone][ipt]->SetYTitle("z");
+        fhBkgFFzs[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhBkgFFxis[icone][ipt] = new TH2F(Form("BkgFFxi%s",lastnamehist.Data()),"#xi = ln(p_{T trigger}/p_{T i charged}) vs p_{T trigger}", 120,0.,120.,100,0.,10.);
+        fhBkgFFxis[icone][ipt]->SetYTitle("#xi");
+        fhBkgFFxis[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhBkgFFpts[icone][ipt] = new TH2F(Form("BkgFFpt%s",lastnamehist.Data()),"p_{T charged hadron} in jet vs p_{T trigger}", 120,0.,120.,200,0.,50.);
+        fhBkgFFpts[icone][ipt]->SetYTitle("p_{T charged hadron}");
+        fhBkgFFpts[icone][ipt]->SetXTitle("p_{T trigger}");
+        
+        fhBkgNTracksInCones[icone][ipt] = new TH2F(Form("BkgNTracksInCone%s",lastnamehist.Data()),Form("N particles in cone vs p_{T trigger} %s",lastnametitle.Data()),nptbins,ptmin,ptmax,5000,0, 5000);
+        fhBkgNTracksInCones[icone][ipt]->SetYTitle("N tracks in bkg cone");
+        fhBkgNTracksInCones[icone][ipt]->SetXTitle("p_{T trigger} (GeV/c)");
+        
+        fOutCont->Add(fhBkgPts[icone][ipt]) ;
+        fOutCont->Add(fhBkgRatioPts[icone][ipt]) ;
+        fOutCont->Add(fhBkgDeltaPhis[icone][ipt]) ;
+        fOutCont->Add(fhBkgDeltaEtas[icone][ipt]) ;
+        fOutCont->Add(fhBkgLeadingRatioPts[icone][ipt]) ;
+        fOutCont->Add(fhBkgLeadingDeltaPhis[icone][ipt]) ;
+        fOutCont->Add(fhBkgLeadingDeltaEtas[icone][ipt]) ;
+        fOutCont->Add(fhBkgFFzs[icone][ipt]) ;
+        fOutCont->Add(fhBkgFFxis[icone][ipt]) ;
+        fOutCont->Add(fhBkgFFpts[icone][ipt]) ;
+        fOutCont->Add(fhBkgNTracksInCones[icone][ipt]) ;
+        
       }//ipt
     } //icone
   }//If we want to study any cone or pt threshold
@@ -838,19 +622,20 @@ TList *  AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects()
     TList * nmsHistos = GetNeutralMesonSelection()->GetCreateOutputObjects() ;
     if(GetNeutralMesonSelection()->AreNeutralMesonSelectionHistosKept())
       for(Int_t i = 0; i < nmsHistos->GetEntries(); i++) fOutCont->Add(nmsHistos->At(i)) ;
-       delete nmsHistos;
+    delete nmsHistos;
   }
   
   
-  if(GetDebug() > 2){
-    printf("AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects() - All histograms names : \n");
-    for(Int_t i  = 0 ;  i<  fOutCont->GetEntries(); i++)
-      printf("Histo i %d name %s\n",i,((fOutCont->At(i))->GetName()));
-    //cout<< (fOutCont->At(i))->GetName()<<endl;
-  }
+  //  if(GetDebug() > 2)
+  //  {
+  //    printf("AliAnaParticleJetLeadingConeCorrelation::GetCreateOutputObjects() - All histograms names : \n");
+  //    for(Int_t i  = 0 ;  i<  fOutCont->GetEntries(); i++)
+  //      printf("Histo i %d name %s\n",i,((fOutCont->At(i))->GetName()));
+  //    //cout<< (fOutCont->At(i))->GetName()<<endl;
+  //  }
   
   return fOutCont;
-
+  
 }
 
 //__________________________________________________________________________________________________________
@@ -869,35 +654,32 @@ Bool_t  AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle(AliAODPWG4Pa
   {
     if((ptch >= ptpi))
     {
-      if(GetDebug() > 1)printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle() - Leading found in CTS \n");
+      AliDebug(1,"Leading found in CTS");
       
       fLeadingMom = fLeadingChargeMom;
       
-      if(GetDebug() > 1) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle() - Found Leading: pt %2.3f, phi %2.3f deg, eta %2.3f\n",
-                                fLeadingMom.Pt(),fLeadingMom.Phi()*TMath::RadToDeg(),fLeadingMom.Eta()) ;
+      AliDebug(1,Form("Found Leading: pt %2.3f, phi %2.3f deg, eta %2.3f",fLeadingMom.Pt(),fLeadingMom.Phi()*TMath::RadToDeg(),fLeadingMom.Eta())) ;
       
       //Put leading in AOD
       particle->SetLeading(fLeadingChargeMom);
-      particle->SetLeadingDetector("CTS");
+      particle->SetLeadingDetector(kCTS);
       return kTRUE;
     }
     else
     {
-      if(GetDebug() > 1)
-        printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle() - Leading found in EMCAL \n");
+      AliDebug(1,"Leading found in EMCAL");
       
       fLeadingMom = fLeadingPi0Mom;
       
-      if(GetDebug() > 1) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle() - Found Leading: pt %2.3f, phi %2.3f, eta %2.3f\n",
-                                fLeadingMom.Pt(),fLeadingMom.Phi()*TMath::RadToDeg(),fLeadingMom.Eta()) ;
+      AliDebug(1,Form("Found Leading: pt %2.3f, phi %2.3f, eta %2.3f",fLeadingMom.Pt(),fLeadingMom.Phi()*TMath::RadToDeg(),fLeadingMom.Eta())) ;
       //Put leading in AOD
       particle->SetLeading(fLeadingPi0Mom);
-      particle->SetLeadingDetector("EMCAL");
+      particle->SetLeadingDetector(kEMCAL);
       return kTRUE;
     }
   }
   
-  if(GetDebug() > 1)printf ("AliAnaParticleJetLeadingConeCorrelation::GetLeadingParticle() - NO LEADING PARTICLE FOUND \n");
+  AliDebug(1,"NO LEADING PARTICLE FOUND");
   
   return kFALSE;
   
@@ -941,9 +723,8 @@ void  AliAnaParticleJetLeadingConeCorrelation::GetLeadingCharge(AliAODPWG4Partic
     }
   }// track loop
   
-  if(GetDebug() > 1 && ptl > 0 )
-    printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingCharge() - Leading in CTS: pt %2.3f eta %2.3f phi %2.3f pt/ptTrig %2.3f, |phiTrig-phi| %2.3f \n",
-           ptl, fLeadingChargeMom.Eta(), phil,ptl/ptTrig, TMath::Abs(phiTrig-phil)) ;
+  if( ptl > 0 )AliDebug(1,Form("Leading in CTS: pt %2.3f eta %2.3f phi %2.3f pt/ptTrig %2.3f, |phiTrig-phi| %2.3f",
+                               ptl, fLeadingChargeMom.Eta(), phil,ptl/ptTrig, TMath::Abs(phiTrig-phil))) ;
   
 }
 
@@ -979,13 +760,12 @@ void  AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0(AliAODPWG4ParticleC
     Int_t pdgi=0;
     if(!SelectCluster(calo, vertex,  fLeadingPhoMom1, pdgi))  continue ;
     
-    if(GetDebug() > 2) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0() - Neutral cluster: pt %2.3f, phi %2.3f \n",
-                              fLeadingPhoMom1.Pt(),fLeadingPhoMom1.Phi());
+    AliDebug(1,Form("Neutral cluster: pt %2.3f, phi %2.3f",fLeadingPhoMom1.Pt(),fLeadingPhoMom1.Phi()));
     
     //2 gamma overlapped, found with PID
     if(pdgi == AliCaloPID::kPi0)
     {
-      if(GetDebug() > 2) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0() - Neutral cluster ID as Pi0 \n");
+      AliDebug(1,"Neutral cluster ID as Pi0");
       
       pt  = fLeadingPhoMom1.Pt();
       rat = pt/ptTrig;
@@ -1026,8 +806,8 @@ void  AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0(AliAODPWG4ParticleC
           //Selection within angular and energy limits
           Float_t deltaphi = TMath::Abs(phiTrig-phi);
           
-          if(GetDebug() > 3 ) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0() - Neutral Hadron Correlation: gamma pair: pt %2.2f, phi %2.2f, eta %2.2f, |phiTrig-phi| %2.3f, pt/ptTrig %2.3f, M %2.3f\n",
-                                     pt,phi,(fLeadingPhoMom1+fLeadingPhoMom2).Eta(), deltaphi, rat, (fLeadingPhoMom1+fLeadingPhoMom2).M());
+          AliDebug(1,Form("Neutral Hadron Correlation: gamma pair: pt %2.2f, phi %2.2f, eta %2.2f, |phiTrig-phi| %2.3f, pt/ptTrig %2.3f, M %2.3f",
+                          pt,phi,(fLeadingPhoMom1+fLeadingPhoMom2).Eta(), deltaphi, rat, (fLeadingPhoMom1+fLeadingPhoMom2).M()));
           
           if(pt > ptl  && rat > fLeadingRatioMinCut  && rat < fLeadingRatioMaxCut  &&
              deltaphi > fDeltaPhiMinCut && deltaphi < fDeltaPhiMaxCut ){
@@ -1037,8 +817,8 @@ void  AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0(AliAODPWG4ParticleC
               ptl  = pt ;
               fLeadingPi0Mom=(fLeadingPhoMom1+fLeadingPhoMom2);
               
-              if(GetDebug() > 3 ) printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0() - Neutral Hadron Correlation: Selected gamma pair: pt %2.2f, phi %2.2f, eta %2.2f, M %2.3f\n",
-                                         ptl,phil,(fLeadingPhoMom1+fLeadingPhoMom2).Eta(), (fLeadingPhoMom1+fLeadingPhoMom2).M());
+              AliDebug(1,Form("Neutral Hadron Correlation: Selected gamma pair: pt %2.2f, phi %2.2f, eta %2.2f, M %2.3f",
+                              ptl,phil,(fLeadingPhoMom1+fLeadingPhoMom2).Eta(), (fLeadingPhoMom1+fLeadingPhoMom2).M()));
             }//pi0 selection
             
             
@@ -1048,9 +828,9 @@ void  AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0(AliAODPWG4ParticleC
     }// if pdg = 22
   }// 1st Loop
   
-  if(GetDebug() > 2 && fLeadingPi0Mom.Pt() > 0 )
-    printf("AliAnaParticleJetLeadingConeCorrelation::GetLeadingPi0() - Leading EMCAL: pt %2.3f eta %2.3f phi %2.3f pt/Eg %2.3f \n",
-           fLeadingPi0Mom.Pt(), fLeadingPi0Mom.Eta(), phil,  fLeadingPi0Mom.Pt()/ptTrig) ;
+  if(fLeadingPi0Mom.Pt() > 0 )
+    AliDebug(1,Form("Leading EMCAL: pt %2.3f eta %2.3f phi %2.3f pt/Eg %2.3f",
+                    fLeadingPi0Mom.Pt(), fLeadingPi0Mom.Eta(), phil,  fLeadingPi0Mom.Pt()/ptTrig)) ;
   
 }
 
@@ -1059,7 +839,7 @@ void AliAnaParticleJetLeadingConeCorrelation::InitParameters()
 {
   //Initialize the parameters of the analysis.
   SetInputAODName("PWG4Particle");
-  SetAODObjArrayName("JetLeadingCone");    
+  SetAODObjArrayName("JetLeadingCone");
   AddToHistogramsName("AnaJetLCCorr_");
   
   fJetsOnlyInCTS      = kFALSE ;
@@ -1068,14 +848,14 @@ void AliAnaParticleJetLeadingConeCorrelation::InitParameters()
   
   //Leading selection parameters
   fDeltaPhiMinCut     = 2.9 ;
-  fDeltaPhiMaxCut     = 3.4 ; 
+  fDeltaPhiMaxCut     = 3.4 ;
   fLeadingRatioMinCut = 0.1;
-  fLeadingRatioMaxCut = 1.5; 
+  fLeadingRatioMaxCut = 1.5;
   
   //Jet selection parameters
-  //Fixed cut   
-  fJetRatioMaxCut     = 1.2 ; 
-  fJetRatioMinCut     = 0.3 ; 
+  //Fixed cut
+  fJetRatioMaxCut     = 1.2 ;
+  fJetRatioMinCut     = 0.3 ;
   fJetCTSRatioMaxCut  = 1.2 ;
   fJetCTSRatioMinCut  = 0.3 ;
   fSelect               = 0  ; //0, Accept all jets, 1, selection depends on energy, 2 fixed selection
@@ -1084,45 +864,45 @@ void AliAnaParticleJetLeadingConeCorrelation::InitParameters()
   
   //Cut depending on gamma energy
   fPtTriggerSelectionCut = 10.; //For Low pt jets+BKG, another limits applied
-  //Reconstructed jet energy dependence parameters 
-  //e_jet = a1+e_gamma b2. 
+  //Reconstructed jet energy dependence parameters
+  //e_jet = a1+e_gamma b2.
   //Index 0-> Pt>2 GeV r = 0.3; Index 1-> Pt>0.5 GeV r = 0.3
   fJetE1[0] = -5.75; fJetE1[1] = -4.1;
   fJetE2[0] = 1.005; fJetE2[1] = 1.05;
   
-  //Reconstructed sigma of jet energy dependence parameters 
-  //s_jet = a1+e_gamma b2. 
+  //Reconstructed sigma of jet energy dependence parameters
+  //s_jet = a1+e_gamma b2.
   //Index 0-> Pt>2 GeV r = 0.3; Index 1-> Pt>0.5 GeV r = 0.3
   fJetSigma1[0] = 2.65;   fJetSigma1[1] = 2.75;
   fJetSigma2[0] = 0.0018; fJetSigma2[1] = 0.033;
   
   //Background mean energy and RMS
-  //Index 0-> No BKG; Index 1-> BKG > 2 GeV; 
+  //Index 0-> No BKG; Index 1-> BKG > 2 GeV;
   //Index 2-> (low pt jets)BKG > 0.5 GeV;
   //Index > 2, same for CTS conf
   fBkgMean[0] = 0.; fBkgMean[1] = 8.8 ; fBkgMean[2] = 69.5;
   fBkgMean[3] = 0.; fBkgMean[4] = 6.4;  fBkgMean[5] = 48.6;
-  fBkgRMS[0]  = 0.; fBkgRMS[1]  = 7.5;  fBkgRMS[2]  = 22.0; 
-  fBkgRMS[3]  = 0.; fBkgRMS[4]  = 5.4;  fBkgRMS[5]  = 13.2; 
-
+  fBkgRMS[0]  = 0.; fBkgRMS[1]  = 7.5;  fBkgRMS[2]  = 22.0;
+  fBkgRMS[3]  = 0.; fBkgRMS[4]  = 5.4;  fBkgRMS[5]  = 13.2;
+  
   //Factor x of min/max = E -+ x * sigma. Obtained after selecting the
   //limits for monoenergetic jets.
-  //Index 0-> No BKG; Index 1-> BKG > 2 GeV; 
+  //Index 0-> No BKG; Index 1-> BKG > 2 GeV;
   //Index 2-> (low pt jets) BKG > 0.5 GeV;
   //Index > 2, same for CTS conf
-
-  fJetXMin1[0] =-0.69 ; fJetXMin1[1] = 0.39 ; fJetXMin1[2] =-0.88 ; 
+  
+  fJetXMin1[0] =-0.69 ; fJetXMin1[1] = 0.39 ; fJetXMin1[2] =-0.88 ;
   fJetXMin1[3] =-2.0  ; fJetXMin1[4] =-0.442 ; fJetXMin1[5] =-1.1  ;
-  fJetXMin2[0] = 0.066; fJetXMin2[1] = 0.038; fJetXMin2[2] = 0.034; 
+  fJetXMin2[0] = 0.066; fJetXMin2[1] = 0.038; fJetXMin2[2] = 0.034;
   fJetXMin2[3] = 0.25 ; fJetXMin2[4] = 0.113; fJetXMin2[5] = 0.077 ;
-  fJetXMax1[0] =-3.8  ; fJetXMax1[1] =-0.76 ; fJetXMax1[2] =-3.6  ; 
+  fJetXMax1[0] =-3.8  ; fJetXMax1[1] =-0.76 ; fJetXMax1[2] =-3.6  ;
   fJetXMax1[3] =-2.7  ; fJetXMax1[4] =-1.21 ; fJetXMax1[5] =-3.7  ;
-  fJetXMax2[0] =-0.012; fJetXMax2[1] =-0.022; fJetXMax2[2] = 0.016; 
+  fJetXMax2[0] =-0.012; fJetXMax2[1] =-0.022; fJetXMax2[2] = 0.016;
   fJetXMax2[3] =-0.024; fJetXMax2[4] =-0.008; fJetXMax2[5] = 0.027;
-
-
+  
+  
   //Different cones and pt thresholds to construct the jet
-
+  
   fJetCone        = 0.3  ;
   fJetPtThreshold = 0.5   ;
   fJetPtThresPbPb = 2.   ;
@@ -1132,17 +912,18 @@ void AliAnaParticleJetLeadingConeCorrelation::InitParameters()
   fJetCones[1]    = 0.3  ; fJetNameCones[1]   = "03" ;
   fJetCones[2]    = 0.4  ; fJetNameCones[2]   = "04" ;
   fJetCones[2]    = 0.5  ; fJetNameCones[2]   = "05" ;
-
+  
   fJetPtThres[0]  = 0.0  ; fJetNamePtThres[0] = "00" ;
   fJetPtThres[1]  = 0.5  ; fJetNamePtThres[1] = "05" ;
   fJetPtThres[2]  = 1.0  ; fJetNamePtThres[2] = "10" ;
   fJetPtThres[3]  = 2.0  ; fJetNamePtThres[3] = "20" ;
 }
 
-//__________________________________________________________________________-
-Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptTrig, const Double_t ptjet) const {
+//__________________________________________________________________________________________________
+Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(Double_t ptTrig, Double_t ptjet) const
+{
   //Given the pt of the jet and the trigger particle, select the jet or not
-  //3 options, fSelect=0 accepts all, fSelect=1 selects jets depending on a 
+  //3 options, fSelect=0 accepts all, fSelect=1 selects jets depending on a
   //function energy dependent and fSelect=2 selects on simple fixed cuts
   
   if(ptjet == 0) return kFALSE;
@@ -1165,8 +946,8 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptT
       iCTS = 3 ;
     
     if(!fPbPb){
-      //Phythia alone, jets with pt_th > 0.2, r = 0.3 
-      par[0] = fJetE1[0]; par[1] = fJetE2[0]; 
+      //Phythia alone, jets with pt_th > 0.2, r = 0.3
+      par[0] = fJetE1[0]; par[1] = fJetE2[0];
       //Energy of the jet peak
       //e_jet = fJetE1[0]+fJetE2[0]*e_gamma, simulation fit
       par[2] = fJetSigma1[0]; par[3] = fJetSigma2[0];
@@ -1176,47 +957,47 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptT
       //Parameters reserved for PbPb bkg.
       xmax[0] = fJetXMax1[0 + iCTS]; xmax[1] = fJetXMax2[0 + iCTS];
       xmin[0] = fJetXMin1[0 + iCTS]; xmin[1] = fJetXMin2[0 + iCTS];
-      //Factor that multiplies sigma to obtain the best limits, 
+      //Factor that multiplies sigma to obtain the best limits,
       //by observation, of mono jet ratios (ptjet/ptTrig)
       //X_jet = fJetX1[0]+fJetX2[0]*e_gamma
       
     }
     else{
       if(ptTrig > fPtTriggerSelectionCut){
-       //Phythia +PbPb with  pt_th > 2 GeV/c, r = 0.3 
-       par[0] = fJetE1[0]; par[1] = fJetE2[0]; 
-       //Energy of the jet peak, same as in pp
-       //e_jet = fJetE1[0]+fJetE2[0]*e_gamma, simulation fit
-       par[2] = fJetSigma1[0]; par[3] = fJetSigma2[0];
-       //Sigma  of the jet peak, same as in pp
-       //sigma_jet = fJetSigma1[0]+fJetSigma2[0]*e_gamma, simulation fit
-       par[4] = fBkgMean[1 + iCTS]; par[5] = fBkgRMS[1 + iCTS];
-       //Mean value and RMS of PbPb Bkg 
-       xmax[0] = fJetXMax1[1 + iCTS]; xmax[1] = fJetXMax2[1 + iCTS];
-       xmin[0] = fJetXMin1[1 + iCTS]; xmin[1] = fJetXMin2[1 + iCTS];
-       //Factor that multiplies sigma to obtain the best limits, 
-       //by observation, of mono jet ratios (ptjet/ptTrig) mixed with PbPb Bkg, 
-       //pt_th > 2 GeV, r = 0.3
-       //X_jet = fJetX1[0]+fJetX2[0]*e_gamma
-       
+        //Phythia +PbPb with  pt_th > 2 GeV/c, r = 0.3
+        par[0] = fJetE1[0]; par[1] = fJetE2[0];
+        //Energy of the jet peak, same as in pp
+        //e_jet = fJetE1[0]+fJetE2[0]*e_gamma, simulation fit
+        par[2] = fJetSigma1[0]; par[3] = fJetSigma2[0];
+        //Sigma  of the jet peak, same as in pp
+        //sigma_jet = fJetSigma1[0]+fJetSigma2[0]*e_gamma, simulation fit
+        par[4] = fBkgMean[1 + iCTS]; par[5] = fBkgRMS[1 + iCTS];
+        //Mean value and RMS of PbPb Bkg
+        xmax[0] = fJetXMax1[1 + iCTS]; xmax[1] = fJetXMax2[1 + iCTS];
+        xmin[0] = fJetXMin1[1 + iCTS]; xmin[1] = fJetXMin2[1 + iCTS];
+        //Factor that multiplies sigma to obtain the best limits,
+        //by observation, of mono jet ratios (ptjet/ptTrig) mixed with PbPb Bkg,
+        //pt_th > 2 GeV, r = 0.3
+        //X_jet = fJetX1[0]+fJetX2[0]*e_gamma
+        
       }
       else{
-       //Phythia + PbPb with  pt_th > 0.5 GeV/c, r = 0.3
-       par[0] = fJetE1[1]; par[1] = fJetE2[1]; 
-       //Energy of the jet peak, pt_th > 2 GeV/c, r = 0.3 
-       //e_jet = fJetE1[0]+fJetE2[0]*e_gamma, simulation fit
-       par[2] = fJetSigma1[1]; par[3] = fJetSigma2[1];
-       //Sigma  of the jet peak, pt_th > 2 GeV/c, r = 0.3
-       //sigma_jet = fJetSigma1[0]+fJetSigma2[0]*e_gamma, simulation fit
-       par[4] = fBkgMean[2 + iCTS]; par[5] = fBkgRMS[2 + iCTS];
-       //Mean value and RMS of PbPb Bkg in a 0.3 cone, pt > 2 GeV.
-       xmax[0] = fJetXMax1[2 + iCTS]; xmax[1] = fJetXMax2[2 + iCTS];
-       xmin[0] = fJetXMin1[2 + iCTS]; xmin[1] = fJetXMin2[2 + iCTS];
-       //Factor that multiplies sigma to obtain the best limits, 
-       //by observation, of mono jet ratios (ptjet/ptTrig) mixed with PbPb Bkg, 
-       //pt_th > 2 GeV, r = 0.3
-       //X_jet = fJetX1[0]+fJetX2[0]*e_gamma
-       
+        //Phythia + PbPb with  pt_th > 0.5 GeV/c, r = 0.3
+        par[0] = fJetE1[1]; par[1] = fJetE2[1];
+        //Energy of the jet peak, pt_th > 2 GeV/c, r = 0.3
+        //e_jet = fJetE1[0]+fJetE2[0]*e_gamma, simulation fit
+        par[2] = fJetSigma1[1]; par[3] = fJetSigma2[1];
+        //Sigma  of the jet peak, pt_th > 2 GeV/c, r = 0.3
+        //sigma_jet = fJetSigma1[0]+fJetSigma2[0]*e_gamma, simulation fit
+        par[4] = fBkgMean[2 + iCTS]; par[5] = fBkgRMS[2 + iCTS];
+        //Mean value and RMS of PbPb Bkg in a 0.3 cone, pt > 2 GeV.
+        xmax[0] = fJetXMax1[2 + iCTS]; xmax[1] = fJetXMax2[2 + iCTS];
+        xmin[0] = fJetXMin1[2 + iCTS]; xmin[1] = fJetXMin2[2 + iCTS];
+        //Factor that multiplies sigma to obtain the best limits,
+        //by observation, of mono jet ratios (ptjet/ptTrig) mixed with PbPb Bkg,
+        //pt_th > 2 GeV, r = 0.3
+        //X_jet = fJetX1[0]+fJetX2[0]*e_gamma
+        
       }//If low pt jet in bkg
     }//if Bkg
     
@@ -1224,7 +1005,7 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptT
     Double_t min = CalculateJetRatioLimit(ptTrig, par, xmin);
     Double_t max = CalculateJetRatioLimit(ptTrig, par, xmax);
     
-    if(GetDebug() > 3)printf("AliAnaParticleJetLeadingConeCorrelation::IsJetSelected() - Jet selection?  : Limits min %2.3f, max %2.3f,  pt_jet %2.3f,  pt_gamma %2.3f, pt_jet / pt_gamma %2.3f\n",min,max,ptjet,ptTrig,rat);
+    AliDebug(3,Form("Jet selection? : Limits min %2.3f, max %2.3f,  pt_jet %2.3f,  pt_gamma %2.3f, pt_jet / pt_gamma %2.3f",min,max,ptjet,ptTrig,rat));
     
     if(( min < rat ) && ( max > ptjet/rat))
       return kTRUE;
@@ -1232,18 +1013,22 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptT
       return kFALSE;
   }//fSelect = 1
   //###############################################################
-  else if(fSelect == 2){
+  else if(fSelect == 2)
+  {
     //Simple selection
-    if(!fJetsOnlyInCTS){
+    if(!fJetsOnlyInCTS)
+    {
       if((rat <  fJetRatioMaxCut) && (rat > fJetRatioMinCut )) return kTRUE;
     }
-    else{
+    else
+    {
       if((rat <  fJetCTSRatioMaxCut) && (rat > fJetCTSRatioMinCut )) return kTRUE;
     }
   }// fSelect = 2
   //###############################################################
-  else{
-    printf("AliAnaParticleJetLeadingConeCorrelation::IsJetSelected() - Jet selection option larger than 2, DON'T SELECT JETS\n");
+  else
+  {
+    AliWarning(")Jet selection option larger than 2, DON'T SELECT JETS");
     return kFALSE ;
   }
   
@@ -1252,13 +1037,13 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsJetSelected(const Double_t ptT
 }
 
 //___________________________________________________________________
-Bool_t AliAnaParticleJetLeadingConeCorrelation::IsParticleInJetCone(const Double_t eta, Double_t phi, const Double_t etal,  Double_t phil)
-  const {
+Bool_t AliAnaParticleJetLeadingConeCorrelation::IsParticleInJetCone(Double_t eta, Double_t phi, Double_t etal,  Double_t phil)
+const {
   //Check if the particle is inside the cone defined by the leading particle
   //WARNING: To be rechecked
   
   if(phi < 0) phi+=TMath::TwoPi();
-  if(phil < 0) phil+=TMath::TwoPi();  
+  if(phil < 0) phil+=TMath::TwoPi();
   Double_t  rad = 10000 + fJetCone;
   
   if(TMath::Abs(phi-phil) <= (TMath::TwoPi() - fJetCone))
@@ -1276,50 +1061,47 @@ Bool_t AliAnaParticleJetLeadingConeCorrelation::IsParticleInJetCone(const Double
 }
 
 //__________________________________________________________________
-void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() 
-{  
+void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD()
+{
   //Particle-Hadron Correlation Analysis, fill AODs
   
-  if(!GetInputAODBranch()){
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - No input particles in AOD with name branch < %s > \n",
-          GetInputAODName().Data());
-    abort();
-  }    
-  
-  if(strcmp(GetInputAODBranch()->GetClass()->GetName(), "AliAODPWG4ParticleCorrelation")){
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - Wrong type of AOD object, change AOD class name in input AOD: It should be <AliAODPWG4ParticleCorrelation> and not <%s> \n",GetInputAODBranch()->GetClass()->GetName());
-    abort();
-  }    
-  
-  if(GetDebug() > 1){
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - Begin jet leading cone  correlation analysis, fill AODs \n");
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - In particle branch aod entries %d\n", GetInputAODBranch()->GetEntriesFast());
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - In CTS aod entries %d\n", GetCTSTracks()->GetEntriesFast());
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - In EMCAL aod entries %d\n", GetEMCALClusters()->GetEntriesFast());
+  if(!GetInputAODBranch())
+  {
+    AliFatal(Form("No input particles in AOD with name branch < %s >",GetInputAODName().Data()));
+    return;// coverity
   }
   
+  if(strcmp(GetInputAODBranch()->GetClass()->GetName(), "AliAODPWG4ParticleCorrelation"))
+    AliFatal(Form("Wrong type of AOD object, change AOD class name in input AOD: It should be <AliAODPWG4ParticleCorrelation> and not <%s>",
+                  GetInputAODBranch()->GetClass()->GetName()));
+  
+  
+  AliDebug(1,"Begin jet leading cone  correlation analysis, fill AODs");
+  AliDebug(1,Form("In particle branch aod entries %d", GetInputAODBranch()->GetEntriesFast()));
+  AliDebug(1,Form("In CTS aod entries %d",             GetCTSTracks()     ->GetEntriesFast()));
+  AliDebug(1,Form("In EMCAL aod entries %d",           GetEMCALClusters() ->GetEntriesFast()));
   
   //Loop on stored AOD particles, trigger
   Int_t naod = GetInputAODBranch()->GetEntriesFast();
   for(Int_t iaod = 0; iaod < naod ; iaod++)
   {
-    AliAODPWG4ParticleCorrelation* particle =  (AliAODPWG4ParticleCorrelation*) (GetInputAODBranch()->At(iaod));                 
+    AliAODPWG4ParticleCorrelation* particle =  (AliAODPWG4ParticleCorrelation*) (GetInputAODBranch()->At(iaod));
     
     //  printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - Trigger : pt %3.2f, phi %2.2f, eta %2.2f\n",particle->Pt(), particle->Phi(), particle->Eta());
     
-    //Search leading particles in CTS and EMCAL 
+    //Search leading particles in CTS and EMCAL
     if(GetLeadingParticle(particle))
     {
-      //Construct the jet around the leading, Fill AOD jet particle list, select jet 
-      //and fill AOD with jet and background     
+      //Construct the jet around the leading, Fill AOD jet particle list, select jet
+      //and fill AOD with jet and background
       MakeAODJet(particle);
       
     }//Leading found
   }//AOD trigger particle loop
   
-  if(GetDebug() >1)printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillAOD() - End of jet leading cone analysis, fill AODs \n");
+  AliDebug(1,"End of jet leading cone analysis, fill AODs");
   
-} 
+}
 
 //_________________________________________________________________________
 void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
@@ -1329,18 +1111,15 @@ void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
   
   if(!GetInputAODBranch())
   {
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - No input particles in AOD with name branch < %s > \n",
+    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - No input particles in AOD with name branch < %s >",
            GetInputAODName().Data());
-    abort();
+    return;
   }
   
-  if(GetDebug() > 1)
-  {
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - Begin jet leading cone  correlation analysis, fill histograms \n");
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - In particle branch aod entries %d\n", GetInputAODBranch()->GetEntriesFast());
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - In CTS aod entries %d\n", GetCTSTracks()->GetEntriesFast());
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - In EMCAL aod entries %d\n", GetEMCALClusters()->GetEntriesFast());
-  }
+  AliDebug(1,"Begin jet leading cone  correlation analysis, fill histograms");
+  AliDebug(1,Form("In particle branch aod entries %d", GetInputAODBranch()->GetEntriesFast()));
+  AliDebug(1,Form("In CTS aod entries %d",             GetCTSTracks()     ->GetEntriesFast()));
+  AliDebug(1,Form("In EMCAL aod entries %d",           GetEMCALClusters() ->GetEntriesFast()));
   
   //Loop on stored AOD particles, trigger
   Int_t naod = GetInputAODBranch()->GetEntriesFast();
@@ -1356,18 +1135,19 @@ void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
     
     //Get leading particle, fill histograms
     fLeadingMom = particle->GetLeading();
-    TString det = particle->GetLeadingDetector();
+    Int_t det   = particle->GetLeadingDetector();
     
-    if(det!="" && fLeadingMom.Pt() > 0)
+    if(det > 0 && fLeadingMom.Pt() > 0)
     {
       Double_t ptL = fLeadingMom.Pt();
       Double_t phiL = fLeadingMom.Phi();
       if(phiL < 0 ) phiL+=TMath::TwoPi();
       Double_t etaL = fLeadingMom.Eta();
       
-      if(GetDebug() > 1)   printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - Trigger with pt %3.2f, phi %2.2f, eta %2.2f\n", pt, phi, eta);
+      AliDebug(1,Form("Trigger with pt %3.2f, phi %2.2f, eta %2.2f", pt, phi, eta));
       
-      if(det == "CTS"){
+      if(det == kCTS)
+      {
         fhChargedLeadingPt->Fill(pt,ptL);
         fhChargedLeadingPhi->Fill(pt,phiL);
         fhChargedLeadingEta->Fill(pt,etaL);
@@ -1379,7 +1159,8 @@ void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
         if(pt > 30) fhChargedLeadingDeltaPhiRatioPt30->Fill(TMath::Abs(phi-phiL),ptL/pt);
         if(pt > 50) fhChargedLeadingDeltaPhiRatioPt50->Fill(TMath::Abs(phi-phiL),ptL/pt);
       }
-      else if(det== "EMCAL"){
+      else if(det== kEMCAL)
+      {
         fhNeutralLeadingPt->Fill(pt,ptL);
         fhNeutralLeadingPhi->Fill(pt,phiL);
         fhNeutralLeadingEta->Fill(pt,etaL);
@@ -1390,7 +1171,6 @@ void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
         fhNeutralLeadingXi->Fill(pt,TMath::Log(pt/ptL));
         if(pt > 30) fhNeutralLeadingDeltaPhiRatioPt30->Fill(TMath::Abs(phi-phiL),ptL/pt);
         if(pt > 50) fhNeutralLeadingDeltaPhiRatioPt50->Fill(TMath::Abs(phi-phiL),ptL/pt);
-        
       }
       
       //Fill Jet histograms
@@ -1433,9 +1213,9 @@ void  AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms()
     }//Leading
   }//AOD trigger particle loop
   
-  if(GetDebug() >1)printf("AliAnaParticleJetLeadingConeCorrelation::MakeAnalysisFillHistograms() - End of jet leading cone analysis, fill histograms \n");
+  AliDebug(1,"End of jet leading cone analysis, fill histograms");
   
-} 
+}
 
 //_______________________________________________________________________________________________
 void AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(AliAODPWG4ParticleCorrelation *particle)
@@ -1455,8 +1235,9 @@ void AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(AliAODPWG4ParticleCorre
   if(fPbPb && !fSeveralConeAndPtCuts && ptTrig > fPtTriggerSelectionCut)  ptcut = fJetPtThresPbPb ;
   
   //Add charged particles to jet if they are in cone around the leading particle
-  if(!GetCTSTracks()) {
-    printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - Cannot construct jets without tracks, STOP analysis");
+  if(!GetCTSTracks())
+  {
+    AliFatal("Cannot construct jets without tracks, STOP analysis");
     return;
   }
   
@@ -1499,13 +1280,14 @@ void AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(AliAODPWG4ParticleCorre
     reftracks->SetName(Form("%sTracks",GetAODObjArrayName().Data()));
     particle->AddObjArray(reftracks);
   }
-  else  if(GetDebug() > 2 ) printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - No tracks in jet cone\n");
+  else  AliDebug(2,"No tracks in jet cone");
+  
   if(reftracksbkg->GetEntriesFast() > 0 )
   {
     reftracksbkg->SetName(Form("%sTracksBkg",GetAODObjArrayName().Data()));
     particle->AddObjArray(reftracksbkg);
   }
-  else  if(GetDebug() > 2 ) printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - No background tracks in jet cone\n");
+  else AliDebug(1,"No background tracks in jet cone");
   
   //Add neutral particles to jet
   //Initialize reference arrays that will contain jet and background tracks
@@ -1550,17 +1332,19 @@ void AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(AliAODPWG4ParticleCorre
   }//jets with neutral particles
   
   //Add referenced clusters to AOD
-  if(refclusters->GetEntriesFast() > 0 ){
+  if(refclusters->GetEntriesFast() > 0 )
+  {
     refclusters->SetName(Form("%sClusters",GetAODObjArrayName().Data()));
     particle->AddObjArray(refclusters);
   }
-  else  if(GetDebug() > 2 ) printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - No clusters in jet cone\n");
+  else  AliDebug(2,"No clusters in jet cone");
+  
   if(refclustersbkg->GetEntriesFast() > 0 )
   {
     refclustersbkg->SetName(Form("%sClustersBkg",GetAODObjArrayName().Data()));
     particle->AddObjArray(refclustersbkg);
   }
-  else if(GetDebug() > 2 ) printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - No background clusters in jet cone\n");
+  else AliDebug(1,"No background clusters in jet cone");
   
   //If there is any jet found, select after some criteria and
   //and fill AOD with corresponding TLorentzVector kinematics
@@ -1568,8 +1352,8 @@ void AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(AliAODPWG4ParticleCorre
   {
     particle->SetCorrelatedJet(fJetMom);
     particle->SetCorrelatedBackground(fBkgMom);
-    if(GetDebug()>1) printf("AliAnaParticleJetLeadingConeCorrelation::MakeAODJet() - Found jet: Trigger  pt %2.3f, Jet pt %2.3f, Bkg pt %2.3f\n",ptTrig,fJetMom.Pt(),fBkgMom.Pt());
-  }  
+    AliDebug(1,Form("Found jet: Trigger  pt %2.3f, Jet pt %2.3f, Bkg pt %2.3f",ptTrig,fJetMom.Pt(),fBkgMom.Pt()));
+  }
   
 }
 
@@ -1669,9 +1453,7 @@ void AliAnaParticleJetLeadingConeCorrelation::MakeJetFromAOD(AliAODPWG4ParticleC
     fJetMom.SetPxPyPzE(0.,0.,0.,0.);
     fBkgMom.SetPxPyPzE(0.,0.,0.,0.);
   }
-  else
-    if(GetDebug()>1) printf("AliAnaParticleJetLeadingConeCorrelation::MakeJetFromAOD() - Found jet: Trigger  pt %2.3f, Jet pt %2.3f, Bkg pt %2.3f\n",
-                            ptTrig,fJetMom.Pt(),fBkgMom.Pt());
+  else AliDebug(1,Form("Found jet: Trigger  pt %2.3f, Jet pt %2.3f, Bkg pt %2.3f",ptTrig,fJetMom.Pt(),fBkgMom.Pt()));
   
 }
 
@@ -1694,13 +1476,13 @@ void AliAnaParticleJetLeadingConeCorrelation::Print(const Option_t * opt) const
   
   printf("If pT of trigger < %2.3f, select jets as in pp? \n", fPtTriggerSelectionCut);
   
-  printf("Phi gamma-Leading        <     %3.2f\n", fDeltaPhiMaxCut) ; 
+  printf("Phi gamma-Leading        <     %3.2f\n", fDeltaPhiMaxCut) ;
   printf("Phi gamma-Leading        >     %3.2f\n", fDeltaPhiMinCut) ;
-  printf("pT Leading / pT Trigger  <     %3.2f\n", fLeadingRatioMaxCut) ; 
+  printf("pT Leading / pT Trigger  <     %3.2f\n", fLeadingRatioMaxCut) ;
   printf("pT Leading / pT Trigger  >     %3.2f\n", fLeadingRatioMinCut) ;
   
   if(fSelect == 2){
-    printf("pT Jet / pT Gamma                     <    %3.2f\n", fJetRatioMaxCut) ; 
+    printf("pT Jet / pT Gamma                     <    %3.2f\n", fJetRatioMaxCut) ;
     printf("pT Jet / pT Gamma                     >    %3.2f\n", fJetRatioMinCut) ;
     printf("pT Jet (Only CTS)/ pT Trigger   <    %3.2f\n", fJetCTSRatioMaxCut) ; 
     printf("pT Jet (Only CTS)/ pT Trigger   >    %3.2f\n", fJetCTSRatioMinCut) ;
@@ -1713,5 +1495,5 @@ void AliAnaParticleJetLeadingConeCorrelation::Print(const Option_t * opt) const
     printf("Wrong jet selection option:   %d \n", fSelect) ;
   
   printf("Isolated Trigger?  %d\n", fSelectIsolated) ;
-
+  
 }