]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowCommon/AliFlowCommonConstants.cxx
updated streamer version and macros cleaned up for removed class
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCommon / AliFlowCommonConstants.cxx
index 9d2a3f6bc1051304408fb5e2340d8c343a90be72..b979e61d758e0ecea550413277b3a17166fd69e6 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-
-/*
-$Log$
-*/ 
-
-#include <TNamed.h> 
-#include <TMath.h>
-#include "AliFlowCommonConstants.h" 
 // AliFlowCommonConstants:
 //
 // Constants for the common histograms in the flow analysis
@@ -30,6 +22,13 @@ $Log$
 // Author: Naomi van der Kolk (kolk@nikhef.nl)
 // mod: Mikolaj Krzewicki, Nikhef (mikolaj.krzewicki@cern.ch)
 
+/*
+$Log$
+*/ 
+
+#include <TMath.h>
+#include "AliFlowCommonConstants.h" 
+
 ClassImp(AliFlowCommonConstants)
 
 AliFlowCommonConstants* AliFlowCommonConstants::fgPMasterConfig = NULL;
@@ -40,7 +39,7 @@ AliFlowCommonConstants::AliFlowCommonConstants():
   fNbinsMult(10000),
   fNbinsPt(100),   
   fNbinsPhi(72),
-  fNbinsEta(80),
+  fNbinsEta(200),
   fNbinsQ(500),
   fMultMin(0.),            
   fMultMax(10000.),
@@ -48,8 +47,8 @@ AliFlowCommonConstants::AliFlowCommonConstants():
   fPtMax(10.),
   fPhiMin(0.),      
   fPhiMax(TMath::TwoPi()),
-  fEtaMin(-2.),             
-  fEtaMax(2.),      
+  fEtaMin(-5.),             
+  fEtaMax(5.),      
   fQMin(0.),        
   fQMax(3.)
 {