]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FLOW/AliFlowCumuConstants.h
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCumuConstants.h
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 /* $Id$ */
5
6 #ifndef ALIFLOWCUMUCONSTANTS_H
7 #define ALIFLOWCUMUCONSTANTS_H
8
9 #include <TROOT.h>
10
11
12 // Description: constants for the LYZ flow makers
13
14
15 namespace AliFlowCumuConstants {
16
17
18  // Enumerators
19   enum {
20     kQmax        = 11,
21     kPmax        = 5,
22     kQmax4        = 5,
23     kPmax4        = 2,     
24     kQmax6        = 7,
25     kPmax6        = 3,   
26     kQmax8        = 9,
27     kPmax8        = 4, 
28     kQmax16       = 17,
29     kPmax16       = 8,     
30              
31     kFlow        = 2,  
32     kMltpl       = 1
33   };
34  
35
36  // Histograms limits
37   extern Double_t  fgBinWidth;   
38   extern Double_t  fgR0;   
39   extern Double_t  fgPtMax;
40   extern Double_t  fgPtMin;
41   
42  // Other numerical equations for cumulants 
43   extern Bool_t  fgOtherEquations;
44 }
45
46 #endif
47