]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FLOW/AliFlowCommon/AliFlowLYZConstants.h
b2cb9686e9756b988011ddbb040613c2fd421f11
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCommon / AliFlowLYZConstants.h
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 /* $Id: AliFlowLYZConstants.h 25556 2008-05-02 08:22:51Z snelling $ */
5
6 #ifndef ALIFLOWLYZCONSTANTS_H
7 #define ALIFLOWLYZCONSTANTS_H
8
9 #include <TROOT.h>
10
11
12 // Description: constants for the LYZ flow makers
13
14
15 namespace AliFlowLYZConstants {
16
17
18  // Enumerators
19   enum {
20     kTheta       = 5,     // number of reference angles theta
21     kNbins       = 1200   // number of bins in fHistGtheta (AliFlowLYZHist1)
22   };
23  
24
25  // Histograms limits
26   extern Double_t  fgMaxSUM ;   // upper limit for fHistGtheta (AliFlowLYZHist1)
27   extern Double_t  fgMaxPROD ;   // upper limit for fHistGtheta (AliFlowLYZHist1)
28    
29  
30 }
31
32 #endif
33