]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FLOW/AliFlowCumuConstants.h
new methods and possiility to run all methods in same run
[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        = 17,
21     kPmax        = 8,  
22     kFlow        = 2,  
23     kMltpl       = 1
24   };
25  
26
27  // Histograms limits
28   extern Double_t  fgBinWidth;   
29   extern Double_t  fgR0;   
30   extern Double_t  fgPtMax ;
31   extern Double_t  fgPtMin ;
32 }
33
34 #endif
35