]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/FLOW/AliFlowLYZConstants.h
new methods and possiility to run all methods in same run
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowLYZConstants.h
CommitLineData
f456b167 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 ALIFLOWLYZCONSTANTS_H
7#define ALIFLOWLYZCONSTANTS_H
8
9#include <TROOT.h>
10
11
12// Description: constants for the LYZ flow makers
13
14
15namespace AliFlowLYZConstants {
16
17
18 // Enumerators
19 enum {
448e8856 20 kTheta = 5, // number of reference angles theta
21 kNbins = 8000 // number of bins in fHistGtheta (AliFlowLYZHist1)
f456b167 22 };
23
24
25 // Histograms limits
448e8856 26 extern Double_t fgMin ; // lower limit for fHistGtheta (AliFlowLYZHist1)
27 extern Double_t fgMax ; // upper limit for fHistGtheta (AliFlowLYZHist1)
28
f456b167 29
30}
31
32#endif
33