]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowCumuConstants.h
AliRsnReader:
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCumuConstants.h
index aabae7fa12009c4113552391941c8a9d76c1c522..e9a450214fc8d0466757bda5ae9f895d75bec380 100644 (file)
@@ -17,8 +17,17 @@ namespace AliFlowCumuConstants {
 
  // Enumerators
   enum {
-    kQmax        = 17,
-    kPmax        = 8,  
+    kQmax        = 11,
+    kPmax        = 5,
+    kQmax4        = 5,
+    kPmax4        = 2,     
+    kQmax6        = 7,
+    kPmax6        = 3,   
+    kQmax8        = 9,
+    kPmax8        = 4, 
+    kQmax16       = 17,
+    kPmax16       = 8,     
+             
     kFlow        = 2,  
     kMltpl       = 1
   };
@@ -27,8 +36,12 @@ namespace AliFlowCumuConstants {
  // Histograms limits
   extern Double_t  fgBinWidth;   
   extern Double_t  fgR0;   
-  extern Double_t  fgPtMax ;
-  extern Double_t  fgPtMin ;
+  extern Double_t  fgPtMax;
+  extern Double_t  fgPtMin;
+  
+ // Other numerical equations for cumulants 
+  extern Bool_t  fgOtherEquations;
 }
 
-#endif
\ No newline at end of file
+#endif
+