]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update the default histogram ranges for delta phi and delta eta histograms axis
authorgconesab <Gustavo.Conesa.Balbastre@cern.ch>
Wed, 7 May 2014 14:55:06 +0000 (16:55 +0200)
committergconesab <Gustavo.Conesa.Balbastre@cern.ch>
Wed, 7 May 2014 14:55:06 +0000 (16:55 +0200)
PWG/CaloTrackCorrBase/AliHistogramRanges.cxx

index c16656330dcea458c00849d91ea9a7dae1276330..3077f91f9ae683a3657a27138e147721ba15efaa 100755 (executable)
@@ -74,9 +74,9 @@ void AliHistogramRanges::InitParameters()
   
   fHistoPtBins           = 240 ;  fHistoPtMax           = 120   ; fHistoPtMin           = 0.  ;
   fHistoPhiBins          = 120 ;  fHistoPhiMax          = TMath::TwoPi(); fHistoPhiMin  = 0.  ;
-  fHistoEtaBins          = 100 ;  fHistoEtaMax          =  1    ; fHistoEtaMin          = -1  ;
-  fHistoDeltaPhiBins     = 140 ;  fHistoDeltaPhiMax     =  3* TMath::TwoPi()/2 ; fHistoDeltaPhiMin  = -  TMath::TwoPi()/2 ;
-  fHistoDeltaEtaBins     = 200 ;  fHistoDeltaEtaMax     = TMath::TwoPi()/2 ;     fHistoDeltaEtaMin  = - TMath::TwoPi()/2 ;
+  fHistoEtaBins          = 100 ;  fHistoEtaMax          =     ; fHistoEtaMin          = -1  ;
+  fHistoDeltaPhiBins     = 310 ;  fHistoDeltaPhiMax     = 4.8   ; fHistoDeltaPhiMin     = -1.7 ;
+  fHistoDeltaEtaBins     = 200 ;  fHistoDeltaEtaMax     = 2     ; fHistoDeltaEtaMin     = -2 ;
   fHistoMassBins         = 200 ;  fHistoMassMax         = 1.    ; fHistoMassMin         = 0.  ;
   fHistoAsymBins         = 10  ;  fHistoAsymMax         = 1.    ; fHistoAsymMin         = 0.  ;
   fHistoV0SBins          = 100 ;  fHistoV0SMax          = 10000 ; fHistoV0SMin          = 0   ;