]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changes from Denise
authormcosenti <mcosenti@cern.ch>
Fri, 5 Sep 2014 16:05:51 +0000 (13:05 -0300)
committermcosenti <mcosenti@cern.ch>
Fri, 5 Sep 2014 16:06:21 +0000 (13:06 -0300)
PWGGA/CaloTrackCorrelations/AliAnaParticleJetFinderCorrelation.cxx

index 3af1ff786332ebc27d30fa1391ab1a8230b7a182..3fc588e2b607ee662a654640904b32435fed415e 100644 (file)
@@ -881,21 +881,21 @@ void AliAnaParticleJetFinderCorrelation::InitParameters()
   SetInputAODName("PWG4Particle");
   AddToHistogramsName("AnaJetFinderCorr_");
 
-  fDeltaPhiMinCut    = 1.5 ;
-  fDeltaPhiMaxCut    = 4.5 ; 
+  fDeltaPhiMinCut    = 2.6 ;
+  fDeltaPhiMaxCut    = 3.7 ; 
   fRatioMaxCut       = 1.2 ; 
   fRatioMinCut       = 0.3 ; 
-  fConeSize          = 0.3 ;
+  fConeSize          = 0.4 ;
   fPtThresholdInCone = 0.5 ;
   fUseJetRefTracks   = kFALSE ;
   fMakeCorrelationInHistoMaker = kFALSE ;
   fSelectIsolated = kTRUE;
   fJetConeSize = 0.4 ;
-  fJetMinPt = 5. ; //GeV/c
+  fJetMinPt = 15. ; //GeV/c
   fJetAreaFraction = 0.6 ;
   fJetBranchName = "jets";
   fBkgJetBranchName = "jets";
-  fGammaConeSize = 0.3;
+  fGammaConeSize = 0.4;
   fUseBackgroundSubtractionGamma = kFALSE;
   fSaveGJTree = kTRUE;
   fMostEnergetic = kFALSE;