]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/dNdPt/macros/plots/settings.C
Adding the posibility to set the participating detectors when running in AliHLTSystem.
[u/mrichter/AliRoot.git] / PWG0 / dNdPt / macros / plots / settings.C
CommitLineData
2803ac99 1//------------------------------------------------------------------------------
2// settings.C
3//
4// setting for all data files and folder
5// plot options are not set exclusively here
6//------------------------------------------------------------------------------
7
8
9//
10// store output plots? (gif+eps) directory?
11//
12Bool_t SAVE_FIGURES = kTRUE;
13// Bool_t SAVE_FIGURES = kFALSE;
14TString outputDir = "/u/jacek/CMS_ALICE_UA1_Michael/figures/";
15
16//
17// draw ALICE logo and/or PRELIMINARY tag?
18//
19Bool_t SHOW_LOGO = kTRUE;
20Bool_t SHOW_PRELIM = kTRUE;
21//Bool_t SHOW_LOGO = kFALSE;
22//Bool_t SHOW_PRELIM = kFALSE;
23
24//
25// graphics and plot options
26//
27Int_t textFont = 43;
28Int_t titleFont = 43;
29Int_t labelFont = 43;
30Int_t font = 43;
31
32Float_t titleFontSize = 24;
33Float_t markerSize = 1.25;
34Float_t legendTextSize = 20;
35Float_t labelSize = 24;
36Float_t titleSize = 24;
37
38Float_t leftMargin = 0.16;
39
40const Color_t colorAlice = kGray+2;
41const Color_t colorAliceFit = kBlack;
42const Color_t colorPhojet = kMagenta+2;
43const Color_t colorPythia109 = kCyan+3;
44const Color_t colorPythia306 = kRed+2;
45const Color_t colorPythia320 = kBlue+1;
46const Color_t colorAtlas = kBlue+1;
47const Color_t colorCms = kRed+2;
48const Color_t colorAliceErrors = kGray; //kSpring-8;
49const Color_t colorUa1 = kRed+2;
50
51
52//
53// various settings
54//
55
56// limit for shifting pt bins
57const Double_t fit_limit = 1e-14;
58const Double_t fit_limit2 = 1e-14;
59
60
61// ua1 inelastic cross section (mb); used to calculate yield/
62const Double_t sigmaInelUa1 = 43.5;
63// yields for (h+ + h-)/2
64const Double_t avgToHadr = 2.0;
65
66// eta range used for model comparison
67// -0.8 < eta < 0.8
68const Double_t etaRange = 1.6;
69
70// pi
71const Double_t M_PI = 3.1415926535897932384626433832795028841971693993751;
72
73
74//
75// set filenames and number of data points
76//
77
78// compatibility setting
79const Int_t binsAlice = 46;
80
81// ALICE INEL data file (for comparison to models)
82Char_t* filenameInelAlice = "/u/jacek/alice/dNdPt/output/data_points/ALICE_Yield_INEL_900GeV.txt";
83const Int_t binsInelAlice = 46; // number of bins (= lines in data textfile)
84
85// ALICE NSD data file (for comparison to ATLAS and CMS)
86Char_t* filenameNsdAlice = "/u/jacek/alice/dNdPt/output/data_points/ALICE_Yield_NSD_900GeV.txt";
87const Int_t binsNsdAlice = 46; // number of bins (= lines in data textfile)
88
89// ALICE NSD Invariant Yield data file (for comparison to UA1)
90Char_t* filenameYieldAlice = "/u/jacek/alice/dNdPt/output/data_points/ALICE_InvYield_NSD_900GeV.txt";
91const Int_t binsYieldAlice = 46; // number of bins (= lines in data textfile)
92
93// ATLAS NSD data file
94Char_t* filenameAtlas = "/u/mknichel/dNdPt/data/atlas_data.txt";
95const Int_t binsAtlas = 33; // number of bins (= lines in data textfile)
96
97// CMS NSD data file
98Char_t* filenameCms = "/u/mknichel/dNdPt/data/cms_data.txt";
99const Int_t binsCms = 24; // number of bins (= lines in data textfile)
100
101// UA1 invariant Cross section data file
102Char_t* filenameUa1 = "/u/mknichel/dNdPt/data/UA1data_0.9TeV_pt_CrossSec_errCrossSec.txt";
103const Int_t binsUa1 = 52; // number of bins (= lines in data textfile)
104
105// photjet root file
106Char_t* filenamePhojet = "/u/jacek/alice/dNdPt/output/fastsim/out_fastsim_900Phojet_EtaRange0.8.root";
107const Int_t binsPhojet = 54; // number of bins
108
109// Pythia D6T (109) root file
110Char_t* filenamePythia109 = "/u/jacek/alice/dNdPt/output/fastsim/out_fastsim_900Pythia109_EtaRange0.8.root";
111const Int_t binsPythia109 = 54; // number of bins
112
113// Pythia ATLAS-CSC (306) root file
114Char_t* filenamePythia306 = "/u/jacek/alice/dNdPt/output/fastsim/out_fastsim_900Pythia306_EtaRange0.8.root";
115const Int_t binsPythia306 = 54; // number of bins
116
117// Pythia Perugia0 (320) root file
118Char_t* filenamePythia320 = "/u/jacek/alice/dNdPt/output/fastsim/out_fastsim_900Pythia320_EtaRange0.8.root";
119const Int_t binsPythia320 = 54; // number of bins
120
121// ALICE Logo file
122Char_t* filenameAliceLogo = "/u/mknichel/dNdPt/LogoALICE-DEF-transp.png";
123TImage* logo = TImage::Open(filenameAliceLogo);
124
125//
126// fit functions
127// these have to be set also in shiftPtxxx.C and makePlotsxxx.C
128//
129TF1* fitNsd = new TF1("fitNsd","[0]*(x*x/sqrt(0.14*0.14+x*x))*(1+x/[2])^((-1) * [1])",0.0,10.0);
130TF1* fitInel = new TF1("fitInel","[0]*(x*x/sqrt(0.14*0.14+x*x))*(1+x/[2])^((-1) * [1])",0.0,10.0);
131TF1* fitYield = new TF1("fitYield","[0]*(x*x/sqrt(0.14*0.14+x*x))*(1+x/[2])^((-1) * [1])",0.0,10.0);