]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/macros/ConfigGammaConversion.C
Possibility to add a mixing handler to the input.
[u/mrichter/AliRoot.git] / PWG4 / macros / ConfigGammaConversion.C
CommitLineData
d7d7e825 1/** VERSION NUMBER 1.1 */
a19c3402 2
bf008563 3/**************************************************************************
4 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * *
6 * Author: Ana Marin, Kathrin Koch, Kenneth Aamodt
7 * Contact: kenneth.aamodt@cern.ch
8 * Version 1.1 *
9 * *
10 * Permission to use, copy, modify and distribute this software and its *
11 * documentation strictly for non-commercial purposes is hereby granted *
12 * without fee, provided that the above copyright notice appears in all *
13 * copies and that both the copyright notice and this permission notice *
14 * appear in the supporting documentation. The authors make no claims *
15 * about the suitability of this software for any purpose. It is *
16 * provided "as is" without express or implied warranty. *
17 **************************************************************************/
67381a40 18const int c_array_size = 15;
bf008563 19
d7d7e825 20class AliAnalysisDataContainer;
21class AliGammaConversionHistograms;
6c84d371 22class AliAnalysisTaskGammaConversion;
332f1f44 23class AliAnalysisTaskGammaJet;
a19c3402 24
d7d7e825 25// set this to a number if you want to analyze a set number of files
26// if it is 0 it will analyze the files listed in the data list
6c84d371 27Int_t kGCnumberOfFilesToAnalyze=0;
a19c3402 28
6c84d371 29Bool_t kGCrunNeutralMeson = kTRUE;
30Bool_t kGCrunJet = kFALSE;
31Bool_t kGCrunChic = kFALSE;
eb35cbb5 32Bool_t kGCrunDalitz = kFALSE;
1e7846f4 33Bool_t kGCrunCF = kFALSE;
037dc2db 34Bool_t kGCcalculateBackground = kTRUE;
35Bool_t kGCdoNeutralMesonV0MCCheck =kFALSE;
48682642 36Bool_t kGCrunOmegaMeson = kFALSE;
ca6d4600 37Bool_t kGCrunRES = kFALSE;
9c1cb6f7 38Bool_t kGCRecalculateV0ForGamma = kFALSE;
5ce758b0 39Bool_t kGCUseTrackMultiplicityForBG = kTRUE;
40Bool_t kGCMoveParticlesAccordingToVertex = kFALSE;
2e2da371 41Bool_t kGCLowMemoryConsumption = kFALSE;
42Bool_t kGCApplyChi2Cut = kFALSE;
332f1f44 43//Svein
44Bool_t kGCRunGammaJetTask = kFALSE;
a19c3402 45/** ---------------------------------- define cuts here ------------------------------------*/
4f07ce38 46TString kGCAnalysisCutSelectionId="900110204010001"; // do not change here, use -set-cut-selection in argument instead
70ef88b5 47
48Int_t kGCNEventsForBGCalculation=10;
48682642 49
6c84d371 50Int_t kGCpidOfNegativeTrack=11;
51Int_t kGCpidOfPositiveTrack=-11;
a19c3402 52
10e3319b 53Double_t kGCmaxVertexZ = 10.;
6c84d371 54Double_t kGCmaxRCut = 180.;
4f07ce38 55Double_t kGCminRCut = 2.8;
48682642 56Double_t kGCetaCut = 0.9;
6c84d371 57Double_t kGCptCut = 0.02;
48682642 58Double_t kGCsingleptCut = 0.02;
a0b94e5c 59Double_t kGCmaxZCut = 240.;
48682642 60Double_t kGCminClsTPCCut= 0.;
4f07ce38 61Double_t kGCminClsTPCCutToF= 0.;
48682642 62Double_t kGCchi2CutConversion = 30.;
9640a3d1 63Double_t kGCchi2CutMeson = 50.;
9c1cb6f7 64Double_t kGCalphaCutMeson = 0.7;
67381a40 65Double_t kGCalphaMinCutMeson = 0.0;
a19c3402 66
52a15f71 67Double_t kGCLineCutZRSlope = tan(2*atan(exp(-kGCetaCut)));
68Double_t kGCLineCutZValue = 7.;
69
70
6c84d371 71Double_t kGCxVertexCut = 0.;
72Double_t kGCyVertexCut = 0.;
73Double_t kGCzVertexCut = 0.;
a19c3402 74
6c84d371 75Double_t kGCsigmaCutGammaMass=0.0001;
a19c3402 76
6c84d371 77Bool_t kGCuseImprovedVertex = kTRUE;
a19c3402 78
77880bd8 79Bool_t kGCUseOnFlyV0Finder = kTRUE;
80
a19c3402 81// define masses of different particles, this will be used by the KF particle
82// together with the width to set mass constraints. Units in GeV.
6c84d371 83Double_t kGCelectronMass = 0.00051099892;
84Double_t kGCgammaMass = 0.;
85Double_t kGCpi0Mass = 0.1349766;
86Double_t kGCetaMass = 0.54751;
a19c3402 87
88// define the width constraint used by KF particle.
6c84d371 89Double_t kGCgammaWidth = 0.01;
90Double_t kGCpi0Width = 0.01;
91Double_t kGCetaWidth = 0.01;
a19c3402 92
93// define the probability of track being an electron
037dc2db 94Double_t kGCprobElectron = 0.000;
32a6d407 95
45795c36 96Double_t kGCminOpeningAngleGhostCut = 0.005;
a19c3402 97
eb35cbb5 98/** ---------------------------------- define pi0 dalitz cuts here ------------------------------------*/
99
100Bool_t kGCRunStandalone = kFALSE;
101Bool_t kGCUseBayesPID = kFALSE;
102Bool_t kGCUseTrackIndexCut = kTRUE;
103Bool_t kGCUsePsiPairCut = kTRUE;
104Bool_t kGCUseMassCut = kFALSE;
105Bool_t kGCUseGammaCut = kFALSE;
106Bool_t kGCReadMagFieldSign = kTRUE;
107Bool_t kGCUseAliKF = kFALSE;
108
109Double_t kGCPsiPairCut = 0.45;
110Double_t kGCDeltaPhiCutMin = 0.;
111Double_t kGCDeltaPhiCutMax = 0.12;
112Double_t kGCMassCutMin = 0.;
113Double_t kGCMassCutMax = 0.1;
114Double_t kGCNSigmaBelowElecTPCbethe = -2.;
115Double_t kGCNSigmaAboveElecTPCbethe = 3.;
116Double_t kGCNSigmaAbovePionTPCbethe = 2.;
117Double_t kGCNSigmaAboveKaonTPCbethe = 2.;
118Double_t kGCNSigmaAboveProtonTPCbethe = 2.;
119
120Int_t kGCTrkSelectionCriteria = 1; // kITSsaTrack=0, kGlobalTrack=1, kITSsaGlobalTrack=2
121// NOTE: for details in the track cuts and defined histograms see AddGammaConvDalitz.C
122
a19c3402 123/** ----------------------------------end define cuts here----------------------------------*/
124
125/** -------------------------------- Phi/R Mapping ---------------------------------------*/
a0b94e5c 126Int_t kGCnPhiIndex = 8;
f5f99b3d 127Int_t kGCnRIndex = 14;
a19c3402 128
6c84d371 129Double_t kGCminRadius = 0.;
130Double_t kGCmaxRadius = 200.;
131Double_t kGCminPhi = -TMath::Pi();
132Double_t kGCmaxPhi = TMath::Pi();
a19c3402 133/** ------------------------------- end Phi/R Mapping ------------------------------------*/
134
a0b94e5c 135Bool_t kGCdoOwnXYZCalculation = kFALSE;
5ce758b0 136Bool_t kGCdoConstructGamma = kFALSE;
a0b94e5c 137
332f1f44 138/** -------------AOD stuff ---------------------------------------------------------------*/
139TString kGCDeltaAODFilename = "AliAODGammaConversion.root"; //If empty, writes to standard common aod file.
d765d400 140Bool_t kGCWriteAOD =kTRUE; // Turn on AOD
141Bool_t kGCForceAOD = kFALSE; // Call AliAnalysisManager::SetFillAOD(kTRUE) every ESD event.
142
a19c3402 143/** ------------------- define which histograms to plot here --------------------------------*/
144/** NB: to change the bin numbers, see below the histogram flags */
d7d7e825 145
146// NEUTRAL MESON PLOTS
6c84d371 147Bool_t kGCplotMCConversionR = kTRUE;
148Bool_t kGCplotMCConversionZR = kTRUE;
149Bool_t kGCplotMCConversionXY = kTRUE;
150Bool_t kGCplotMCConversionOpeningAngle = kTRUE;
9640a3d1 151Bool_t kGCplotMCConvGammaEAsymmetryP = kTRUE;
152Bool_t kGCplotMCConvGammaPAsymmetryP = kTRUE;
153
6c84d371 154
45795c36 155Bool_t kGCplotMCEEnergy = kFALSE;
6c84d371 156Bool_t kGCplotMCEPt = kTRUE;
157Bool_t kGCplotMCEEta = kTRUE;
158Bool_t kGCplotMCEPhi = kTRUE;
ebcfaa7e 159Bool_t kGCplotMCENTPCClusters = kTRUE;
160Bool_t kGCplotMCENITSClusters = kTRUE;
6c84d371 161
45795c36 162Bool_t kGCplotMCPEnergy = kFALSE;
6c84d371 163Bool_t kGCplotMCPPt = kTRUE;
164Bool_t kGCplotMCPEta = kTRUE;
165Bool_t kGCplotMCPPhi = kTRUE;
ebcfaa7e 166Bool_t kGCplotMCPNTPCClusters = kTRUE;
167Bool_t kGCplotMCPNITSClusters = kTRUE;
6c84d371 168
45795c36 169Bool_t kGCplotMCallGammaEnergy = kFALSE;
6c84d371 170Bool_t kGCplotMCallGammaPt = kTRUE;
171Bool_t kGCplotMCallGammaEta = kTRUE;
172Bool_t kGCplotMCallGammaPhi = kTRUE;
173Bool_t kGCplotMCallGammaRapid = kTRUE;
174
175
45795c36 176Bool_t kGCplotMCConvGammaEnergy = kFALSE;
6c84d371 177Bool_t kGCplotMCConvGammaPt = kTRUE;
178Bool_t kGCplotMCConvGammaEta = kTRUE;
179Bool_t kGCplotMCConvGammaPhi = kTRUE;
180Bool_t kGCplotMCConvGammaRapid = kTRUE;
181Bool_t kGCplotMCConvGammaPtvsEta = kTRUE;
182
45795c36 183Bool_t kGCplotMCallDirectGammaEnergy = kFALSE;
6c84d371 184Bool_t kGCplotMCallDirectGammaPt = kTRUE;
185Bool_t kGCplotMCallDirectGammaEta = kTRUE;
186Bool_t kGCplotMCallDirectGammaPhi = kTRUE;
187Bool_t kGCplotMCallDirectGammaRapid = kTRUE;
188
45795c36 189Bool_t kGCplotMCConvDirectGammaEnergy = kFALSE;
6c84d371 190Bool_t kGCplotMCConvDirectGammaPt = kTRUE;
191Bool_t kGCplotMCConvDirectGammaEta = kTRUE;
192Bool_t kGCplotMCConvDirectGammaPhi = kTRUE;
193Bool_t kGCplotMCConvDirectGammaRapid = kTRUE;
194
195Bool_t kGCplotMCMotherEta = kTRUE;
196Bool_t kGCplotMCMotherRapid = kTRUE;
197Bool_t kGCplotMCMotherPhi = kTRUE;
198Bool_t kGCplotMCMotherPt = kTRUE;
45795c36 199Bool_t kGCplotMCMotherEnergy = kFALSE;
6c84d371 200Bool_t kGCplotMCMotherMass = kTRUE;
201Bool_t kGCplotMCMotherOpeningAngle = kTRUE;
202Bool_t kGCplotMCMotherR = kTRUE;
d5f99c2b 203Bool_t kGCplotMCMotherZR = kFALSE;
204Bool_t kGCplotMCMotherXY = kFALSE;
6c84d371 205Bool_t kGCplotMCMotherPtvsEtaWithinAcceptance = kTRUE;
206Bool_t kGCplotMCMotherPtvsRapidWithinAcceptance = kTRUE;
207Bool_t kGCplotMCMotherPtvsEtaConvGammaWithinAcceptance = kTRUE;
208Bool_t kGCplotMCMotherPtvsRapidConvGammaWithinAcceptance = kTRUE;
209Bool_t kGCplotMCMotherSpectra = kTRUE;
210
4f07ce38 211Bool_t kGCplotMCPhysicalPrimaryChargedPt = kTRUE;
212
6c84d371 213Bool_t kGCplotMCPi0Eta = kTRUE;
214Bool_t kGCplotMCPi0Rapid = kTRUE;
215Bool_t kGCplotMCPi0Phi = kTRUE;
216Bool_t kGCplotMCPi0Pt = kTRUE;
48682642 217Bool_t kGCplotMCPi0PtFiducial = kTRUE;
218Bool_t kGCplotMCPi0PtWithinAcceptanceFiducial = kTRUE;
219Bool_t kGCplotMCPi0PtConvGammaWithinAcceptanceFiducial = kTRUE;
10e3319b 220Bool_t kGCplotMCPi0OpeningPtConvGammaWithinAcceptance = kTRUE;
221Bool_t kGCplotMCPi0PtGammaPtConvGammaWithinAcceptance = kTRUE;
45795c36 222Bool_t kGCplotMCPi0Energy = kFALSE;
6c84d371 223Bool_t kGCplotMCPi0Mass = kTRUE;
48682642 224Bool_t kGCplotMCPi0Alpha = kTRUE;
6c84d371 225Bool_t kGCplotMCPi0OpeningAngle = kTRUE;
226Bool_t kGCplotMCPi0R = kTRUE;
45795c36 227Bool_t kGCplotMCPi0ZR = kFALSE;
228Bool_t kGCplotMCPi0XY = kFALSE;
6c84d371 229Bool_t kGCplotMCPi0PtvsEtaWithinAcceptance = kTRUE;
230Bool_t kGCplotMCPi0PtvsRapidWithinAcceptance = kTRUE;
231Bool_t kGCplotMCPi0PtvsEtaConvGammaWithinAcceptance = kTRUE;
232Bool_t kGCplotMCPi0PtvsRapidConvGammaWithinAcceptance = kTRUE;
233Bool_t kGCplotMCPi0ZRConvGammaWithinAcceptance = kTRUE;
234
235Bool_t kGCplotMCPi0SecondaryEta = kTRUE;
236Bool_t kGCplotMCPi0SecondaryRapid = kTRUE;
237Bool_t kGCplotMCPi0SecondaryPhi = kTRUE;
238Bool_t kGCplotMCPi0SecondaryPt = kTRUE;
45795c36 239Bool_t kGCplotMCPi0SecondaryEnergy = kFALSE;
6c84d371 240Bool_t kGCplotMCPi0SecondaryMass = kTRUE;
241Bool_t kGCplotMCPi0SecondaryOpeningAngle = kTRUE;
242Bool_t kGCplotMCPi0SecondaryR = kTRUE;
45795c36 243Bool_t kGCplotMCPi0SecondaryZR = kFALSE;
244Bool_t kGCplotMCPi0SecondaryXY = kFALSE;
6c84d371 245Bool_t kGCplotMCPi0SecondaryPtvsEtaWithinAcceptance = kTRUE;
246Bool_t kGCplotMCPi0SecondaryPtvsRapidWithinAcceptance = kTRUE;
247Bool_t kGCplotMCPi0SecondaryPtvsEtaConvGammaWithinAcceptance = kTRUE;
248Bool_t kGCplotMCPi0SecondaryPtvsRapidConvGammaWithinAcceptance = kTRUE;
249
250Bool_t kGCplotMCEtaEta = kTRUE;
251Bool_t kGCplotMCEtaRapid = kTRUE;
252Bool_t kGCplotMCEtaPhi = kTRUE;
253Bool_t kGCplotMCEtaPt = kTRUE;
45795c36 254Bool_t kGCplotMCEtaEnergy = kFALSE;
6c84d371 255Bool_t kGCplotMCEtaMass = kTRUE;
256Bool_t kGCplotMCEtaOpeningAngleGamma = kTRUE;
257Bool_t kGCplotMCEtaR = kTRUE;
45795c36 258Bool_t kGCplotMCEtaZR = kFALSE;
259Bool_t kGCplotMCEtaXY = kFALSE;
6c84d371 260Bool_t kGCplotMCEtaPtvsEtaWithinAcceptance = kTRUE;
261Bool_t kGCplotMCEtaPtvsRapidWithinAcceptance = kTRUE;
262Bool_t kGCplotMCEtaPtvsEtaConvGammaWithinAcceptance = kTRUE;
263Bool_t kGCplotMCEtaPtvsRapidConvGammaWithinAcceptance = kTRUE;
10e3319b 264Bool_t kGCplotMCEtaOpeningPtConvGammaWithinAcceptance = kTRUE;
265Bool_t kGCplotMCEtaPtGammaPtConvGammaWithinAcceptance = kTRUE;
6c84d371 266Bool_t kGCplotMCEtaZRConvGammaWithinAcceptance = kTRUE;
32a6d407 267
a19c3402 268// Histograms from esd tracks
9640a3d1 269Bool_t kGCplotESDConversionR = kTRUE;
270Bool_t kGCplotESDConversionZR = kTRUE;
271Bool_t kGCplotESDConversionXY = kTRUE;
e60f3265 272Bool_t kGCplotESDConversionXYBeamPipe = kTRUE;
273Bool_t kGCplotESDConversionRPhiBeamPipe = kTRUE;
9640a3d1 274Bool_t kGCplotESDConversionOpeningAngle = kTRUE;
275Bool_t kGCplotESDConvGammaCosPointingAngle = kTRUE;
276Bool_t kGCplotESDConvGammaDcaDaugthers = kTRUE;
277Bool_t kGCplotESDConvGammaNormDcaDistDaugthers = kTRUE;
278Bool_t kGCplotESDConvGammaLikelihoodAP = kTRUE;
279Bool_t kGCplotESDConvGammaEAsymmetryP = kTRUE;
280Bool_t kGCplotESDConvGammaPAsymmetryP = kTRUE;
281Bool_t kGCplotESDConvGammaEdEdxP = kTRUE;
282Bool_t kGCplotESDConvGammaPdEdxP = kTRUE;
9c1cb6f7 283Bool_t kGCplotESDConvGammaEeProbP = kTRUE;
284Bool_t kGCplotESDConvGammaPeProbP = kTRUE;
285Bool_t kGCplotESDConvGammaEmupiProbP = kTRUE;
286Bool_t kGCplotESDConvGammaPmupiProbP = kTRUE;
287
48682642 288Bool_t kGCplotESDConvGammaQtAlfa = kTRUE;
9640a3d1 289
6c84d371 290
45795c36 291Bool_t kGCplotESDEEnergy = kFALSE;
6c84d371 292Bool_t kGCplotESDEPt = kTRUE;
293Bool_t kGCplotESDEEta = kTRUE;
294Bool_t kGCplotESDEPhi = kTRUE;
ebcfaa7e 295Bool_t kGCplotESDENTPCClusters = kTRUE;
296Bool_t kGCplotESDENITSClusters = kTRUE;
5ce758b0 297Bool_t kGCplotESDENTPCClustersToFP = kTRUE;
298Bool_t kGCplotESDETPCchi2 = kTRUE;
6c84d371 299
45795c36 300Bool_t kGCplotESDPEnergy = kFALSE;
6c84d371 301Bool_t kGCplotESDPPt = kTRUE;
302Bool_t kGCplotESDPEta = kTRUE;
303Bool_t kGCplotESDPPhi = kTRUE;
5ce758b0 304Bool_t kGCplotESDPNTPCClusters = kTRUE;
ebcfaa7e 305Bool_t kGCplotESDPNITSClusters = kTRUE;
5ce758b0 306Bool_t kGCplotESDPNTPCClustersToFP = kTRUE;
307Bool_t kGCplotESDPTPCchi2 = kTRUE;
6c84d371 308
45795c36 309Bool_t kGCplotESDConvGammaEnergy = kFALSE;
6c84d371 310Bool_t kGCplotESDConvGammaPt = kTRUE;
311Bool_t kGCplotESDConvGammaEta = kTRUE;
312Bool_t kGCplotESDConvGammaPhi = kTRUE;
313Bool_t kGCplotESDConvGammaMass = kTRUE;
314Bool_t kGCplotESDConvGammaWidth = kTRUE;
315Bool_t kGCplotESDConvGammaChi2 = kTRUE;
316Bool_t kGCplotESDConvGammaNDF = kTRUE;
317Bool_t kGCplotESDConvGammaRapid = kTRUE;
318Bool_t kGCplotESDConvGammaPtvsEta = kTRUE;
319Bool_t kGCplotESDConvGammaPtvsChi2 = kTRUE;
320Bool_t kGCplotESDConvGammaEtavsChi2 = kTRUE;
321
9640a3d1 322
037dc2db 323Bool_t kGCplotESDTrueDalitzContaminationR = kTRUE;
45795c36 324Bool_t kGCplotESDTrueConvGammaEnergy = kFALSE;
6c84d371 325Bool_t kGCplotESDTrueConvGammaPt = kTRUE;
326Bool_t kGCplotESDTrueConvGammaEta = kTRUE;
327Bool_t kGCplotESDTrueConvGammaPhi = kTRUE;
328Bool_t kGCplotESDTrueConvGammaMass = kTRUE;
329Bool_t kGCplotESDTrueConvGammaWidth = kTRUE;
330Bool_t kGCplotESDTrueConvGammaChi2 = kTRUE;
331Bool_t kGCplotESDTrueConvGammaNDF = kTRUE;
332Bool_t kGCplotESDTrueConvGammaRapid = kTRUE;
333Bool_t kGCplotESDTrueConvGammaPtvsEta = kTRUE;
334Bool_t kGCplotESDTrueConversionR = kTRUE;
45795c36 335Bool_t kGCplotESDTrueConversionZR = kFALSE;
336Bool_t kGCplotESDTrueConversionXY = kFALSE;
6c84d371 337Bool_t kGCplotESDTrueConversionOpeningAngle = kTRUE;
9640a3d1 338Bool_t kGCplotESDTrueConvGammaCosPointingAngle = kTRUE;
339Bool_t kGCplotESDTrueConvGammaDcaDaugthers = kTRUE;
340Bool_t kGCplotESDTrueConvGammaNormDcaDistDaugthers = kTRUE;
341Bool_t kGCplotESDTrueConvGammaLikelihoodAP = kTRUE;
342Bool_t kGCplotESDTrueConvGammaEAsymmetryP = kTRUE;
343Bool_t kGCplotESDTrueConvGammaPAsymmetryP = kTRUE;
344Bool_t kGCplotESDTrueConvGammaEdEdxP = kTRUE;
345Bool_t kGCplotESDTrueConvGammaPdEdxP = kTRUE;
70ef88b5 346Bool_t kGCplotESDTrueConvGammaQtAlfa = kTRUE;
9640a3d1 347
6c84d371 348Bool_t kGCplotESDTrueConvGammaPtvsChi2 = kTRUE;
349Bool_t kGCplotESDTrueConvGammaEtavsChi2 = kTRUE;
350Bool_t kGCplotESDTrueConvGammaMCPtEta = kTRUE;
45795c36 351Bool_t kGCplotESDTrueConversionMCZR = kFALSE;
352Bool_t kGCplotESDTrueConversionMCXY = kFALSE;
6c84d371 353
45795c36 354Bool_t kGCplotESDNoCutConvGammaEnergy = kFALSE;
6c84d371 355Bool_t kGCplotESDNoCutConvGammaPt = kTRUE;
356Bool_t kGCplotESDNoCutConvGammaEta = kTRUE;
357Bool_t kGCplotESDNoCutConvGammaPhi = kTRUE;
358Bool_t kGCplotESDNoCutConvGammaMass = kTRUE;
359Bool_t kGCplotESDNoCutConvGammaWidth = kTRUE;
360Bool_t kGCplotESDNoCutConvGammaChi2 = kTRUE;
361Bool_t kGCplotESDNoCutConvGammaNDF = kTRUE;
362Bool_t kGCplotESDNoCutConvGammaRapid = kTRUE;
363Bool_t kGCplotESDNoCutConvGammaPtvsEta = kTRUE;
364Bool_t kGCplotESDNoCutConversionR = kTRUE;
45795c36 365Bool_t kGCplotESDNoCutConversionZR = kFALSE;
366Bool_t kGCplotESDNoCutConversionXY = kFALSE;
6c84d371 367Bool_t kGCplotESDNoCutConversionOpeningAngle = kTRUE;
9640a3d1 368Bool_t kGCplotESDNoCutConvGammaCosPointingAngle = kTRUE;
369Bool_t kGCplotESDNoCutConvGammaDcaDaugthers = kTRUE;
370Bool_t kGCplotESDNoCutConvGammaNormDcaDistDaugthers = kTRUE;
371Bool_t kGCplotESDNoCutConvGammaLikelihoodAP = kTRUE;
372
373Bool_t kGCplotESDNoCutConvGammaEAsymmetryP = kTRUE;
374Bool_t kGCplotESDNoCutConvGammaPAsymmetryP = kTRUE;
375Bool_t kGCplotESDNoCutConvGammaEdEdxP = kTRUE;
376Bool_t kGCplotESDNoCutConvGammaPdEdxP = kTRUE;
6c84d371 377Bool_t kGCplotESDNoCutConvGammaPtvsChi2 = kTRUE;
378Bool_t kGCplotESDNoCutConvGammaEtavsChi2 = kTRUE;
379Bool_t kGCplotESDNoCutConvGammaMCPtEta = kTRUE;
45795c36 380Bool_t kGCplotESDNoCutConversionMCZR = kFALSE;
381Bool_t kGCplotESDNoCutConversionMCXY = kFALSE;
6c84d371 382
70ef88b5 383Bool_t kGCplotESDMotherChi2 = kTRUE;
6c84d371 384Bool_t kGCplotESDMotherOpeningAngleGamma = kTRUE;
45795c36 385Bool_t kGCplotESDMotherEnergy = kFALSE;
386Bool_t kGCplotESDMotherPt = kFALSE;
6c84d371 387Bool_t kGCplotESDMotherEta = kTRUE;
45795c36 388Bool_t kGCplotESDMotherPhi = kFALSE;
389Bool_t kGCplotESDMotherMass = kFALSE;
390Bool_t kGCplotESDMotherR = kFALSE;
d5f99c2b 391Bool_t kGCplotESDMotherZR = kFALSE;
392Bool_t kGCplotESDMotherXY = kFALSE;
6c84d371 393Bool_t kGCplotESDMotherRapid = kTRUE;
394
395Bool_t kGCplotESDBackgroundOpeningAngleGamma = kTRUE;
45795c36 396Bool_t kGCplotESDBackgroundEnergy = kFALSE;
397Bool_t kGCplotESDBackgroundPt = kFALSE;
398Bool_t kGCplotESDBackgroundEta = kFALSE;
399Bool_t kGCplotESDBackgroundPhi = kFALSE;
400Bool_t kGCplotESDBackgroundMass = kFALSE;
401Bool_t kGCplotESDBackgroundR = kFALSE;
d5f99c2b 402Bool_t kGCplotESDBackgroundZR = kFALSE;
403Bool_t kGCplotESDBackgroundXY = kFALSE;
45795c36 404Bool_t kGCplotESDBackgroundRapid = kFALSE;
6c84d371 405
a0b94e5c 406Bool_t kGCplotMapping = kTRUE;
6c84d371 407
408Bool_t kGCplotResolutiondPt = kTRUE;
409Bool_t kGCplotResolutiondR = kTRUE;
410Bool_t kGCplotResolutiondZ = kTRUE;
411
037dc2db 412Bool_t kGCplotResolutiondRAbs = kTRUE;
413Bool_t kGCplotResolutiondZAbs = kTRUE;
414Bool_t kGCplotResolutiondPhiAbs = kTRUE;
415
ca6d4600 416Bool_t kGCplotResolutiondRdPt = kTRUE;
6c84d371 417
418Bool_t kGCplotResolutionMCPt = kTRUE;
419Bool_t kGCplotResolutionMCR = kTRUE;
420Bool_t kGCplotResolutionMCZ = kTRUE;
421
422Bool_t kGCplotResolutionESDPt = kTRUE;
423Bool_t kGCplotResolutionESDR = kTRUE;
424Bool_t kGCplotResolutionESDZ = kTRUE;
425
48682642 426Bool_t kGCplotResolutionPtdPt = kTRUE;
427
6c84d371 428Bool_t kGCplotESDNumberOfV0s = kTRUE;
429Bool_t kGCplotESDNumberOfSurvivingV0s = kTRUE;
b5832f95 430Bool_t kGCplotESDNumberOfContributorsVtx = kTRUE;
037dc2db 431Bool_t kGCplotESDNumberOfGoodESDTracks = kTRUE;
a19c3402 432
6c3a327c 433// debug histograms
6c84d371 434Bool_t kGCplotESDCutGetOnFly = kTRUE;
435Bool_t kGCplotESDCutNContributors = kTRUE;
436Bool_t kGCplotESDCutLikeSign = kTRUE;
437Bool_t kGCplotESDCutRefit = kTRUE;
438Bool_t kGCplotESDCutKink = kTRUE;
439Bool_t kGCplotESDCutPIDProb = kTRUE;
9640a3d1 440Bool_t kGCplotESDCutdedxSigmaElectronLine=kTRUE;
441Bool_t kGCplotESDCutdedxSigmaPionLine=kTRUE;
9c1cb6f7 442Bool_t kGCplotESDCutPionRejectionLowP =kTRUE;
443Bool_t kGCplotESDCutProtonRejectionLowP=kTRUE;
444Bool_t kGCplotESDCutKaonRejectionLowP =kTRUE;
70ef88b5 445Bool_t kGCplotESDCutQtGammaSelection=kTRUE;
6c84d371 446Bool_t kGCplotESDCutR = kTRUE;
4f07ce38 447Bool_t kGCplotESDCutMinR = kTRUE;
6c84d371 448Bool_t kGCplotESDCutLine = kTRUE;
ebcfaa7e 449Bool_t kGCplotESDCutZ = kTRUE;
48682642 450Bool_t kGCplotESDCutMinClsTPC = kTRUE;
4f07ce38 451Bool_t kGCplotESDCutMinClsTPCToF = kTRUE;
9640a3d1 452Bool_t kGCplotESDGoodV0s = kTRUE;
ebcfaa7e 453Bool_t kGCplotESDAllV0s = kTRUE;
454Bool_t kGCplotESDAllV0sCurrentFinder = kTRUE;
48682642 455Bool_t kGCplotESDAllV0sCurrentFinderQtAlfa = kTRUE;
456
6c84d371 457Bool_t kGCplotESDCutNDF = kTRUE;
458Bool_t kGCplotESDCutChi2 = kTRUE;
459Bool_t kGCplotESDCutEta = kTRUE;
460Bool_t kGCplotESDCutPt = kTRUE;
9c1cb6f7 461Bool_t kGCplotESDCutSinglePt = kTRUE;
d5f99c2b 462Bool_t kGCplotESDTrueConvGammaTrackLength =kFALSE;
463Bool_t kGCplotESDTrueConvGammaTrackLengthVSInvMass =kFALSE;
6c84d371 464
465Bool_t kGCplotPi0Spectra = kTRUE;
466Bool_t kGCplotEtaSpectra = kTRUE;
48682642 467Bool_t kGCplotOmegaSpectra = kTRUE;
a19c3402 468
00a6a31a 469/////////////Chi_c Analysis//////////////////////////
6c84d371 470Bool_t kGCplotStatsElectrons = kTRUE;
471Bool_t kGCplotRecENegJPsiPtDiff = kTRUE;
472Bool_t kGCplotRecEPosJPsiPtDiff = kTRUE;
473Bool_t kGCplotRecEPosENegR = kTRUE;
474Bool_t kGCplotRecEPosENegEta = kTRUE;
475Bool_t kGCplotESDInvMassePluseMinus = kTRUE;
476Bool_t kGCplotESDInvMassGammaePluseMinusChiC = kTRUE;
477Bool_t kGCplotESDInvMassGammaePluseMinusPi0 = kTRUE;
478Bool_t kGCplotESDElectronPosNegPt = kTRUE;
479Bool_t kGCplotESDElectronPosNegEta = kTRUE;
480Bool_t kGCplotESDElectronPosNegAngle = kTRUE;
481Bool_t kGCplotMCElectronPosNegPt = kTRUE;
482Bool_t kGCplotMCElectronPosNegEta = kTRUE;
483Bool_t kGCplotMCElectronPosNegJPsiAngle = kTRUE;
484Bool_t kGCplotESDElectronPosNegPi0Angle = kTRUE;
485Bool_t kGCplotMCElectronPosNegPi0Angle = kTRUE;
486Bool_t kGCplotTableElectrons = kTRUE;
487Bool_t kGCplotESDEPosBackground = kTRUE;
488Bool_t kGCplotESDENegBackground = kTRUE;
489Bool_t kGCplotESDEPosENegBackground = kTRUE;
490Bool_t kGCplotESDEPosENegBackgroundCut = kTRUE;
491Bool_t kGCplotESDePoseNegAngle = kTRUE;
492Bool_t kGCplotESDEPosENegGammaBackgroundMX = kTRUE;
493Bool_t kGCplotMCLabels = kTRUE;
00a6a31a 494///////////////////////////////////////////////////////////////////
a19c3402 495
d7d7e825 496//---------------- Gamma Jet analysis ----------------------------
6c84d371 497Bool_t kGCplotdPhiHdrGam = kTRUE;
498Bool_t kGCplotdPhiHdrGamIsolated = kTRUE;
499Bool_t kGCplotMinimumIsoDistance = kTRUE;
500Bool_t kGCplotFFzHdrGam = kTRUE;
501Bool_t kGCplotImbalanceHdrGam = kTRUE;
d7d7e825 502//----------------------------------------------------------------
503
504
a19c3402 505/** ----------------- end define which histograms to plot here -------------------------------*/
506
507
508
509/** ----------- Define the binning for the different plot types here -------------------------*/
510//R-plots
45795c36 511Int_t kGCnXBinsR = 400;
6c84d371 512Double_t kGCfirstXBinR = 0.;
45795c36 513Double_t kGClastXBinR = 200.;
a19c3402 514
515//ZR-plots
45795c36 516Int_t kGCnXBinsZR = 1000;
517Double_t kGCfirstXBinZR = -250.;
518Double_t kGClastXBinZR = 250.;
519Int_t kGCnYBinsZR = 400;
6c84d371 520Double_t kGCfirstYBinZR = 0.;
45795c36 521Double_t kGClastYBinZR = 200.;
a19c3402 522
523//XY-plots
45795c36 524Int_t kGCnXBinsXY = 800;
525Double_t kGCfirstXBinXY = -200.;
526Double_t kGClastXBinXY = 200.;
527Int_t kGCnYBinsXY = 800;
528Double_t kGCfirstYBinXY = -200.;
529Double_t kGClastYBinXY = 200.;
a19c3402 530
e60f3265 531//XY-plots-BeamPipe
532Int_t kGCnXBinsXYBP = 200;
533Double_t kGCfirstXBinXYBP = -10.;
534Double_t kGClastXBinXYBP = 10.;
535Int_t kGCnYBinsXYBP = 200;
536Double_t kGCfirstYBinXYBP = -10.;
537Double_t kGClastYBinXYBP = 10.;
538
539//Rphi-plots-BeamPipe
540Int_t kGCnXBinsRPhiBP = 200;
541Double_t kGCfirstXBinRPhiBP = -TMath::Pi();
542Double_t kGClastXBinRPhiBP = TMath::Pi();
543Int_t kGCnYBinsRPhiBP = 200;
544Double_t kGCfirstYBinRPhiBP = 0.;
545Double_t kGClastYBinRPhiBP = 10.;
546
547
548
a19c3402 549//OpenAngle-plots
6c84d371 550Int_t kGCnXBinsOpeningAngle = 400;
551Double_t kGCfirstXBinOpeningAngle = 0.;
552Double_t kGClastXBinOpeningAngle = TMath::Pi();
a19c3402 553
9640a3d1 554//CosPointingAngle-plots
555Int_t kGCnXBinsCosPointingAngle = 400;
556Double_t kGCfirstXBinCosPointingAngle = 0.99;
557Double_t kGClastXBinCosPointingAngle = 1.01;
558
559//DCA Daugthers-plots
560Int_t kGCnXBinsDcaDaughters = 400;
561Double_t kGCfirstXBinDcaDaughters= 0.;
562Double_t kGClastXBinDcaDaughters = 5.;
563
564//Norm DCA dist Daugthers-plots
565Int_t kGCnXBinsNormDcaDistDaughters = 400;
566Double_t kGCfirstXBinNormDcaDistDaughters= 0.;
567Double_t kGClastXBinNormDcaDistDaughters = 10.;
568
569//LikelihoodAP Plots
570Int_t kGCnXBinsLikelihoodAP = 400;
571Double_t kGCfirstXBinLikelihoodAP= 0.;
572Double_t kGClastXBinLikelihoodAP = 2.;
573
574
a19c3402 575//Energy-plots
6c84d371 576Int_t kGCnXBinsEnergy = 200;
577Double_t kGCfirstXBinEnergy = 0.;
578Double_t kGClastXBinEnergy = 50.;
a19c3402 579
9640a3d1 580//P-plots
581Int_t kGCnXBinsP = 200;
9c1cb6f7 582Double_t kGCfirstXBinP = 0.05;
9640a3d1 583Double_t kGClastXBinP = 50.;
584
585//dEdx-plots
45795c36 586Int_t kGCnYBinsdEdx = 200;
9640a3d1 587Double_t kGCfirstYBindEdx = 0.;
45795c36 588Double_t kGClastYBindEdx = 200.;
9640a3d1 589
9c1cb6f7 590//EProb-plots
591Int_t kGCnYBinsEProb = 200;
592Double_t kGCfirstYBinEProb = 0.;
593Double_t kGClastYBinEProb = 1.;
594
48682642 595//Qt-plots
45795c36 596Int_t kGCnYBinsQt = 250;
48682642 597Double_t kGCfirstYBinQt = 0.;
45795c36 598Double_t kGClastYBinQt = 0.25;
48682642 599
600
601
9640a3d1 602//Asymmetry-plots
603Int_t kGCnYBinsAsymmetry = 200;
604Double_t kGCfirstYBinAsymmetry = 0.;
605Double_t kGClastYBinAsymmetry = 1.;
606
607
a19c3402 608//Pt-plots
26923b22 609Int_t kGCnXBinsPt = 500;
6c84d371 610Double_t kGCfirstXBinPt = 0.;
611Double_t kGClastXBinPt = 50.;
a19c3402 612
613//Eta-plots
6c84d371 614Int_t kGCnXBinsEta = 40;
615Double_t kGCfirstXBinEta = -2.;
616Double_t kGClastXBinEta = 2.;
a19c3402 617
32a6d407 618//Rapidity
6c84d371 619Int_t kGCnXBinsRapid = 200;
620Double_t kGCfirstXBinRapid = -10.;
621Double_t kGClastXBinRapid = 10.;
32a6d407 622
a19c3402 623//Phi-plots
6c84d371 624Int_t kGCnXBinsPhi = 72;
625Double_t kGCfirstXBinPhi = -TMath::Pi();
626Double_t kGClastXBinPhi = TMath::Pi();
a19c3402 627
ebcfaa7e 628//nTPCCluster-plots
f5f99b3d 629Int_t kGCnXBinsNTPCClusters = 201;
630Double_t kGCfirstXBinNTPCClusters = -0.5;
631Double_t kGClastXBinNTPCClusters = 200.5;
ebcfaa7e 632
633//nITSCluster-plots
f5f99b3d 634Int_t kGCnXBinsNITSClusters = 7;
635Double_t kGCfirstXBinNITSClusters = -0.5;
636Double_t kGClastXBinNITSClusters = 6.5;
ebcfaa7e 637
5ce758b0 638//TPCcluster to Findable-plots
639Int_t kGCnYBinsClsToF = 120;
640Double_t kGCfirstYBinClsToF = 0.;
641Double_t kGClastYBinClsToF = 1.2;
642
643//TPCchi2 -plots
644Int_t kGCnXBinsTPCchi2 = 100;
645Double_t kGCfirstXBinTPCchi2 = 0.;
646Double_t kGClastXBinTPCchi2 = 10;
ebcfaa7e 647
648
a19c3402 649//Mapping-plots
f5f99b3d 650Int_t kGCnXBinsMapping = 800;
6c84d371 651Double_t kGCfirstXBinMapping = -100.;
652Double_t kGClastXBinMapping = 100.;
653Int_t kGCnYBinsMapping = 40;
654Double_t kGCfirstYBinMapping = -2;
655Double_t kGClastYBinMapping = 2;
a19c3402 656
657//ResolutionPlots
658//RESdPt
9c1cb6f7 659Int_t kGCnXBinsResdPt=500;
6c84d371 660Int_t kGCfirstXBinResdPt= 0;
f5f99b3d 661Int_t kGClastXBinResdPt=100;
9c1cb6f7 662Int_t kGCnYBinsResdPt=200;
ca6d4600 663Int_t kGCfirstYBinResdPt= -10;
664Int_t kGClastYBinResdPt=10;
a19c3402 665
666//RESdR
9c1cb6f7 667Int_t kGCnXBinsResdR=400;
6c84d371 668Int_t kGCfirstXBinResdR= 0;
9c1cb6f7 669Int_t kGClastXBinResdR=200;
6c84d371 670Int_t kGCnYBinsResdR=100;
671Int_t kGCfirstYBinResdR= -25;
672Int_t kGClastYBinResdR=25;
a19c3402 673
674//RESdZ
6c84d371 675Int_t kGCnXBinsResdZ=80;
676Int_t kGCfirstXBinResdZ= -20;
677Int_t kGClastXBinResdZ=20;
678Int_t kGCnYBinsResdZ=80;
679Int_t kGCfirstYBinResdZ= -20;
680Int_t kGClastYBinResdZ=20;
a19c3402 681
682//RESdRdPt
ca6d4600 683Int_t kGCnYBinsResdRdPt=400;
684Int_t kGCfirstYBinResdRdPt= -10;
685Int_t kGClastYBinResdRdPt=10;
a19c3402 686
a19c3402 687//RESMCPt
ca6d4600 688Int_t kGCnXBinsResPt=500;
6c84d371 689Int_t kGCfirstXBinResPt= 0;
f5f99b3d 690Int_t kGClastXBinResPt=100;
a19c3402 691
692//RESMCR
6c84d371 693Int_t kGCnXBinsResR=500;
694Int_t kGCfirstXBinResR= 0;
695Int_t kGClastXBinResR=250;
a19c3402 696
697//RESMCZ
6c84d371 698Int_t kGCnXBinsResZ=500;
699Int_t kGCfirstXBinResZ= 0;
700Int_t kGClastXBinResZ=250;
a19c3402 701
702//GammaMass-plots
6c84d371 703Int_t kGCnXBinsGammaMass = 4000;
704Double_t kGCfirstXBinGammaMass = 0.;
705Double_t kGClastXBinGammaMass = 1.;
a19c3402 706
707//Pi0Mass-plots
f5f99b3d 708Int_t kGCnXBinsPi0Mass = 1000;
6c84d371 709Double_t kGCfirstXBinPi0Mass = 0.;
710Double_t kGClastXBinPi0Mass = 1.;
9c1cb6f7 711Double_t kGCfirstXBinPi0Alpha = 0.;
48682642 712Double_t kGClastXBinPi0Alpha = 1.;
713
a19c3402 714
715//EtaMass-plots
f5f99b3d 716Int_t kGCnXBinsEtaMass = 1000;
6c84d371 717Double_t kGCfirstXBinEtaMass = 0.;
718Double_t kGClastXBinEtaMass = 1.;
a19c3402 719
720//GammaWidth-plots
6c84d371 721Int_t kGCnXBinsGammaWidth = 100;
722Double_t kGCfirstXBinGammaWidth = 0.;
723Double_t kGClastXBinGammaWidth = 1.;
a19c3402 724
725//GammaChi2-plots
10e3319b 726Int_t kGCnXBinsMesonChi2 = 200;
6c84d371 727Int_t kGCnXBinsGammaChi2 = 100;
728Double_t kGCfirstXBinGammaChi2 = 0;
ebcfaa7e 729Double_t kGClastXBinGammaChi2 = 200.;
a19c3402 730
731//GammaNDF-plots
6c84d371 732Int_t kGCnXBinsGammaNDF = 10;
733Double_t kGCfirstXBinGammaNDF = 0.;
734Double_t kGClastXBinGammaNDF = 10.;
a19c3402 735
736//Spectra-plots
5ce758b0 737Int_t kGCnXBinsSpectra = 500;
6c84d371 738Double_t kGCfirstXBinSpectra = 0.;
739Double_t kGClastXBinSpectra = 1.;
1ebf7aa6 740Int_t kGCnYBinsSpectra = 250;
6c84d371 741Double_t kGCfirstYBinSpectra = 0.;
1ebf7aa6 742Double_t kGClastYBinSpectra = 25.;
32a6d407 743
9c1cb6f7 744Double_t kGCfirstXBinAlphaG = -1.;
745Double_t kGCfirstXBinAlpha = 0.;
48682642 746Double_t kGClastXBinAlpha = 1.;
747
32a6d407 748//track length plots
6c84d371 749Int_t kGCnXBinsTrackLength = 1000;
750Double_t kGCfirstXBinTrackLength = 0;
751Double_t kGClastXBinTrackLength = 500;
a19c3402 752
eb35cbb5 753/////////Pi0 Dalitz decay AnalysisTask ///////////////////////////////////
754
755Int_t kGCnXBinsDalitzMass = 4000;
756Double_t kGCfirstXBinDalitzMass = 0.;
757Double_t kGClastXBinDalitzMass = 4.;
758
759Int_t kGCnXBinsPi0DalitzMass = 4000;
760Double_t kGCfirstXBinPi0DalitzMass = 0.;
761Double_t kGClastXBinPi0DalitzMass = 4.;
762
00a6a31a 763/////////Chic_Analysis///////////////////////////////////
6c84d371 764Int_t kGCnXBinsEPt = 1000;
765Double_t kGCfirstXBinEPt = 0.;
766Double_t kGClastXBinJPsiPt = 10;
00a6a31a 767
6c84d371 768Int_t kGCnXBinsJPsiMass = 1000;
769Double_t kGCfirstXBinJPsiMass = 0.;
770Double_t kGClastXBinJPsiMass = 10.;
00a6a31a 771
6c84d371 772Int_t kGCnXBinsChicMass = 1000;
773Double_t kGCfirstXBinChicMass = 0.;
774Double_t kGClastXBinChicMass = 10.;
00a6a31a 775
6c84d371 776Int_t kGCnXBinsPi0Mass = 1000;
777Double_t kGCfirstXBinPi0Mass = 0.;
778Double_t kGClastXBinPi0Mass = 1.;
00a6a31a 779
6c84d371 780Int_t kGCnXBinsEPosNegPt = 1000;
781Double_t kGCfirstXBinEPosNegPt = 0.;
782Double_t kGClastXBinEPosNegPt = 10.;
00a6a31a 783
6c84d371 784Int_t kGCnXBinsEPosNegEta = 200;
785Double_t kGCfirstXBinEPosNegEta = -1.2;
786Double_t kGClastXBinEPosNegEta = 1.2;
00a6a31a 787
6c84d371 788Int_t kGCnXBinsEPosNegAngle = 200;
789Double_t kGCfirstXBinEPosNegAngle = 0.;
790Double_t kGClastXBinEPosNegAngle = TMath::Pi();
00a6a31a 791
6c84d371 792Int_t kGCnXBinsEBackground = 1000;
793Double_t kGCfirstXBinEBackground = 0.;
794Double_t kGClastXBinEBackground = 10.;
00a6a31a 795
6c84d371 796Int_t kGCnXBinsEBackgroundCut = 100;
797Double_t kGCfirstXBinEBackgroundCut = 0.;
798Double_t kGClastXBinEBackgroundCut = 0.015.;
00a6a31a 799
6c84d371 800Int_t kGCnXBinsMCLabels = 10;
801Double_t kGCfirstXBinMCLabels = 0.;
802Double_t kGClastXBinMCLabels = 10.;
00a6a31a 803
6c84d371 804Int_t kGCnElementsElectronTable = 19;
00a6a31a 805
806//18 elements
6c84d371 807const char * kGCelectronTable[] = {
00a6a31a 808 "Num. Events", "MC e+ J/Psi |\\eta|<0.9","MC e- J/Psi |\\eta|<0.9","MC e+ e+ from J/Psi |\\eta|<0.9",
809 "ESDtracks", "Kink Cut",
810 "Vertex Cut","TRDOut","TRDrefit","TPCrefit",
811 "ITSrefit","TRDout+TPC+TPC+ITS+nsigma>3 Pass","pid!=0","ESDElec","ESD e+ JPsi",
812 "ESD e- JPsi","ESD e+ e- JPSI","MC: gamma < 1.2","e+,e- < 0.9 g <1.2"
00a6a31a 813};
814
d7d7e825 815
816// for Gamma Jet analysis
6c84d371 817Int_t kGCnXBinsdphiHdrGam = 100;
818Double_t kGCfirstXBindphiHdrGam = -TMath::PiOver2();
819Double_t kGClastXBindphiHdrGam = 3*TMath::PiOver2();
d7d7e825 820
6c84d371 821Int_t kGCnXBinsMinimumIsoDistance = 100;
822Double_t kGCfirstXBinMinimumIsoDistance = 0.;
823Double_t kGClastXBinMinimumIsoDistance = TMath::PiOver2();
d7d7e825 824
6c84d371 825Int_t kGCnXBinsFFzHdrGam = 100;
826Double_t kGCfirstXBinFFzHdrGam = 0.;
827Double_t kGClastXBinFFzHdrGam = 5;
d7d7e825 828
6c84d371 829Int_t kGCnXBinsImbalanceHdrGam = 100;
830Double_t kGCfirstXBinImbalanceHdrGam = -5.;
831Double_t kGClastXBinImbalanceHdrGam = 5.;
00a6a31a 832////////////////////////////////////////////////////////
833
834
a19c3402 835/** ---------- end Define the binning for the different plot types here ----------------------*/
836
837
a19c3402 838/************************************************************************************************
839 * *
840 * *
841 * EVERYTHING BELOW IS FOR DEVELOPERS ONLY *
842 * *
843 * *
844 ************************************************************************************************/
6c84d371 845TString kGCoutputFileName = "histogramsGammaConversion";
846TString kGCoutputFileAppendix = "";
847TString kGCdataList = "";
848Bool_t kGCwriteNtuple = kFALSE;
849// WE DOO NOT NEED TO CHANGE THIS (kGCusePWG4PartCorr) ANYMORE SINCE IT IS TAKEN CARE OF AUTOMATICALLY NOW
850Bool_t kGCusePWG4PartCorr = kTRUE;
d7d7e825 851
852/** Flag to enable running on train */
6c84d371 853Bool_t kGCrunOnTrain = kFALSE;
98de7903 854Bool_t kGCrunOnGsiTrain = kFALSE;
d7d7e825 855
856/** ------------------------------ Monte Carlo flag -----------------------------------------*/
6c84d371 857Bool_t kGCdoMCTruth = kTRUE;
d7d7e825 858/** ---------------------------- end Monte Carlo flag ---------------------------------------*/
859
b5832f95 860/** ------------------------------ Selecting trigger CINT1B -----------------------------------*/
861Bool_t kGCtriggerCINT1B = kFALSE;
862/** ---------------------------- end Monte Carlo flag ---------------------------------------*/
863
d7d7e825 864/** ------------------------- Choose KFParticle OR ESDTrack --------------------------------*/
6c84d371 865Bool_t kGCuseKFParticle = kTRUE;
866Bool_t kGCuseESDTrack = kFALSE;
d7d7e825 867/** ----------------------- end Choose KFParticle OR ESDTrack -----------------------------*/
868
9640a3d1 869/**------------------------------Flag to apply dEdx cut base on sigmas to electron line----------*/
870Bool_t kGCdodEdxSigmaCut= kTRUE;
871/**------------------------------end Flag to apply NsigmadEdx cut ----------*/
9c1cb6f7 872
037dc2db 873Double_t kGCPIDnSigmaAboveElectronLine=5;
48682642 874Double_t kGCPIDnSigmaBelowElectronLine=-3;
9640a3d1 875Double_t kGCPIDnSigmaAbovePionLine=0;
10e3319b 876Double_t kGCPIDMinPnSigmaAbovePionLine=1.;
877Double_t kGCPIDMaxPnSigmaAbovePionLine=3.;
9640a3d1 878
9c1cb6f7 879/**------- Flag to apply rejection at LowP of Kaons, protons , pions------------*/
880Bool_t kGCdoPionRejectionLowP=kTRUE;
881Bool_t kGCdoKaonRejectionLowP=kTRUE;
882Bool_t kGCdoProtonRejectionLowP=kTRUE;
883/**---------------------------------------*/
884
885Double_t kGCPIDnSigmaAtLowPAroundKaonLine=0;
886Double_t kGCPIDnSigmaAtLowPAroundProtonLine=0;
887Double_t kGCPIDnSigmaAtLowPAroundPionLine=0;
888
889Double_t kGCPIDMinPKaonRejectionLowP=1.5;
890Double_t kGCPIDMinPProtonRejectionLowP=2.;
891Double_t kGCPIDMinPPionRejectionLowP=0.5;
d7d7e825 892
6c3a327c 893
70ef88b5 894Bool_t kGCdoQtGammaSelection=kTRUE;
895Double_t kGCQtMax=100.;
896
897
898
6c3a327c 899Bool_t scanArguments(TString arguments){
037dc2db 900
6c3a327c 901 Bool_t iResult = kTRUE;
32a6d407 902
6c3a327c 903 TString allArgs=arguments;
904 TString argument;
905 int bMissingParam=0;
037dc2db 906
907 cout<<"Arguments received: "<<allArgs.Data()<<endl;
32a6d407 908
6c3a327c 909 TObjArray* pTokens=allArgs.Tokenize(" ");
910 if (pTokens) {
32a6d407 911
6c3a327c 912 for(int i=0; i<pTokens->GetEntries() && iResult==kTRUE; i++) {
913 argument=((TObjString*)pTokens->At(i))->GetString();
32a6d407 914
6c3a327c 915 if(argument.IsNull()) continue;
916 // -- deconvolute-time option
917 if(argument.CompareTo("-data-list") == 0){
918 if((bMissingParam=(++i>=pTokens->GetEntries()))) break;
6c84d371 919 kGCdataList = ((TObjString*)pTokens->At(i))->GetString();
920 if(kGCdataList.IsNull()){
6c3a327c 921 cout<<"-data-list is NULL"<<endl;
922 iResult=kFALSE;
923 }
924 else{
6c84d371 925 cout<<"Data list is set to: "<<kGCdataList<<endl;
6c3a327c 926 }
927 }
928 else if(argument.CompareTo("-output-file-name") == 0){
929 if((bMissingParam=(++i>=pTokens->GetEntries()))) break;
6c84d371 930 kGCoutputFileName = ((TObjString*)pTokens->At(i))->GetString();
931 if(kGCoutputFileName.IsNull()){
6c3a327c 932 cout<<"-output-file-name is NULL"<<endl;
933 iResult=kFALSE;
934 }
935 else{
6c84d371 936 cout<<"Setting output file name to: "<<kGCoutputFileName<<endl;
6c3a327c 937 }
938 }
5e55d806 939 else if (argument.CompareTo("-bg-off") == 0){
940 kGCcalculateBackground =kFALSE;
941 }
5ce758b0 942 else if (argument.CompareTo("-use-v0-multiplicity") == 0){
943 kGCUseTrackMultiplicityForBG = kFALSE;
944 }
2e2da371 945 else if (argument.CompareTo("-apply-chi2-cut") == 0){
946 kGCApplyChi2Cut = kTRUE;
947 }
948 else if (argument.CompareTo("-low-memory") == 0){
949 kGCLowMemoryConsumption = kTRUE;
950 }
5ce758b0 951 else if (argument.CompareTo("-move-bg-vertex") == 0){
952 kGCMoveParticlesAccordingToVertex = kTRUE;
953 }
037dc2db 954 else if (argument.CompareTo("-check-neutralmeson-pi0s") == 0){
955 kGCdoNeutralMesonV0MCCheck=kTRUE;
956 }
77880bd8 957 else if (argument.CompareTo("-use-offline-finder") == 0){
958 kGCUseOnFlyV0Finder = kFALSE;
959 }
6c3a327c 960 else if (argument.CompareTo("-write-ntuple") == 0){
961 cout<<"Writing ntuple to file."<<endl;
6c84d371 962 kGCwriteNtuple = kTRUE;
6c3a327c 963 }
d7d7e825 964 else if (argument.CompareTo("-run-on-train") == 0){
965 cout<<"Running on train"<<endl;
332f1f44 966 //kGCWriteStandardAOD=kTRUE;
fea0b26e 967 kGCDeltaAODFilename="";
7c19d7d7 968 kGCrunOnTrain = kTRUE;
969 }
970 else if (argument.CompareTo("-run-on-gsi-train") == 0){
971 cout<<"Running on gsi train"<<endl;
332f1f44 972 //kGCWriteStandardAOD=kFALSE;
6c84d371 973 kGCrunOnTrain = kTRUE;
98de7903 974 kGCrunOnGsiTrain = kTRUE;
d7d7e825 975 }
976 else if (argument.CompareTo("-run-jet") == 0){
977 cout<<"Running jet analysis"<<endl;
6c84d371 978 kGCrunJet = kTRUE;
d7d7e825 979 }
332f1f44 980 else if (argument.CompareTo("-run-gamma-jet-task") == 0){
981 cout<<"Running gamma jet task"<<endl;
982 kGCRunGammaJetTask= kTRUE;
983 }
d7d7e825 984 else if (argument.CompareTo("-run-neutralmeson") == 0){
985 cout<<"Running neutral meson analysis"<<endl;
6c84d371 986 kGCrunNeutralMeson = kTRUE;
d7d7e825 987 }
988 else if (argument.CompareTo("-run-neutral-meson") == 0){
989 cout<<"Running neutral meson analysis"<<endl;
6c84d371 990 kGCrunNeutralMeson = kTRUE;
d7d7e825 991 }
45795c36 992 else if (argument.CompareTo("-run-omega-meson") == 0){
993 cout<<"Running omega meson analysis"<<endl;
994 kGCrunOmegaMeson = kTRUE;
995 }
d7d7e825 996 else if (argument.CompareTo("-run-chic") == 0){
997 cout<<"Running Chi_c analysis"<<endl;
6c84d371 998 kGCrunChic = kTRUE;
d7d7e825 999 }
eb35cbb5 1000 else if (argument.CompareTo("-run-dalitz") == 0){
1001 cout<<"Running Dalitz analysis"<<endl;
1002 kGCrunDalitz = kTRUE;
1003 }
1e7846f4 1004 else if (argument.CompareTo("-run-cf") == 0){
1005 cout<<"Running CF"<<endl;
1006 kGCrunCF = kTRUE;
1007 }
ca6d4600 1008 else if (argument.CompareTo("-run-resolution") == 0){
1009 cout<<"Running Resolution"<<endl;
1010 kGCrunRES = kTRUE;
1011 }
9c1cb6f7 1012 else if (argument.CompareTo("-run-recalculateV0") == 0){
1013 cout<<"Running RecalculateV0ForGamma"<<endl;
1014 kGCRecalculateV0ForGamma=kTRUE;
1015 }
d7d7e825 1016 else if (argument.CompareTo("-jet-off") == 0){
1017 cout<<"Skipping jet analysis"<<endl;
6c84d371 1018 kGCrunJet = kFALSE;
d7d7e825 1019 }
1020 else if (argument.CompareTo("-neutralmeson-off") == 0){
1021 cout<<"Skipping neutral meson analysis"<<endl;
6c84d371 1022 kGCrunNeutralMeson = kFALSE;
d7d7e825 1023 }
1024 else if (argument.CompareTo("-neutral-meson-off") == 0){
1025 cout<<"Skipping neutral meson analysis"<<endl;
6c84d371 1026 kGCrunNeutralMeson = kFALSE;
d7d7e825 1027 }
1028 else if (argument.CompareTo("-chic-off") == 0){
1029 cout<<"Skipping Chi_c analysis"<<endl;
6c84d371 1030 kGCrunChic = kFALSE;
d7d7e825 1031 }
1032 else if (argument.CompareTo("-mc-off") == 0){
6c84d371 1033 cout<<"Switching off kGCdoMCTruth"<<endl;
1034 kGCdoMCTruth = kFALSE;
d7d7e825 1035 }
b5832f95 1036 else if (argument.CompareTo("-trigger-CINT1B") == 0){
1037 cout<<"Selecting ONLY kGCtriggerCINT1B"<<endl;
1038 kGCtriggerCINT1B = kTRUE;
1039 }
a0b94e5c 1040 else if (argument.CompareTo("-use-own-xyz") == 0){
1041 cout<<"Switching on use own xyz calculation"<<endl;
1042 kGCdoOwnXYZCalculation = kTRUE;
1043 }
5ce758b0 1044 else if (argument.CompareTo("-use-ConstructGamma") == 0){
1045 cout<<"Switching on use ConstructGamma and OFF own xyz calculation"<<endl;
1046 kGCdoOwnXYZCalculation = kFALSE;
1047 kGCdoConstructGamma = kTRUE;
1048 }
332f1f44 1049 else if (argument.CompareTo("-no-aod") == 0){
1050 cout<<"Turning off AOD"<<endl;
1051 kGCWriteAOD = kFALSE;
1052 }
d765d400 1053 else if (argument.CompareTo("-force-aod") == 0){
1054 cout<<"Turning on FillAOD = kTRUE every event; If running in common train this should probably not be done!!!"<<endl;
1055 kGCForceAOD = kTRUE;
1056 }
332f1f44 1057 else if (argument.CompareTo("-standard-aod") == 0){
1058 cout<<"Writing to standard AOD, will only work on train"<<endl;
1059 kGCDeltaAODFilename = "";
1060 }
6c3a327c 1061 else if(argument.CompareTo("-append-to-output-file") == 0){
1062 if((bMissingParam=(++i>=pTokens->GetEntries()))) break;
a0b94e5c 1063 kGCoutputFileAppendix = TString("_")+((TObjString*)pTokens->At(i))->GetString();
6c84d371 1064 if(kGCoutputFileAppendix.IsNull()){
6c3a327c 1065 cout<<"-appending-to-output-file is NULL"<<endl;
1066 iResult=kFALSE;
1067 }
1068 else{
6c84d371 1069 cout<<"Appending to the output file: "<<kGCoutputFileAppendix<<endl;
6c3a327c 1070 }
1071 }
48682642 1072 else if(argument.CompareTo("-set-cut-selection") == 0){
1073 if((bMissingParam=(++i>=pTokens->GetEntries()))) break;
1074 kGCAnalysisCutSelectionId = ((TObjString*)pTokens->At(i))->GetString();
1075 cout<<"The analysis cut selection is set to: "<<kGCAnalysisCutSelectionId.Data()<<endl;
1076 }
6c3a327c 1077 }
6c3a327c 1078 delete pTokens;
1079 }
1080 if (bMissingParam) {
1081 cout<<"Missing parameter for argument "<< argument.Data()<<endl;
1082 iResult=kFALSE;
1083 }
1084 return iResult;
1085}
1086
d7d7e825 1087void SetVersionLibrary(){
1088 // Check if the file $ALICE_ROOT/PWG4/GammaConv/AliAnalysisTaskGammaConversion.cxx exists.
6c84d371 1089 // If yes, we set kGCusePWG4PartCorr to false since we have a newer version
1090 // If no, kGCusePWG4PartCorr is true.
a0b94e5c 1091
d7d7e825 1092 TString file = gSystem->Getenv("ALICE_ROOT");
1093 file+="/PWG4/PartCorr/AliAnalysisTaskGammaConversion.cxx";
a0b94e5c 1094
d7d7e825 1095 ifstream stream;
1096 stream.open(file.Data());
a0b94e5c 1097
d7d7e825 1098 if(!stream){
6c84d371 1099 kGCusePWG4PartCorr=kFALSE;
d7d7e825 1100 }
1101 else{
6c84d371 1102 kGCusePWG4PartCorr=kTRUE;
d7d7e825 1103 }
1104 stream.close();
1105}
1106
1107
332f1f44 1108AliAnalysisTaskGammaConversion* ConfigGammaConversion(TString arguments, AliAnalysisDataContainer *cin_esd=NULL){
d7d7e825 1109
48682642 1110
32a6d407 1111
037dc2db 1112
6c3a327c 1113 if(!scanArguments(arguments)){
1114 break;
1115 }
037dc2db 1116
d7d7e825 1117 SetVersionLibrary(); // checks if PWG4GammaConv or PWG4PartCorr is used
a0b94e5c 1118
6c84d371 1119 if(cin_esd == NULL && kGCrunOnTrain == kTRUE){
1120 cout<<"Error: kGCrunOnTrain flag is set to true but the input AliAnalysisDataContainer is NULL"<<endl;
d7d7e825 1121 cout<<" you must also supply the AliAnalysisDataContainer as an argument"<<endl;
1122 return;
1123 }
a0b94e5c 1124
6c84d371 1125 if(cin_esd != NULL && kGCrunOnTrain == kFALSE){
1126 cout<<"Error: kGCrunOnTrain flag is set to false but the input AliAnalysisDataContainer is not null"<<endl;
1127 cout<<" add -run-on-train to the arguments to turn switch kGCrunOnTrain to kTRUE"<<endl;
d7d7e825 1128 return;
1129 }
6c84d371 1130 if(kGCrunOnTrain == kFALSE){
1131 if(kGCnumberOfFilesToAnalyze==0){
1132 ifstream dataInStream;
1133 dataInStream.open(kGCdataList.Data());
1134 if ( !dataInStream ){
1135 cout<<"Data list file does not exist: "<<kGCdataList.Data()<<endl;
1136 return 0;
6c3a327c 1137 }
6c84d371 1138 string line;
1139 while ( !dataInStream.eof() )
1140 {
1141 getline(dataInStream, line);
1142 if(line.compare("") != 0){//checks if there is an empty line in the data list
1143 kGCnumberOfFilesToAnalyze++;
1144 }
1145 }
1146 }
1147 cout<<"Number Of files to analyze: "<<kGCnumberOfFilesToAnalyze<<endl;
a0b94e5c 1148
d7d7e825 1149 build();//build (if necessary) and load the libraries needed
037dc2db 1150
6c84d371 1151 gROOT->LoadMacro("$ALICE_ROOT/PWG0/CreateESDChain.C"); // load the CreateChain macro
9640a3d1 1152 }
a0b94e5c 1153
07b54fba 1154 if(!kGCrunOnTrain){
1155 // for the train leave this to the steering macro
9640a3d1 1156 AliLog::SetGlobalDebugLevel(0);
06688fb6 1157 AliLog::SetGlobalLogLevel(AliLog::kFatal);
07b54fba 1158 }
1159 // ------------------------------------------------------------------------
a0b94e5c 1160
1161 // for CF
1162
1163 //Container def.
1164 const Double_t ptmin = kGCfirstXBinPt;
1165 const Double_t ptmax = kGClastXBinPt;
1166 const Double_t etamin = kGCfirstXBinEta;
1167 const Double_t etamax = kGClastXBinEta;
1168 const Double_t massmin = kGCfirstXBinPi0Mass;
1169 const Double_t massmax = kGClastXBinPi0Mass;
1170
1171
1172 // sensitive variables
1173 UInt_t ipt = 0;
1174 UInt_t ieta = 1;
1175 UInt_t imass = 2;
1176
1177 //how many selection steps
48682642 1178 UInt_t nstep = 20;
a0b94e5c 1179 const Int_t nvar = 3;
d5f99c2b 1180
1181 Int_t kGCnXBinsPtCF=40;
1182 Int_t kGCnXBinsEtaCF=8;
1183 Int_t kGCnXBinsPi0MassCF=10;
1184
1185 if(!kGCrunCF){
45795c36 1186 nstep=1;
1187 kGCnXBinsPtCF=1;
1188 kGCnXBinsEtaCF=1;
1189 kGCnXBinsPi0MassCF=1;
d5f99c2b 1190 }
1191 const Int_t nbin0 = kGCnXBinsPtCF; // do not use same variable for CF than for histogram
1192 const Int_t nbin1 = kGCnXBinsEtaCF; // do not use same variable for CF than for histogram
1193 const Int_t nbin2 = kGCnXBinsPi0MassCF; // do not use same variable for CF than for histogram
a0b94e5c 1194
1195 //arrays for the number of bins in each dimension
1196 Int_t iBin[nvar];
1197 iBin[0] = nbin0;
1198 iBin[1] = nbin1;
1199 iBin[2] = nbin2;
1200
1201 //arrays for lower bounds
1202 Double_t *binLim0 = new Double_t[nbin0+1];
1203 Double_t *binLim1 = new Double_t[nbin1+1];
1204 Double_t *binLim2 = new Double_t[nbin2+1];
1205
1206 // values for lower bounds
1207 for(Int_t i = 0; i <= nbin0; i++) binLim0[i] = ptmin + (ptmax - ptmin)/nbin0*i;
1208 for(Int_t i = 0; i <= nbin1; i++) binLim1[i] = etamin + (etamax - etamin)/nbin1*i;
1209 for(Int_t i = 0; i <= nbin2; i++) binLim2[i] = massmin + (massmax - massmin)/nbin2*i;
1210
1211 // create container
1212 AliCFContainer *container = new AliCFContainer("container","container for gammaconversion", nstep,nvar,iBin);
1213 container->SetBinLimits(ipt,binLim0);
1214 container->SetBinLimits(ieta,binLim1);
1215 container->SetBinLimits(imass,binLim2);
1216
1217 AliCFManager *man = new AliCFManager();
1218 man->SetParticleContainer(container);
70ef88b5 1219 for(int i = 0;i<nstep;i++){
1220 TObjArray *tmp = new TObjArray(0);
1221 man->SetParticleCutsList(i,tmp) ;
1222 }
1223
a0b94e5c 1224 // end ---------------------------------------------------------------------------
1225
1226
9640a3d1 1227
a0b94e5c 1228
d7d7e825 1229 AliGammaConversionHistograms* histograms = new AliGammaConversionHistograms();
1230 AddHistograms(histograms);
1231
1232 // Create the Analysis manager
1233 AliAnalysisManager *mgr =NULL;
6c84d371 1234 if(kGCrunOnTrain == kFALSE){
a0b94e5c 1235 mgr = new AliAnalysisManager("My Manager", "My Analysis");
00a6a31a 1236 }
d7d7e825 1237 else{
1238 mgr = AliAnalysisManager::GetAnalysisManager();
00a6a31a 1239 }
a0b94e5c 1240
d7d7e825 1241 if (!mgr) {
1242 ::Error("ConfigGammaConversion", "No analysis manager to connect to.");
1243 return NULL;
1244 }
6c84d371 1245 if(kGCrunOnTrain == kTRUE){
1246 if (!mgr->GetInputEventHandler()) {
1247 ::Error("ConfigGammaConversion", "This task requires an input event handler");
1248 return NULL;
1249 }
1250 }
1251 AliESDInputHandler* inpHandler = NULL;
a0b94e5c 1252
6c84d371 1253 if(kGCrunOnTrain == kFALSE){
1254 // Define Input Event Handler
1255 inpHandler = new AliESDInputHandler();
1256 }
a19c3402 1257 // Define MC Truth Event Handler
6c84d371 1258 AliMCEventHandler* mcHandler = NULL;
1259 if(kGCdoMCTruth){
1260 if(kGCrunOnTrain == kFALSE){
1261 mcHandler = new AliMCEventHandler();
1262 }
1263 else{
1264 mcHandler = (AliMCEventHandler*)mgr->GetMCtruthEventHandler();
1265 }
1266 if (!mcHandler) {
1267 ::Error("", "No MC handler connected");
1268 return NULL;
1269 }
1270 }
a0b94e5c 1271
332f1f44 1272
a0b94e5c 1273
6c84d371 1274 if(kGCrunOnTrain == kFALSE){
d7d7e825 1275 mgr->SetInputEventHandler (inpHandler);
1276 mgr->SetMCtruthEventHandler(mcHandler);
1277 }
a19c3402 1278 // Be sure you are told what you are doing
b5bd091d 1279 // mgr->SetDebugLevel(10);
32a6d407 1280
a19c3402 1281 // Declare Common Input Tchain
32a6d407 1282 AliAnalysisDataContainer *cinput1 = NULL;
332f1f44 1283
6c84d371 1284 if(kGCusePWG4PartCorr){
332f1f44 1285
6c84d371 1286 if(kGCrunOnTrain == kFALSE){
8a685cf3 1287 cinput1 = mgr->CreateContainer("GammaConvChain",TChain::Class(),AliAnalysisManager::kInputContainer);
332f1f44 1288
1289 } else{
d7d7e825 1290 cinput1 = cin_esd;
332f1f44 1291
d7d7e825 1292 }
32a6d407 1293 }
1294 else{
d7d7e825 1295 cinput1 = mgr->GetCommonInputContainer();
32a6d407 1296 }
1297
10e3319b 1298 // Common Output Tree in common ??????default?????? output file
07b54fba 1299 // CKB kGCusePWG4PartCorr and writestandard are not mutually exclusive?
32a6d407 1300 AliAnalysisDataContainer *coutput1 = NULL;
332f1f44 1301
98de7903 1302 if(kGCWriteAOD) {
1303 if(kGCrunOnTrain && !(kGCrunOnGsiTrain)) {
1304 coutput1 = mgr->GetCommonOutputContainer();
1305 } else {
1306 coutput1 = mgr->CreateContainer("GammaConvTree",TTree::Class(),AliAnalysisManager::kOutputContainer, "default");
1307 }
32a6d407 1308 }
1309
a19c3402 1310 // Private output objects
6c84d371 1311 if(kGCoutputFileName.Contains(".root")){
1312 kGCoutputFileName.ReplaceAll(".root","");
32a6d407 1313 }
6c84d371 1314 if(kGCoutputFileAppendix.Contains(".root")){
1315 kGCoutputFileAppendix.ReplaceAll(".root","");
32a6d407 1316 }
61374d97 1317 //TString fileOut = kGCoutputFileName + kGCoutputFileAppendix + ".root";
1318
48682642 1319
1320 TString outputfile = AliAnalysisManager::GetCommonFileName();
1321 cout<<"Analyis cut selection ID is: "<<kGCAnalysisCutSelectionId.Data()<<endl;
ca6d4600 1322 // outputfile += Form(":PWG4_GammaConversion_%s",kGCAnalysisCutSelectionId.Data());
d2abd45d 1323 outputfile += Form(":PWG4_GammaConversion");
ca6d4600 1324
9c1cb6f7 1325// if(kGCrunNeutralMeson==kTRUE) outputfile +="1"; else outputfile +="0";
1326
1327// if(kGCrunJet==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1328
9c1cb6f7 1329// if(kGCrunChic==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1330
9c1cb6f7 1331// if(kGCrunCF==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1332
9c1cb6f7 1333// if(kGCcalculateBackground==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1334
9c1cb6f7 1335// if(kGCdoNeutralMesonV0MCCheck==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1336
9c1cb6f7 1337// if(kGCrunOmegaMeson==kTRUE) outputfile +="1"; else outputfile +="0";
1338
1339// if(kGCrunRES==kTRUE) outputfile +="1"; else outputfile +="0";
ca6d4600 1340
ca6d4600 1341 outputfile += Form("_%s",kGCAnalysisCutSelectionId.Data());
48682642 1342
1343 cout<<"Ouput file::"<< outputfile <<endl;
d5f99c2b 1344 AliAnalysisDataContainer *coutput2 = mgr->CreateContainer(Form("histogramsAliGammaConversion_%s",kGCAnalysisCutSelectionId.Data()), TList::Class(),AliAnalysisManager::kOutputContainer, outputfile);
a0b94e5c 1345 // for CF
d5f99c2b 1346 AliAnalysisDataContainer *coutput3 = mgr->CreateContainer(Form("GammaConvccontainer0_%s",kGCAnalysisCutSelectionId.Data()),AliCFContainer::Class(),AliAnalysisManager::kOutputContainer,outputfile);
a0b94e5c 1347
a19c3402 1348 //------------------------ END: Define input/output handlers ---------------------------------------------------
32a6d407 1349
a19c3402 1350 //check for errors in the specified data
6c84d371 1351 if(kGCuseKFParticle == kTRUE && kGCuseESDTrack == kTRUE){
a19c3402 1352 //Print warning, cannot use both
6c84d371 1353 ::Error("ConfigGammaConversion","Both kGCuseKFParticle and kGCuseESDTracks can be true at the same time")
a0b94e5c 1354 }
6c84d371 1355 if(kGCuseKFParticle == kFALSE && kGCuseESDTrack == kFALSE){
a19c3402 1356 //Print warning, one have to be specified
6c84d371 1357 ::Error("ConfigGammaConversion","Both kGCuseKFParticle and kGCuseESDTracks can be false at the same time")
a0b94e5c 1358 }
1359
77fa1db4 1360
1361 if(!SetAnalysisCutSelection(kGCAnalysisCutSelectionId)){
1362 return 0;
1363 }
a0b94e5c 1364
a19c3402 1365 //Create the V0Reader
1366 AliV0Reader * v0Reader = new AliV0Reader();
6c84d371 1367 if(kGCuseKFParticle){
a19c3402 1368 v0Reader->UseKFParticle();
1369 }
6c84d371 1370 else if(kGCuseESDTrack){
a19c3402 1371 v0Reader->UseESDTrack();
1372 }
10e3319b 1373
1374 v0Reader->SetMaxVertexZ(kGCmaxVertexZ);
6c84d371 1375 v0Reader->SetNegativeTrackPID(kGCpidOfNegativeTrack);
1376 v0Reader->SetPositiveTrackPID(kGCpidOfPositiveTrack);
1377 v0Reader->SetMaxRCut(kGCmaxRCut);
4f07ce38 1378 v0Reader->SetMinRCut(kGCminRCut);
6c84d371 1379 v0Reader->SetEtaCut(kGCetaCut);
1380 v0Reader->SetPtCut(kGCptCut);
48682642 1381 v0Reader->SetSinglePtCut(kGCsingleptCut);
6c84d371 1382 v0Reader->SetLineCutZRSlope(kGCLineCutZRSlope);
1383 v0Reader->SetLineCutZValue(kGCLineCutZValue);
a0b94e5c 1384 v0Reader->SetMaxZCut(kGCmaxZCut);
48682642 1385 v0Reader->SetMinClsTPCCut(kGCminClsTPCCut);
4f07ce38 1386 v0Reader->SetMinClsTPCCutToF(kGCminClsTPCCutToF);
6c84d371 1387 v0Reader->SetChi2CutConversion(kGCchi2CutConversion);
1388 v0Reader->SetChi2CutMeson(kGCchi2CutMeson);
9c1cb6f7 1389 v0Reader->SetAlphaCutMeson(kGCalphaCutMeson);
67381a40 1390 v0Reader->SetAlphaMinCutMeson(kGCalphaMinCutMeson);
6c84d371 1391 v0Reader->SetPIDProbability(kGCprobElectron);
1392 v0Reader->SetXVertexCut(kGCxVertexCut);
1393 v0Reader->SetYVertexCut(kGCyVertexCut);
1394 v0Reader->SetZVertexCut(kGCzVertexCut);
1395 v0Reader->SetSigmaMass(kGCsigmaCutGammaMass);
1396 v0Reader->SetUseImprovedVertex(kGCuseImprovedVertex);
1397 v0Reader->SetDoMCTruth(kGCdoMCTruth);
a0b94e5c 1398 v0Reader->SetUseOwnXYZCalculation(kGCdoOwnXYZCalculation);
5ce758b0 1399 v0Reader->SetUseChargedTracksMultiplicityForBG(kGCUseTrackMultiplicityForBG);
a0b94e5c 1400 // for CF
1401 v0Reader->SetCFManager(man);
1402
9640a3d1 1403 // for dEdx N sigma Cut
1404 v0Reader->SetDodEdxSigmaCut(kGCdodEdxSigmaCut);
1405 v0Reader->SetPIDnSigmaAboveElectronLine(kGCPIDnSigmaAboveElectronLine);
1406 v0Reader->SetPIDnSigmaBelowElectronLine(kGCPIDnSigmaBelowElectronLine);
1407 v0Reader->SetPIDnSigmaAbovePionLine(kGCPIDnSigmaAbovePionLine);
1408 v0Reader->SetPIDMinPnSigmaAbovePionLine(kGCPIDMinPnSigmaAbovePionLine);
10e3319b 1409 v0Reader->SetPIDMaxPnSigmaAbovePionLine(kGCPIDMaxPnSigmaAbovePionLine);
77880bd8 1410 v0Reader->SetOnFlyFlag(kGCUseOnFlyV0Finder);
87f6de3e 1411 v0Reader->SetCalculateBackground(kGCcalculateBackground);
48682642 1412
9c1cb6f7 1413 // for the rejection at LowP based on Dedx signal
1414
1415 v0Reader->SetDoKaonRejectionLowP(kGCdoKaonRejectionLowP);
1416 v0Reader->SetDoProtonRejectionLowP(kGCdoProtonRejectionLowP);
1417 v0Reader->SetDoPionRejectionLowP(kGCdoPionRejectionLowP);
1418 v0Reader->SetPIDnSigmaAtLowPAroundKaonLine(kGCPIDnSigmaAtLowPAroundKaonLine);
1419 v0Reader->SetPIDnSigmaAtLowPAroundProtonLine(kGCPIDnSigmaAtLowPAroundProtonLine);
1420 v0Reader->SetPIDnSigmaAtLowPAroundPionLine(kGCPIDnSigmaAtLowPAroundPionLine);
1421 v0Reader->SetPIDMinPKaonRejectionLowP(kGCPIDMinPKaonRejectionLowP);
1422 v0Reader->SetPIDMinPProtonRejectionLowP(kGCPIDMinPProtonRejectionLowP);
1423 v0Reader->SetPIDMinPPionRejectionLowP(kGCPIDMinPPionRejectionLowP);
70ef88b5 1424 v0Reader->SetDoQtGammaSelection(kGCdoQtGammaSelection);
1425 v0Reader->SetQtMax(kGCQtMax);
1426 v0Reader->SetNEventsForBG(kGCNEventsForBGCalculation);
48682642 1427
a19c3402 1428 // Create the GammaConversionTask
48682642 1429
1430
1431 AliAnalysisTaskGammaConversion *gammaconversion =
1432 new AliAnalysisTaskGammaConversion(Form("GammaConversionTask_%s",kGCAnalysisCutSelectionId.Data()));
1433
1434 cout<<"name of Task::"<< Form("GammaConversionTask_%s",kGCAnalysisCutSelectionId.Data())<< " "<<gammaconversion->GetName() <<endl;
52a15f71 1435 gammaconversion->SetDebugLevel(0);
32a6d407 1436
6c84d371 1437 gammaconversion->SetWriteNtuple(kGCwriteNtuple);
32a6d407 1438
a19c3402 1439 gammaconversion->SetV0Reader(v0Reader);
6c84d371 1440 gammaconversion->SetCalculateBackground(kGCcalculateBackground);
a19c3402 1441 gammaconversion->Init();
32a6d407 1442
6c84d371 1443 gammaconversion->SetElectronMass(kGCelectronMass);
1444 gammaconversion->SetGammaMass(kGCgammaMass);
1445 gammaconversion->SetPi0Mass(kGCpi0Mass);
1446 gammaconversion->SetEtaMass(kGCetaMass);
32a6d407 1447
6c84d371 1448 gammaconversion->SetGammaWidth(kGCgammaWidth);
1449 gammaconversion->SetPi0Width(kGCpi0Width);
1450 gammaconversion->SetEtaWidth(kGCetaWidth);
a0b94e5c 1451
6c84d371 1452 gammaconversion->SetMinOpeningAngleGhostCut(kGCminOpeningAngleGhostCut);
32a6d407 1453
ebcfaa7e 1454 Double_t lowPtMapping=0.4;
1455 Double_t highPtMapping=1.5;
1456 gammaconversion->SetLowPtMapping(lowPtMapping);
1457 gammaconversion->SetHighPtMapping(highPtMapping);
1458
a19c3402 1459 // define the width constraint used by KF particle.
1460 Double_t gammaWidth = 0.01;
1461 Double_t pi0Width = 0.01;
1462 Double_t etaWidth = 0.01;
32a6d407 1463
a19c3402 1464 gammaconversion->SetHistograms(histograms);
1465 v0Reader->SetHistograms(histograms);// also give the pointer to the v0reader, for debugging cuts
b5832f95 1466
1467 gammaconversion->SetTriggerCINT1B(kGCtriggerCINT1B);
6c84d371 1468 gammaconversion->SetDoMCTruth(kGCdoMCTruth);
a0b94e5c 1469
6c84d371 1470 gammaconversion->SetDoNeutralMeson(kGCrunNeutralMeson);
037dc2db 1471 gammaconversion->SetDoNeutralMesonV0MCCheck(kGCdoNeutralMesonV0MCCheck);
6c84d371 1472 gammaconversion->SetDoJet(kGCrunJet);
1473 gammaconversion->SetDoChic(kGCrunChic);
48682642 1474 gammaconversion->SetDoOmegaMeson(kGCrunOmegaMeson);
9c1cb6f7 1475 gammaconversion->SetRecalculateV0ForGamma(kGCRecalculateV0ForGamma);
5ce758b0 1476 gammaconversion->SetUseChargedTracksMultiplicityForBG(kGCUseTrackMultiplicityForBG);
1477 gammaconversion->SetMoveParticleAccordingToVertex(kGCMoveParticlesAccordingToVertex);
2e2da371 1478 gammaconversion->SetApplyChi2Cut(kGCApplyChi2Cut);
a0b94e5c 1479 // for CF
1480 gammaconversion->SetCFManager(man);
1e7846f4 1481 gammaconversion->SetDoCF(kGCrunCF);
1482 v0Reader->SetDoCF(kGCrunCF);
332f1f44 1483
a25750be 1484 // Add task to the manager
1485 mgr->AddTask(gammaconversion);
1486
1487
332f1f44 1488 // Define Output Event Handler and add
1489 if(kGCWriteAOD){
d765d400 1490 gammaconversion->SetForceAOD(kGCForceAOD);
332f1f44 1491
a25750be 1492 if( kGCrunOnTrain ) {
98de7903 1493
332f1f44 1494 AliAODHandler * aodHandler = dynamic_cast<AliAODHandler*>(mgr->GetOutputEventHandler());
a25750be 1495 if(!aodHandler) {
1496 ::Error("This task requires an AOD handler");
1497 return -1;
1498 }
1499
332f1f44 1500 gammaconversion->SetDeltaAODFileName(kGCDeltaAODFilename);
1501
1b3a3172 1502 if(kGCDeltaAODFilename.Length() > 0) {
332f1f44 1503 mgr->RegisterExtraFile(kGCDeltaAODFilename.Data());
1504 }
1505
1506 } else {
1507 if(kGCDeltaAODFilename.Length() == 0 ) {
1508 cout << "Error:: Need a file name for the AOD"<<endl;
1509 return;
1510 }
1511 AliAODHandler* aodHandler = new AliAODHandler();
1512 aodHandler->SetOutputFileName(kGCDeltaAODFilename);
1513 aodHandler->SetCreateNonStandardAOD();
1514 mgr->SetOutputEventHandler(aodHandler);
1515 }
1516 }
1517
a19c3402 1518 // Connect I/O to the task
1519 mgr->ConnectInput (gammaconversion, 0, cinput1);
a25750be 1520 if(mgr->GetCommonOutputContainer())
1521 mgr->ConnectOutput(gammaconversion, 0, mgr->GetCommonOutputContainer());
07b54fba 1522
a0b94e5c 1523 mgr->ConnectOutput(gammaconversion, 1, coutput2);
1524 mgr->ConnectOutput(gammaconversion, 2, coutput3);
1525
332f1f44 1526 if(kGCRunGammaJetTask) {
1527 AliAnalysisTaskGammaJet * gammaJetTask = new AliAnalysisTaskGammaJet("GammaJetTask");
1528 if(kGCrunOnTrain) {
1529 gammaJetTask->SetDeltaAODFileName(kGCDeltaAODFileName);
1530 }
1531
1532 mgr->ConnectInput(gammaJetTask, 0, cinput1);
1533 AliAnalysisDataContainer *coutputgj = mgr->CreateContainer("chistpt", TList::Class(), AliAnalysisManager::kOutputContainer, "AnalysisResultsConvJets.root");
1534 mgr->ConnectOutput(gammaJetTask, 1, coutputgj);
1535 }
1536
1537
eb35cbb5 1538 if( kGCrunDalitz ){
1539
7f3c7cc6 1540 gROOT->LoadMacro("$ALICE_ROOT/PWG4/macros/AddGammaConvDalitz.C");
1541 gROOT->AddGammaConvDalitz( v0Reader, kGCcalculateBackground, kGCRunStandalone );
eb35cbb5 1542
eb35cbb5 1543 }
332f1f44 1544
6c84d371 1545 if(kGCrunOnTrain == kFALSE){
1546 if(kGCdataList.IsNull()){
1547 cout<<"Data list is not set, aborting."<<endl;
1548 return;
1549 }
037dc2db 1550 /*
1551 gROOT->LoadMacro("$ALICE_ROOT/ANALYSIS/macros/AddTaskPhysicsSelection.C");
1552 AliPhysicsSelectionTask* physSelTask = AddTaskPhysicsSelection();
1553 if(kGCdoMCTruth)physSelTask->GetPhysicsSelection()->SetAnalyzeMC();
1554 physSelTask->GetPhysicsSelection()->AddBackgroundIdentification(new AliBackgroundSelection());
1555 gammaconversion->SelectCollisionCandidates();
1556 */
48682642 1557
037dc2db 1558 gROOT->LoadMacro("$ALICE_ROOT/ANALYSIS/macros/AddTaskPhysicsSelection.C");
1559 AliPhysicsSelectionTask* physSelTask = AddTaskPhysicsSelection(kGCdoMCTruth,kTRUE);
1560 gammaconversion->SelectCollisionCandidates();
48682642 1561
037dc2db 1562 // if(kGCrunOnTrain == kFALSE){
6c84d371 1563 TChain* chain= CreateESDChain(kGCdataList,kGCnumberOfFilesToAnalyze);
a0b94e5c 1564
6c84d371 1565 mgr->InitAnalysis();
a0b94e5c 1566
6c84d371 1567 mgr->PrintStatus();
a0b94e5c 1568
6c84d371 1569 mgr->StartAnalysis("local",chain);
037dc2db 1570 // }
d7d7e825 1571 }
6c84d371 1572 return gammaconversion;
a19c3402 1573}
1574
a19c3402 1575void build() {
a0b94e5c 1576
a19c3402 1577 TStopwatch timer;
1578 timer.Start();
1579 gSystem->Load("libTree.so");
1580 gSystem->Load("libGeom");
32a6d407 1581
a19c3402 1582 ////
eb35cbb5 1583 //Setting up STEERBase.par//
1584 ////
1585 cout<<"compiling STEERBase"<<endl;
1586 setupPar("STEERBase");
1587 gSystem->Load("libSTEERBase.so");
1588
1589
1590 ////
a19c3402 1591 //Setting up ESD.par//
1592 ////
1593 cout<<"compiling ESD"<<endl;
1594 setupPar("ESD");
1595 gSystem->Load("libVMC.so");
1596 gSystem->Load("libESD.so");
eb35cbb5 1597
32a6d407 1598
a19c3402 1599 ////
1600 //Setting up AOD.par//
1601 ////
1602 cout<<"compiling AOD"<<endl;
1603 setupPar("AOD");
1604 gSystem->Load("libAOD.so");
32a6d407 1605
a19c3402 1606 ////
1607 //Setting up ANALYSIS.par//
1608 ////
1609 cout<<"compiling ANALYSIS"<<endl;
1610 setupPar("ANALYSIS");
1611 gSystem->Load("libANALYSIS.so");
32a6d407 1612
a19c3402 1613 ////
1614 //Setting up ANALYSISalice.par//
1615 ////
a0b94e5c 1616 cout<<"compiling ANALYSISalice"<<endl;
a19c3402 1617 setupPar("ANALYSISalice");
1618 gSystem->Load("libANALYSISalice.so");
32a6d407 1619
a0b94e5c 1620 ////
1621 //Setting up CORRFW.par//
1622 ////
1623 cout<<"compiling CORRFW"<<endl;
1624 setupPar("CORRFW");
9c1cb6f7 1625 gSystem->Load("libCORRFW.so");
a0b94e5c 1626
a19c3402 1627 ////
d7d7e825 1628 //Setting up PWG4GammaConv.par//
a19c3402 1629 ////
d7d7e825 1630 cout<<"compiling PWG4GammaConv"<<endl;
1631 setupPar("PWG4GammaConv");
1632 gSystem->Load("libPWG4GammaConv.so");
a19c3402 1633}
1634
1635Int_t setupPar(const char* pararchivename) {
1636 ///////////////////
1637 // Setup PAR File//
1638 ///////////////////
1639 if (pararchivename) {
1640 char processline[1024];
1641 sprintf(processline,".! tar xvzf %s.par",pararchivename);
1642 gROOT->ProcessLine(processline);
1643 const char* ocwd = gSystem->WorkingDirectory();
1644 gSystem->ChangeDirectory(pararchivename);
32a6d407 1645
a19c3402 1646 // check for BUILD.sh and execute
1647 if (!gSystem->AccessPathName("PROOF-INF/BUILD.sh")) {
1648 printf("*******************************\n");
1649 printf("*** Building PAR archive ***\n");
1650 printf("*******************************\n");
32a6d407 1651
a19c3402 1652 if (gSystem->Exec("PROOF-INF/BUILD.sh")) {
32a6d407 1653 Error("runAnalysis","Cannot Build the PAR Archive! - Abort!");
1654 return -1;
a19c3402 1655 }
1656 }
1657 // check for SETUP.C and execute
1658 if (!gSystem->AccessPathName("PROOF-INF/SETUP.C")) {
1659 printf("*******************************\n");
1660 printf("*** Setup PAR archive ***\n");
1661 printf("*******************************\n");
1662 gROOT->Macro("PROOF-INF/SETUP.C");
1663 }
32a6d407 1664
a19c3402 1665 gSystem->ChangeDirectory("../");
1666 }
1667 return 1;
1668}
d7d7e825 1669
1670
1671
1672void AddHistograms(AliGammaConversionHistograms *histograms){
1673 //---------------------------------------------- Jets ---------------------------------------------------------
6c84d371 1674 if(kGCrunJet == kTRUE){
1675 if (kGCplotdPhiHdrGam == kTRUE){
1676 histograms->AddHistogram("ESD_dphiHdrGam","ESD_dphiHdrGam", kGCnXBinsdphiHdrGam,kGCfirstXBindphiHdrGam,kGClastXBindphiHdrGam,"dphiHdrGam (rad)","Counts");
d7d7e825 1677 }
a0b94e5c 1678
6c84d371 1679 if (kGCplotdPhiHdrGamIsolated == kTRUE){
1680 histograms->AddHistogram("ESD_dphiHdrGamIsolated","ESD_dphiHdrGamIsolated", kGCnXBinsdphiHdrGam,kGCfirstXBindphiHdrGam,kGClastXBindphiHdrGam,"dphiHdrGamIsolated (rad)","Counts");
d7d7e825 1681 }
a0b94e5c 1682
6c84d371 1683 if (kGCplotMinimumIsoDistance == kTRUE){
1684 histograms->AddHistogram("ESD_MinimumIsoDistance","ESD_MinimumIsoDistance", kGCnXBinsMinimumIsoDistance,kGCfirstXBinMinimumIsoDistance,kGClastXBinMinimumIsoDistance,"Minimum Iso Distance (rad)","Counts");
d7d7e825 1685 }
a0b94e5c 1686
6c84d371 1687 if (kGCplotFFzHdrGam == kTRUE){
1688 histograms->AddHistogram("ESD_FFzHdrGam","ESD_FFzHdrGam", kGCnXBinsFFzHdrGam, kGCfirstXBinFFzHdrGam,kGClastXBinFFzHdrGam,"FFz Hdr Gam","Counts");
d7d7e825 1689 }
a0b94e5c 1690
6c84d371 1691 if (kGCplotImbalanceHdrGam == kTRUE){
1692 histograms->AddHistogram("ESD_ImbalanceHdrGam","ESD_ImbalanceHdrGam", kGCnXBinsImbalanceHdrGam, kGCfirstXBinImbalanceHdrGam,kGClastXBinImbalanceHdrGam,"Imbalance Hdr Gam","Counts");
d7d7e825 1693 }
6c84d371 1694 }//end if(kGCrunJet)
a0b94e5c 1695
d7d7e825 1696 //---------------------------------------------- Chi_c ---------------------------------------------------------
6c84d371 1697 if(kGCrunChic){
a0b94e5c 1698
6c84d371 1699 if(kGCplotESDInvMassePluseMinus == kTRUE){histograms->AddHistogram("ESD_InvMass_ePluseMinus","",kGCnXBinsJPsiMass, kGCfirstXBinJPsiMass, kGClastXBinJPsiMass, "",
a0b94e5c 1700 "");}
6c84d371 1701 if(kGCplotESDInvMassePluseMinus == kTRUE){histograms->AddHistogram("ESD_InvMass_ePluseMinusTest","",kGCnXBinsJPsiMass, kGCfirstXBinJPsiMass, kGClastXBinJPsiMass,
a0b94e5c 1702 "","");}
6c84d371 1703 if(kGCplotESDInvMassePluseMinus == kTRUE){histograms->AddHistogram("ESD_InvMass_xPlusxMinus","",kGCnXBinsJPsiMass, kGCfirstXBinJPsiMass, kGClastXBinJPsiMass, "",
a0b94e5c 1704 "");}
6c84d371 1705 if(kGCplotESDElectronPosNegPt == kTRUE){histograms->AddHistogram("ESD_ElectronPosNegPt","",kGCnXBinsEPosNegPt,kGCfirstXBinEPosNegPt,kGClastXBinEPosNegPt,"","");}
1706 if(kGCplotESDElectronPosNegEta == kTRUE){histograms->AddHistogram("ESD_ElectronPosNegEta","",kGCnXBinsEPosNegEta,kGCfirstXBinEPosNegEta,kGClastXBinEPosNegEta,"","
a0b94e5c 1707 ");}
1708
6c84d371 1709 if(kGCplotESDElectronPosNegPt == kTRUE){histograms->AddHistogram("ESD_ElectronPosPt","",kGCnXBinsEPosNegPt,kGCfirstXBinEPosNegPt,kGClastXBinEPosNegPt,"","");}
1710 if(kGCplotESDElectronPosNegPt == kTRUE){histograms->AddHistogram("ESD_ElectronNegPt","",kGCnXBinsEPosNegPt,kGCfirstXBinEPosNegPt,kGClastXBinEPosNegPt,"","");}
a0b94e5c 1711
7bea833a 1712 if(kGCplotESDElectronPosNegAngle == kTRUE){histograms->AddHistogram("ESD_ElectronPosNegJPsiAngle","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
1713
6c84d371 1714 if(kGCplotESDePoseNegAngle == kTRUE){histograms->AddHistogram("ESD_eNegePosAngleBeforeCut","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
1715 if(kGCplotESDePoseNegAngle == kTRUE){histograms->AddHistogram("ESD_eNegePosAngleAfterCut","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
1716 if(kGCplotESDInvMassGammaePluseMinusChiC == kTRUE) {histograms->AddHistogram("ESD_InvMass_GammaePluseMinusChiC","",kGCnXBinsChicMass,kGCfirstXBinChicMass,kGClastXBinChicMass,"","");}
1717 if(kGCplotESDInvMassGammaePluseMinusChiC == kTRUE) {histograms->AddHistogram("ESD_InvMass_GammaePluseMinusChiCDiff","",kGCnXBinsChicMass,kGCfirstXBinChicMass,kGClastXBinChicMass,"","");}
1718 if(kGCplotESDInvMassGammaePluseMinusPi0 == kTRUE) {histograms->AddHistogram("ESD_InvMass_GammaePluseMinusPi0","",kGCnXBinsPi0Mass,kGCfirstXBinPi0Mass,kGClastXBinPi0Mass,"","");}
1719 if(kGCplotESDElectronPosNegPi0Angle == kTRUE){histograms->AddHistogram("ESD_ElectronPosNegPi0Angle","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
a0b94e5c 1720
6c84d371 1721 if(kGCplotESDEPosBackground == kTRUE){histograms->AddHistogram("ESD_EPosBackground","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
a0b94e5c 1722
6c84d371 1723 if(kGCplotESDEPosBackground == kTRUE){histograms->AddHistogram("ESD_EPosENegNoJPsiBG","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
a0b94e5c 1724
1725
6c84d371 1726 if(kGCplotESDENegBackground == kTRUE){histograms->AddHistogram("ESD_ENegBackground","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
1727 if(kGCplotESDEPosENegBackground == kTRUE){histograms->AddHistogram("ESD_EPosENegBackground","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
1728 if(kGCplotESDEPosENegBackgroundCut == kTRUE){histograms->AddHistogram("ESD_EPosENegBackgroundCut","",kGCnXBinsEBackgroundCut,kGCfirstXBinEBackgroundCut,kGClastXBinEBackgroundCut,"","");}
a0b94e5c 1729
6c84d371 1730 if(kGCplotESDEPosENegGammaBackgroundMX == kTRUE){histograms->AddHistogram("ESD_EPosENegGammaBackgroundMX","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
1731 if(kGCplotESDEPosENegGammaBackgroundMX == kTRUE){histograms->AddHistogram("ESD_EPosENegGammaBackgroundMXDiff","",kGCnXBinsEBackground,kGCfirstXBinEBackground,kGClastXBinEBackground,"","");}
a0b94e5c 1732
6c84d371 1733 if(kGCplotTableElectrons == kTRUE){ histograms->AddTable("Table_Electrons","",kGCnElementsElectronTable,kGCelectronTable);}
7bea833a 1734
1735 if(kGCdoMCTruth){
1736 if(kGCplotMCElectronPosNegPt == kTRUE){histograms->AddHistogram("MC_ElectronPosNegPt","",kGCnXBinsEPosNegPt,kGCfirstXBinEPosNegPt,kGClastXBinEPosNegPt,"","");}
1737 if(kGCplotMCElectronPosNegEta == kTRUE){histograms->AddHistogram("MC_ElectronPosNegEta","",kGCnXBinsEPosNegEta,kGCfirstXBinEPosNegEta,kGClastXBinEPosNegEta,"","");}
1738 if(kGCplotMCElectronPosNegJPsiAngle == kTRUE){histograms->AddHistogram("MC_ElectronPosNegJPsiAngle","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
1739 if(kGCplotMCElectronPosNegPi0Angle == kTRUE){histograms->AddHistogram("MC_ElectronPosNegPi0Angle","",kGCnXBinsEPosNegAngle,kGCfirstXBinEPosNegAngle,kGClastXBinEPosNegAngle,"","");}
1740 }
1741
6c84d371 1742 }// end kGCrunChic
a0b94e5c 1743
d7d7e825 1744 //---------------------------------------------- Neutral Meson ---------------------------------------------------------
6c84d371 1745 if(kGCrunNeutralMeson){
a0b94e5c 1746
d7d7e825 1747 // Histograms from esd tracks
6c84d371 1748 if(kGCplotESDEEnergy == kTRUE){ histograms->AddHistogram("ESD_E_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1749 if(kGCplotESDEPt == kTRUE){ histograms->AddHistogram("ESD_E_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1750 if(kGCplotESDEEta == kTRUE){ histograms->AddHistogram("ESD_E_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1751 if(kGCplotESDEPhi == kTRUE){ histograms->AddHistogram("ESD_E_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
ebcfaa7e 1752 if(kGCplotESDENTPCClusters == kTRUE){ histograms->AddHistogram("ESD_E_nTPCClusters" ,"" , kGCnXBinsNTPCClusters, kGCfirstXBinNTPCClusters, kGClastXBinNTPCClusters, "", "");}
1753 if(kGCplotESDENITSClusters == kTRUE){ histograms->AddHistogram("ESD_E_nITSClusters" ,"" , kGCnXBinsNITSClusters, kGCfirstXBinNITSClusters, kGClastXBinNITSClusters, "", "");}
5ce758b0 1754 if(kGCplotESDENTPCClustersToFP== kTRUE){ histograms->AddHistogram("ESD_E_nTPCClustersToFP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsClsToF, kGCfirstYBinClsToF, kGClastYBinClsToF,"", "",0);}
1755 if(kGCplotESDETPCchi2 == kTRUE){ histograms->AddHistogram("ESD_E_TPCchi2" ,"" , kGCnXBinsTPCchi2, kGCfirstXBinTPCchi2, kGClastXBinTPCchi2, "", "");}
1756
a0b94e5c 1757
6c84d371 1758 if(kGCplotESDPEnergy == kTRUE){ histograms->AddHistogram("ESD_P_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1759 if(kGCplotESDPPt == kTRUE){ histograms->AddHistogram("ESD_P_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1760 if(kGCplotESDPEta == kTRUE){ histograms->AddHistogram("ESD_P_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1761 if(kGCplotESDPPhi == kTRUE){ histograms->AddHistogram("ESD_P_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
ebcfaa7e 1762 if(kGCplotESDPNTPCClusters == kTRUE){ histograms->AddHistogram("ESD_P_nTPCClusters" ,"" , kGCnXBinsNTPCClusters, kGCfirstXBinNTPCClusters, kGClastXBinNTPCClusters, "", "");}
f5f99b3d 1763 if(kGCplotESDPNITSClusters == kTRUE){ histograms->AddHistogram("ESD_P_nITSClusters" ,"" , kGCnXBinsNITSClusters, kGCfirstXBinNITSClusters, kGClastXBinNITSClusters, "", "");}
5ce758b0 1764 if(kGCplotESDPNTPCClustersToFP== kTRUE){ histograms->AddHistogram("ESD_P_nTPCClustersToFP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsClsToF, kGCfirstYBinClsToF, kGClastYBinClsToF,"", "",0);}
1765 if(kGCplotESDPTPCchi2 == kTRUE){ histograms->AddHistogram("ESD_P_TPCchi2" ,"" , kGCnXBinsTPCchi2, kGCfirstXBinTPCchi2, kGClastXBinTPCchi2, "", "");}
1766
6c84d371 1767 if(kGCplotESDConvGammaEnergy == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1768 if(kGCplotESDConvGammaPt == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1769 if(kGCplotESDConvGammaEta == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1770 if(kGCplotESDConvGammaPhi == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1771 if(kGCplotESDConvGammaMass == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Mass" ,"" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass, "", "");}
1772 if(kGCplotESDConvGammaWidth == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Width" ,"" , kGCnXBinsGammaWidth, kGCfirstXBinGammaWidth, kGClastXBinGammaWidth, "", "");}
1773 if(kGCplotESDConvGammaChi2 == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Chi2" ,"" , kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1774 if(kGCplotESDConvGammaNDF == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_NDF" ,"" , kGCnXBinsGammaNDF, kGCfirstXBinGammaNDF, kGClastXBinGammaNDF, "", "");}
1775 if(kGCplotESDConvGammaRapid == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
1776 if(kGCplotESDConvGammaPtvsEta == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Pt_Eta","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta,"","" );}
1777 if(kGCplotESDConvGammaPtvsChi2 == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Pt_Chi2" ,"" ,kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1778 if(kGCplotESDConvGammaEtavsChi2 == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_Eta_Chi2" ,"" ,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
a0b94e5c 1779
1780
1781
6c84d371 1782 if(kGCplotESDConversionR == kTRUE){ histograms->AddHistogram("ESD_Conversion_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1783 if(kGCplotESDConversionZR == kTRUE){ histograms->AddHistogram("ESD_Conversion_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1784 if(kGCplotESDConversionXY == kTRUE){ histograms->AddHistogram("ESD_Conversion_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
2e2da371 1785 if(kGCplotESDConversionXYBeamPipe == kTRUE && kGCLowMemoryConsumption == kFALSE){ histograms->AddHistogram("ESD_Conversion_XY_BeamPipe" ,"" , kGCnXBinsXYBP, kGCfirstXBinXYBP, kGClastXBinXYBP, kGCnYBinsXYBP, kGCfirstYBinXYBP, kGClastYBinXYBP, "", "");}
1786 if(kGCplotESDConversionRPhiBeamPipe == kTRUE && kGCLowMemoryConsumption == kFALSE){ histograms->AddHistogram("ESD_Conversion_RPhi_BeamPipe" ,"" , kGCnXBinsRPhiBP, kGCfirstXBinRPhiBP, kGClastXBinRPhiBP, kGCnYBinsRPhiBP, kGCfirstYBinRPhiBP, kGClastYBinRPhiBP, "", "");}
6c84d371 1787 if(kGCplotESDConversionOpeningAngle == kTRUE){ histograms->AddHistogram("ESD_Conversion_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
9640a3d1 1788
1789 if(kGCplotESDConvGammaCosPointingAngle == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_CosPointingAngle" ,"" , kGCnXBinsCosPointingAngle, kGCfirstXBinCosPointingAngle, kGClastXBinCosPointingAngle, "", "");}
1790 if(kGCplotESDConvGammaDcaDaugthers == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_DcaDaughters" ,"" , kGCnXBinsDcaDaughters, kGCfirstXBinDcaDaughters, kGClastXBinDcaDaughters, "", "");}
1791 if(kGCplotESDConvGammaNormDcaDistDaugthers == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_NormDcaDistDaughters" ,"" , kGCnXBinsNormDcaDistDaughters, kGCfirstXBinNormDcaDistDaughters, kGClastXBinNormDcaDistDaughters, "", "");}
1792 if(kGCplotESDConvGammaLikelihoodAP == kTRUE){ histograms->AddHistogram("ESD_ConvGamma_LikelihoodAP" ,"" , kGCnXBinsLikelihoodAP, kGCfirstXBinLikelihoodAP, kGClastXBinLikelihoodAP, "", "");}
1793 if(kGCplotESDConvGammaEAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_E_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
1794 if(kGCplotESDConvGammaPAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_P_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
9c1cb6f7 1795 if(kGCplotESDConvGammaEdEdxP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_E_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
1796 if(kGCplotESDConvGammaPdEdxP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_P_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
1797
1798 if(kGCplotESDConvGammaEeProbP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_E_EProbP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsEProb, kGCfirstYBinEProb, kGClastYBinEProb,"", "",0);}
1799 if(kGCplotESDConvGammaPeProbP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_P_EProbP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsEProb, kGCfirstYBinEProb, kGClastYBinEProb,"", "",0);}
1800 if(kGCplotESDConvGammaEmupiProbP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_E_mupiProbP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsEProb, kGCfirstYBinEProb, kGClastYBinEProb,"", "",0);}
1801 if(kGCplotESDConvGammaPmupiProbP== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_P_mupiProbP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsEProb, kGCfirstYBinEProb, kGClastYBinEProb,"", "",0);}
9640a3d1 1802
9c1cb6f7 1803 if(kGCplotESDConvGammaQtAlfa== kTRUE){ histograms->AddHistogram("ESD_ConvGamma_alfa_qt" ,"" ,kGCnXBinsP, kGCfirstXBinAlphaG, kGClastXBinAlpha,kGCnYBinsQt, kGCfirstYBinQt, kGClastYBinQt,"", "");}
48682642 1804
9640a3d1 1805
a0b94e5c 1806
037dc2db 1807 if(kGCplotESDTrueDalitzContaminationR == kTRUE){ histograms->AddHistogram("ESD_TrueDalitzContamination_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
a0b94e5c 1808
6c84d371 1809 if(kGCplotESDTrueConvGammaEnergy == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1810 if(kGCplotESDTrueConvGammaPt == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1811 if(kGCplotESDTrueConvGammaEta == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1812 if(kGCplotESDTrueConvGammaPhi == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1813 if(kGCplotESDTrueConvGammaMass == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Mass" ,"" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass, "", "");}
1814 if(kGCplotESDTrueConvGammaWidth == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Width" ,"" , kGCnXBinsGammaWidth, kGCfirstXBinGammaWidth, kGClastXBinGammaWidth, "", "");}
1815 if(kGCplotESDTrueConvGammaChi2 == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Chi2" ,"" , kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1816 if(kGCplotESDTrueConvGammaNDF == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_NDF" ,"" , kGCnXBinsGammaNDF, kGCfirstXBinGammaNDF, kGClastXBinGammaNDF, "", "");}
1817 if(kGCplotESDTrueConvGammaRapid == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
1818 if(kGCplotESDTrueConvGammaPtvsEta == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Pt_Eta" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1819 if(kGCplotESDTrueConvGammaPtvsChi2 == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Pt_Chi2" ,"" ,kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1820 if(kGCplotESDTrueConvGammaEtavsChi2 == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_Eta_Chi2" ,"" ,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
a0b94e5c 1821
6c84d371 1822 if(kGCplotESDTrueConversionR == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1823 if(kGCplotESDTrueConversionZR == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1824 if(kGCplotESDTrueConversionXY == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
1825 if(kGCplotESDTrueConversionOpeningAngle == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
9640a3d1 1826
1827 if(kGCplotESDTrueConvGammaCosPointingAngle == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_CosPointingAngle" ,"" , kGCnXBinsCosPointingAngle, kGCfirstXBinCosPointingAngle, kGClastXBinCosPointingAngle, "", "");}
1828 if(kGCplotESDTrueConvGammaDcaDaugthers == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_DcaDaughters" ,"" , kGCnXBinsDcaDaughters, kGCfirstXBinDcaDaughters, kGClastXBinDcaDaughters, "", "");}
1829 if(kGCplotESDTrueConvGammaNormDcaDistDaugthers == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_NormDcaDistDaughters" ,"" , kGCnXBinsNormDcaDistDaughters, kGCfirstXBinNormDcaDistDaughters, kGClastXBinNormDcaDistDaughters, "", "");}
1830 if(kGCplotESDTrueConvGammaLikelihoodAP == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_LikelihoodAP" ,"" , kGCnXBinsLikelihoodAP, kGCfirstXBinLikelihoodAP, kGClastXBinLikelihoodAP, "", "");}
1831 if(kGCplotESDTrueConvGammaEAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_E_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
1832 if(kGCplotESDTrueConvGammaPAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_P_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
9c1cb6f7 1833 if(kGCplotESDTrueConvGammaEdEdxP== kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_E_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
1834 if(kGCplotESDTrueConvGammaPdEdxP== kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_P_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
70ef88b5 1835 if(kGCplotESDTrueConvGammaQtAlfa== kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_alfa_qt" ,"" ,kGCnXBinsP, kGCfirstXBinAlphaG, kGClastXBinAlpha,kGCnYBinsQt, kGCfirstYBinQt, kGClastYBinQt,"", "");}
a0b94e5c 1836
6c84d371 1837 if(kGCplotESDTrueConvGammaMCPtEta == kTRUE){ histograms->AddHistogram("ESD_TrueConvGamma_MC_Pt_Eta" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1838 if(kGCplotESDTrueConversionMCZR == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_MC_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1839 if(kGCplotESDTrueConversionMCXY == kTRUE){ histograms->AddHistogram("ESD_TrueConversion_MC_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
a0b94e5c 1840
1841
1842
6c84d371 1843 if(kGCplotESDNoCutConvGammaEnergy == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1844 if(kGCplotESDNoCutConvGammaPt == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1845 if(kGCplotESDNoCutConvGammaEta == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1846 if(kGCplotESDNoCutConvGammaPhi == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1847 if(kGCplotESDNoCutConvGammaMass == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Mass" ,"" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass, "", "");}
1848 if(kGCplotESDNoCutConvGammaWidth == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Width" ,"" , kGCnXBinsGammaWidth, kGCfirstXBinGammaWidth, kGClastXBinGammaWidth, "", "");}
1849 if(kGCplotESDNoCutConvGammaChi2 == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Chi2" ,"" , kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1850 if(kGCplotESDNoCutConvGammaNDF == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_NDF" ,"" , kGCnXBinsGammaNDF, kGCfirstXBinGammaNDF, kGClastXBinGammaNDF, "", "");}
1851 if(kGCplotESDNoCutConvGammaRapid == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
1852 if(kGCplotESDNoCutConvGammaPtvsEta == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Pt_Eta" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1853 if(kGCplotESDNoCutConvGammaPtvsChi2 == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Pt_Chi2" ,"" ,kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
1854 if(kGCplotESDNoCutConvGammaEtavsChi2 == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_Eta_Chi2" ,"" ,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, kGCnXBinsGammaChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
a0b94e5c 1855
6c84d371 1856 if(kGCplotESDNoCutConversionR == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1857 if(kGCplotESDNoCutConversionZR == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1858 if(kGCplotESDNoCutConversionXY == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
1859 if(kGCplotESDNoCutConversionOpeningAngle == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
9640a3d1 1860
1861 if(kGCplotESDNoCutConvGammaCosPointingAngle == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_CosPointingAngle" ,"" , kGCnXBinsCosPointingAngle, kGCfirstXBinCosPointingAngle, kGClastXBinCosPointingAngle, "", "");}
1862 if(kGCplotESDNoCutConvGammaDcaDaugthers == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_DcaDaughters" ,"" , kGCnXBinsDcaDaughters, kGCfirstXBinDcaDaughters, kGClastXBinDcaDaughters, "", "");}
1863 if(kGCplotESDNoCutConvGammaNormDcaDistDaugthers == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_NormDcaDistDaughters" ,"" , kGCnXBinsNormDcaDistDaughters, kGCfirstXBinNormDcaDistDaughters, kGClastXBinNormDcaDistDaughters, "", "");}
1864 if(kGCplotESDNoCutConvGammaLikelihoodAP == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_LikelihoodAP" ,"" , kGCnXBinsLikelihoodAP, kGCfirstXBinLikelihoodAP, kGClastXBinLikelihoodAP, "", "");}
1865 if(kGCplotESDNoCutConvGammaEAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_E_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
1866 if(kGCplotESDNoCutConvGammaPAsymmetryP== kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_P_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
1867
1868
9c1cb6f7 1869 if(kGCplotESDNoCutConvGammaEdEdxP== kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_E_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
1870 if(kGCplotESDNoCutConvGammaPdEdxP== kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_P_dEdxP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);}
9640a3d1 1871
6c84d371 1872 if(kGCplotESDNoCutConvGammaMCPtEta == kTRUE){ histograms->AddHistogram("ESD_NoCutConvGamma_MC_Pt_Eta" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1873 if(kGCplotESDNoCutConversionMCZR == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_MC_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1874 if(kGCplotESDNoCutConversionMCXY == kTRUE){ histograms->AddHistogram("ESD_NoCutConversion_MC_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
a0b94e5c 1875
1876
10e3319b 1877 if(kGCplotESDMotherChi2 == kTRUE){ histograms->AddHistogram("ESD_Mother_Chi2","" , kGCnXBinsMesonChi2, kGCfirstXBinGammaChi2, kGClastXBinGammaChi2, "", "");}
6c84d371 1878 if(kGCplotESDMotherOpeningAngleGamma == kTRUE){ histograms->AddHistogram("ESD_Mother_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
1879 if(kGCplotESDMotherEnergy == kTRUE){ histograms->AddHistogram("ESD_Mother_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1880 if(kGCplotESDMotherPt == kTRUE){ histograms->AddHistogram("ESD_Mother_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1881 if(kGCplotESDMotherEta == kTRUE){ histograms->AddHistogram("ESD_Mother_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1882 if(kGCplotESDMotherPhi == kTRUE){ histograms->AddHistogram("ESD_Mother_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1883 if(kGCplotESDMotherMass == kTRUE){ histograms->AddHistogram("ESD_Mother_Mass" ,"" , kGCnXBinsPi0Mass, kGCfirstXBinPi0Mass, kGClastXBinPi0Mass, "", "");}
1884 if(kGCplotESDMotherR == kTRUE){ histograms->AddHistogram("ESD_Mother_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1885 if(kGCplotESDMotherZR == kTRUE){ histograms->AddHistogram("ESD_Mother_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1886 if(kGCplotESDMotherXY == kTRUE){ histograms->AddHistogram("ESD_Mother_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
1887 if(kGCplotESDMotherRapid == kTRUE){ histograms->AddHistogram("ESD_Mother_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
a0b94e5c 1888
037dc2db 1889 for(Int_t z=0;z<8;z++){
10e3319b 1890 for(Int_t m=0;m<6;m++){
037dc2db 1891 if(kGCplotESDBackgroundOpeningAngleGamma == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_GammaDaughter_OpeningAngle",z,m) ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
1892 if(kGCplotESDBackgroundEnergy == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Energy",z,m) ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1893 if(kGCplotESDBackgroundPt == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Pt",z,m) ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1894 if(kGCplotESDBackgroundEta == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Eta",z,m) ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1895 if(kGCplotESDBackgroundPhi == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Phi",z,m) ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1896 if(kGCplotESDBackgroundMass == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Mass",z,m) ,"" , kGCnXBinsEtaMass, kGCfirstXBinEtaMass, kGClastXBinEtaMass, "", "");}
1897 if(kGCplotESDBackgroundR == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_R",z,m) ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1898 if(kGCplotESDBackgroundZR == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_ZR",z,m) ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1899 if(kGCplotESDBackgroundXY == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_XY",z,m) ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
1900 if(kGCplotESDBackgroundRapid == kTRUE){ histograms->AddHistogram(Form("%d%dESD_Background_Rapid",z,m) ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
1901 }
1902 }
1903
6c84d371 1904 if(kGCplotESDBackgroundOpeningAngleGamma == kTRUE){ histograms->AddHistogram("ESD_Background_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
1905 if(kGCplotESDBackgroundEnergy == kTRUE){ histograms->AddHistogram("ESD_Background_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
1906 if(kGCplotESDBackgroundPt == kTRUE){ histograms->AddHistogram("ESD_Background_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
1907 if(kGCplotESDBackgroundEta == kTRUE){ histograms->AddHistogram("ESD_Background_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
1908 if(kGCplotESDBackgroundPhi == kTRUE){ histograms->AddHistogram("ESD_Background_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
1909 if(kGCplotESDBackgroundMass == kTRUE){ histograms->AddHistogram("ESD_Background_Mass" ,"" , kGCnXBinsEtaMass, kGCfirstXBinEtaMass, kGClastXBinEtaMass, "", "");}
1910 if(kGCplotESDBackgroundR == kTRUE){ histograms->AddHistogram("ESD_Background_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
1911 if(kGCplotESDBackgroundZR == kTRUE){ histograms->AddHistogram("ESD_Background_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
1912 if(kGCplotESDBackgroundXY == kTRUE){ histograms->AddHistogram("ESD_Background_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
1913 if(kGCplotESDBackgroundRapid == kTRUE){ histograms->AddHistogram("ESD_Background_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
a0b94e5c 1914
1915
6c84d371 1916 if(kGCplotMapping == kTRUE){
a0b94e5c 1917 histograms->InitializeMappingValues(kGCnPhiIndex,kGCnRIndex,kGCnXBinsMapping,kGCminRadius,kGCmaxRadius,kGCnYBinsMapping,kGCminPhi,kGCmaxPhi);
9640a3d1 1918 histograms->AddMappingHistograms(kGCnPhiIndex,kGCnRIndex,kGCnXBinsMapping,kGCfirstXBinMapping,kGClastXBinMapping,kGCnYBinsMapping,kGCfirstYBinMapping,kGClastYBinMapping);
1919 // histograms->AddMappingHistograms(kGCnPhiIndex,kGCnRIndex,kGCnXBinsMapping,kGCminRadius,kGCmaxRadius,kGCnYBinsMapping,kGCminPhi,kGCmaxPhi);
d7d7e825 1920 }
037dc2db 1921
ca6d4600 1922 //
1923 //************************************* Defining Resolution histograms *******************************************************/
1924 //
1925 // written by Friederike Bock
1926 // contact: Friederike.Bock@cern.ch
1927 //
1928
1929 if(kGCrunRES == kTRUE){
1930 //------------------------------------------ Absolute Resolutions --------------------------------------------------------
1931 if(kGCplotResolutiondRAbs== kTRUE){
1932 histograms->AddHistogram("Resolution_dRAbs_VS_R","" ,kGCnXBinsResdR, kGCfirstXBinResdR, kGClastXBinResdR,kGCnYBinsResdR,kGCfirstYBinResdR, kGClastYBinResdR, "", "");}
1933 if(kGCplotResolutiondZAbs== kTRUE){
1934 histograms->AddHistogram("Resolution_dZAbs_VS_R","" ,kGCnXBinsResdR, kGCfirstXBinResdR, kGClastXBinResdR,kGCnYBinsResdR,kGCfirstYBinResdR, kGClastYBinResdR, "", "");}
1935 if(kGCplotResolutiondPhiAbs== kTRUE){
1936 histograms->AddHistogram("Resolution_dPhiAbs_VS_R","" ,kGCnXBinsResdR, kGCfirstXBinResdR, kGClastXBinResdR,kGCnYBinsResdR, -TMath::Pi()/30., TMath::Pi()/30., "", "");}
1937
1938 //------------------------------------------ Relative Resolutions --------------------------------------------------------
1939 if(kGCplotResolutiondR == kTRUE){
1940 histograms->AddHistogram("Resolution_dR" ,"" , kGCnXBinsResdR, kGCfirstXBinResdR, kGClastXBinResdR, kGCnYBinsResdR, kGCfirstYBinResdR, kGClastYBinResdR, "", "");}
1941 if(kGCplotResolutiondZ == kTRUE){
1942 histograms->AddHistogram("Resolution_dZ" ,"" , kGCnXBinsResdZ, kGCfirstXBinResdZ, kGClastXBinResdZ, kGCnYBinsResdZ, kGCfirstYBinResdZ, kGClastYBinResdZ, "", "");}
1943
1944 //------------------------------------------- Pt vs R ---------------------------------------------------------------------
1945 if(kGCplotResolutiondRdPt == kTRUE){
1946 histograms->AddHistogram("Resolution_R_dPt" ,"" , kGCnXBinsResdR, kGCfirstXBinResdR, kGClastXBinResdR, kGCnYBinsResdRdPt, kGCfirstYBinResdRdPt, kGClastYBinResdRdPt, "", "");}
1947
1948
1949 // ------------------------------------------- Reconstruction Plots for Resolution ----------------------------------------
1950 if(kGCplotResolutionMCPt == kTRUE){
1951 histograms->AddHistogram("Resolution_MC_Pt" ,"" , kGCnXBinsResPt, kGCfirstXBinResPt, kGClastXBinResPt,"","");}
1952 if(kGCplotResolutionMCR == kTRUE){
1953 histograms->AddHistogram("Resolution_MC_R" ,"" , kGCnXBinsResR, kGCfirstXBinResR, kGClastXBinResR,"","");}
1954 if(kGCplotResolutionMCZ == kTRUE){
1955 histograms->AddHistogram("Resolution_MC_Z" ,"" , kGCnXBinsResZ, kGCfirstXBinResZ, kGClastXBinResZ,"","");}
1956
1957 if(kGCplotResolutionESDPt == kTRUE){
1958 histograms->AddHistogram("Resolution_ESD_Pt" ,"" , kGCnXBinsResPt, kGCfirstXBinResPt, kGClastXBinResPt,"","");}
1959 if(kGCplotResolutionESDR == kTRUE){
1960 histograms->AddHistogram("Resolution_ESD_R" ,"" , kGCnXBinsResR, kGCfirstXBinResR, kGClastXBinResR,"","");}
1961 if(kGCplotResolutionESDZ == kTRUE){
1962 histograms->AddHistogram("Resolution_ESD_Z" ,"" , kGCnXBinsResZ, kGCfirstXBinResZ, kGClastXBinResZ,"","");}
1963
1964 // ------------------------------------------- Plots for specific Gamma Trigger Studies -----------------------------------
48682642 1965 if(kGCplotResolutionPtdPt = kTRUE){
ca6d4600 1966 // ::::::::::::::::::::::::::::::::::::::: histograms for gammas ::::::::::::::::::::::::::::::::::::::::::::::::::::::
1967 histograms->AddHistogram("Resolution_Gamma_dPt_Pt" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1968 histograms->AddHistogram("Resolution_Gamma_dPt_Phi" ,"" , kGCnYBinsResdR, -TMath::Pi(), TMath::Pi(), kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1969
1970 // ::::::::::::::::::::::::::::::::::::::: histograms for electrons :::::::::::::::::::::::::::::::::::::::::::::::::::
1971 histograms->AddHistogram("Resolution_E_dPt_Pt" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1972 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS0" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1973 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS1" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1974 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS2" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1975 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS3" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1976 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS4" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1977 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS5" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1978 histograms->AddHistogram("Resolution_E_dPt_Pt_ITS6" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1979 histograms->AddHistogram("Resolution_E_dPt_Phi" ,"" , kGCnYBinsResdR, -TMath::Pi(), TMath::Pi(), kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
9c1cb6f7 1980 histograms->AddHistogram("Resolution_E_nTRDtracklets_ESDPt" ,"" ,kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 8, -0.5, 7.5,"", "");
1981 histograms->AddHistogram("Resolution_E_nTRDtracklets_MCPt","" ,kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 8, -0.5, 7.5,"", "");
1982 histograms->AddHistogram("Resolution_E_nTRDclusters_ESDPt","",kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 201, -0.5, 200.5,"", "");
1983 histograms->AddHistogram("Resolution_E_nTRDclusters_MCPt","",kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 201, -0.5, 200.5,"", "");
ca6d4600 1984 // histograms->AddHistogram("Resolution_E_TRDsignal_ESDPt","", fV0Reader->GetNegativeTrackPt(), fV0Reader->GetNegativeESDTrack()->GetTRDsignal());
1985
1986 // :::::::::::::::::::::::::::::::::::::::: histograms for positrons :::::::::::::::::::::::::::::::::::::::::::::::::::
1987 histograms->AddHistogram("Resolution_P_dPt_Pt" ,"" , kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1988 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS0" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1989 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS1" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1990 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS2" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1991 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS3" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1992 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS4" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1993 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS5" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1994 histograms->AddHistogram("Resolution_P_dPt_Pt_ITS6" ,"" ,kGCnYBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
1995 histograms->AddHistogram("Resolution_P_dPt_Phi" ,"" , kGCnYBinsResdR, -TMath::Pi(), TMath::Pi(), kGCnYBinsResdPt, kGCfirstYBinResdPt, kGClastYBinResdPt, "", "");
9c1cb6f7 1996 histograms->AddHistogram("Resolution_P_nTRDtracklets_ESDPt" ,"" ,kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 8, -0.5, 7.5,"", "");
1997 histograms->AddHistogram("Resolution_P_nTRDtracklets_MCPt","", kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 8, -0.5, 7.5,"", "");
1998 histograms->AddHistogram("Resolution_P_nTRDclusters_ESDPt","",kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 201, -0.5, 200.5,"", "");
1999 histograms->AddHistogram("Resolution_P_nTRDclusters_MCPt","",kGCnXBinsResdPt, kGCfirstXBinResdPt, kGClastXBinResdPt, 201,-0.5, 200.5,"", "");
ca6d4600 2000 // histograms->AddHistogram("Resolution_P_TRDsignal_ESDPt", "",fV0Reader->GetPositiveTrackPt(), fV0Reader->GetPositiveESDTrack()->GetTRDsignal());
2001 } //end of specific trigger study resolution plots
2002 } //end if(kGCrunRES=true)
2003
2004 // ___________________________________________________________________________________________________________________________________________________
48682642 2005
ebcfaa7e 2006 if(kGCplotESDNumberOfV0s == kTRUE){histograms->AddHistogram("ESD_NumberOfV0s","Number of v0s",100, -0.5, 99.5,"","");}
2007 if(kGCplotESDNumberOfSurvivingV0s == kTRUE){histograms->AddHistogram("ESD_NumberOfSurvivingV0s","Number of surviving v0s",100, -0.5, 99.5,"","");}
2008 if(kGCplotESDNumberOfContributorsVtx == kTRUE){histograms->AddHistogram("ESD_NumberOfContributorsVtx","Number of contributors to vertex",100, -0.5, 99.5,"","");}
037dc2db 2009 if(kGCplotESDNumberOfGoodESDTracks == kTRUE){histograms->AddHistogram("ESD_NumberOfGoodESDTracks","Number of Good ESD tracks",100, -0.5, 99.5,"","");}
e40fd7e2 2010 if(kGCplotESDNumberOfGoodESDTracks == kTRUE){histograms->AddHistogram("ESD_NumberOfGoodESDTracksVtx","Number of Good ESD tracks",100, -0.5, 99.5,"","");}
2011
d7d7e825 2012 // debug histograms
6c84d371 2013 if(kGCplotESDCutGetOnFly == kTRUE){histograms->AddHistogram("ESD_CutGetOnFly_InvMass" ,"Not GetOnFly" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2014 if(kGCplotESDCutNContributors == kTRUE){histograms->AddHistogram("ESD_CutNContributors_InvMass" ,"NContributors <= 0" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2015 if(kGCplotESDCutLikeSign == kTRUE){histograms->AddHistogram("ESD_CutLikeSign_InvMass" ,"LikeSign" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2016 if(kGCplotESDCutRefit == kTRUE){histograms->AddHistogram("ESD_CutRefit_InvMass" ,"No TPC refit" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2017 if(kGCplotESDCutKink == kTRUE){histograms->AddHistogram("ESD_CutKink_InvMass" ,"Kinks" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2018 if(kGCplotESDCutPIDProb == kTRUE){histograms->AddHistogram("ESD_CutPIDProb_InvMass" ,"wrong TPC PID" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
9640a3d1 2019
2020 if(kGCplotESDCutdedxSigmaElectronLine == kTRUE){histograms->AddHistogram("ESD_CutdEdxSigmaElectronLine_InvMass" ,"dedx ElectronLine" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2021 if(kGCplotESDCutdedxSigmaPionLine == kTRUE){histograms->AddHistogram("ESD_CutdEdxSigmaPionLine_InvMass" ,"dedx PionLine" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
9c1cb6f7 2022 if(kGCplotESDCutPionRejectionLowP==kTRUE){histograms->AddHistogram("ESD_CutPionRejectionLowP_InvMass" ,"dedx PionRejection LowP" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2023 if(kGCplotESDCutKaonRejectionLowP==kTRUE){histograms->AddHistogram("ESD_CutKaonRejectionLowP_InvMass" ,"dedx KaonRejection LowP" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
70ef88b5 2024 if(kGCplotESDCutQtGammaSelection==kTRUE){histograms->AddHistogram("ESD_CutQt_InvMass","ESD_CutQt_InvMass",kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2025
9c1cb6f7 2026 if(kGCplotESDCutProtonRejectionLowP==kTRUE){histograms->AddHistogram("ESD_CutProtonRejectionLowP_InvMass" ,"dedx ProtonRejection LowP" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
6c84d371 2027 if(kGCplotESDCutR == kTRUE){histograms->AddHistogram("ESD_CutR_InvMass" ,"Above RMax" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
4f07ce38 2028 if(kGCplotESDCutMinR == kTRUE){histograms->AddHistogram("ESD_CutMinR_InvMass" ,"Above RMax" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
6c84d371 2029 if(kGCplotESDCutNDF == kTRUE){histograms->AddHistogram("ESD_CutNDF_InvMass" ,"NDF <= 0" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2030 if(kGCplotESDCutChi2 == kTRUE){histograms->AddHistogram("ESD_CutChi2_InvMass" ,"#chi^{2} > Max" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2031 if(kGCplotESDCutEta == kTRUE){histograms->AddHistogram("ESD_CutEta_InvMass" ,"Above #eta max" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
9c1cb6f7 2032 if(kGCplotESDCutSinglePt == kTRUE){histograms->AddHistogram("ESD_CutSinglePt_InvMass" ,"Below p_{t} min" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
6c84d371 2033 if(kGCplotESDCutPt == kTRUE){histograms->AddHistogram("ESD_CutPt_InvMass" ,"Below p_{t} min" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2034 if(kGCplotESDCutLine == kTRUE){histograms->AddHistogram("ESD_CutLine_InvMass" ,"Out of reconstruction area" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
ebcfaa7e 2035 if(kGCplotESDCutZ == kTRUE){histograms->AddHistogram("ESD_CutZ_InvMass" ,"Out of reconstruction area" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
48682642 2036 if(kGCplotESDCutMinClsTPC == kTRUE){histograms->AddHistogram("ESD_CutMinNClsTPC_InvMass" ,"Out of reconstruction area" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
4f07ce38 2037 if(kGCplotESDCutMinClsTPCToF == kTRUE){histograms->AddHistogram("ESD_CutMinNClsTPCToF_InvMass" ,"Out of reconstruction area" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
48682642 2038
9640a3d1 2039 if(kGCplotESDGoodV0s == kTRUE){histograms->AddHistogram("ESD_GoodV0s_InvMass" ,"Good V0s" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
037dc2db 2040 if(kGCplotESDAllV0s == kTRUE){histograms->AddHistogram("ESD_AllV0s_InvMass" ,"All V0s" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
48682642 2041 if(kGCplotESDAllV0sCurrentFinder == kTRUE){histograms->AddHistogram("ESD_AllV0sCurrentFinder_InvMass" ,"All V0s Current Finder" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");}
2042
9c1cb6f7 2043 if(kGCplotESDAllV0sCurrentFinderQtAlfa== kTRUE){ histograms->AddHistogram("ESD_AllV0sCurrentFinder_alfa_qt" ,"" ,kGCnXBinsP, kGCfirstXBinAlphaG, kGClastXBinAlpha,kGCnYBinsQt, kGCfirstYBinQt, kGClastYBinQt,"", "");}
9640a3d1 2044
6c84d371 2045 if(kGCplotESDTrueConvGammaTrackLength == kTRUE){histograms->AddHistogram("ESD_TrueConvGamma_TrackLength","Track length of TrueConvGamma",kGCnXBinsTrackLength,kGCfirstXBinTrackLength,kGClastXBinTrackLength,"","");}
2046 if(kGCplotESDTrueConvGammaTrackLengthVSInvMass == kTRUE){histograms->AddHistogram("ESD_TrueConvGamma_TrackLengthVSInvMass","Track length of TrueConvGamma vs Inv mass",kGCnXBinsTrackLength,kGCfirstXBinTrackLength,kGClastXBinTrackLength,kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt,"","");}
a0b94e5c 2047
48682642 2048 if(kGCplotOmegaSpectra == kTRUE){
2049 histograms->AddHistogram("ESD_Omega_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2050 histograms->AddHistogram("ESD_Omega_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2051
2052 histograms->AddHistogram("ESD_Omega_Bck_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2053 histograms->AddHistogram("ESD_Omega_Bck_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2054 histograms->AddHistogram("ESD_OmegaPipPinPi0_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2055 histograms->AddHistogram("ESD_OmegaPipPinPi0_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2056
2057 }
63e16c52 2058
6c84d371 2059 if(kGCplotPi0Spectra == kTRUE){
9c1cb6f7 2060 histograms->AddHistogram("ESD_Mother_alfa","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinAlpha, kGClastXBinAlpha,"#alpha","Counts");
48682642 2061
5ce758b0 2062 // histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
6c84d371 2063 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
9c1cb6f7 2064histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt_alpha" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
6c84d371 2065 histograms->AddHistogram("ESD_Mother_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
ebcfaa7e 2066 histograms->AddHistogram("ESD_Mother_InvMass_1212","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2067 histograms->AddHistogram("ESD_Mother_InvMass_0912","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2068 histograms->AddHistogram("ESD_Mother_InvMass_0909","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2069 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt1212" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2070 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt0912" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2071 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt0909" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2072
2e2da371 2073 if(kGCLowMemoryConsumption == kFALSE){
2074 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvPHOS","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2075 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt_GammaConvPHOS" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2076 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvPHOS_OpanLow","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2077 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvPHOS_OpanHigh","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
f5f99b3d 2078
2e2da371 2079 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvEMCAL","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2080 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvEMCAL_Bck","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2081
2082 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt_GammaConvEMCAL" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2083 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt_GammaConvEMCAL_Bck" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2084
2085 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvEMCAL_OpanLow","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2086 histograms->AddHistogram("ESD_Mother_InvMass_GammaConvEMCAL_OpanHigh","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2087 }
63e16c52 2088
ebcfaa7e 2089 // if(kGCdoNeutralMesonV0MCCheck == kTRUE){
4f07ce38 2090 histograms->AddHistogram("ESD_TrueBckGG_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2091 histograms->AddHistogram("ESD_TrueBckCont_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2092 histograms->AddHistogram("ESD_TruePi0Sec_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2093
ebcfaa7e 2094 histograms->AddHistogram("ESD_TruePi0_InvMass","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
037dc2db 2095 histograms->AddHistogram("ESD_TruePi0_InvMass_1212","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2096 histograms->AddHistogram("ESD_TruePi0_InvMass_0912","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2097 histograms->AddHistogram("ESD_TruePi0_InvMass_0909","Invariant mass",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2098 histograms->AddHistogram("ESD_TruePi0_OpeningAngle_1212" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");
2099 histograms->AddHistogram("ESD_TruePi0_OpeningAngle_0912" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");
2100 histograms->AddHistogram("ESD_TruePi0_OpeningAngle_0909" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");
ebcfaa7e 2101 histograms->AddHistogram("ESD_TruePi0_InvMass_vs_Pt" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
d707e3cf 2102histograms->AddHistogram("ESD_TruePi0_InvMass_vs_Pt_alpha" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2e2da371 2103
2104 if(kGCLowMemoryConsumption == kFALSE){
2105 histograms->AddHistogram("ESD_TruePi0_InvMass_vs_Pt1212" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2106 histograms->AddHistogram("ESD_TruePi0_InvMass_vs_Pt0912" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2107 histograms->AddHistogram("ESD_TruePi0_InvMass_vs_Pt0909" ,"Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2108
ebcfaa7e 2109 //}
037dc2db 2110
2e2da371 2111 histograms->AddHistogram("ESD_Mother_InvMass_vs_Pt_Fiducial" ,"Invariant Mass vs Pt |eta|<0.9" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2112 }
9640a3d1 2113 histograms->AddHistogram("ESD_Mother_InvMass_Fiducial","Invariant mass |eta|<0.9",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2114
2115
d7d7e825 2116 }
48682642 2117
6c84d371 2118 if(kGCplotPi0Spectra == kTRUE && kGCcalculateBackground == kTRUE){
10e3319b 2119 for(Int_t m=0;m<6;m++){
9c1cb6f7 2120 histograms->AddHistogram(Form("%dESD_Mother_InvMass_vs_Pt",m) ,"Background Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2121 }
037dc2db 2122 for(Int_t z=0;z<8;z++){
10e3319b 2123 for(Int_t m=0;m<6;m++){
5ce758b0 2124 histograms->AddHistogram(Form("%d%dESD_Mother_InvMass_vs_Pt",z,m) ,"ESD Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2125
037dc2db 2126 histograms->AddHistogram(Form("%d%dESD_Background_InvMass_vs_Pt",z,m) ,"Background Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
48682642 2127
037dc2db 2128
48682642 2129 histograms->AddHistogram(Form("%d%dESD_Background_InvMass",z,m),"Invariant mass background",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass BG [GeV]","Counts");
10e3319b 2130 histograms->AddHistogram(Form("%d%dESD_Mother_InvMass",z,m),"Invariant mass in z and m bins",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass BG [GeV]","Counts");
48682642 2131
d5f99c2b 2132
48682642 2133 histograms->AddHistogram(Form("%d%dESD_Background_InvMassvsPtFid",z,m) ,"Background Invariant Mass vs Pt |eta|<0.9" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2134
2135
037dc2db 2136 histograms->AddHistogram(Form("%d%dESD_Background_InvMass_Fiducial",z,m),"Invariant mass background |eta|<0.9",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass BG [GeV]","Counts");
2137 }
2138 }
48682642 2139
6c84d371 2140 histograms->AddHistogram("ESD_Background_InvMass_vs_Pt" ,"Background Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
9c1cb6f7 2141 histograms->AddHistogram("ESD_Background_InvMass_vs_Pt_alpha" ,"Background Invariant Mass vs Pt" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2142
2143
2144 histograms->AddHistogram("ESD_Background_InvMass","Invariant mass background",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass BG [GeV]","Counts");
9640a3d1 2145
2146 histograms->AddHistogram("ESD_Background_InvMass_vs_Pt_Fiducial" ,"Background Invariant Mass vs Pt |eta|<0.9" , kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2147 histograms->AddHistogram("ESD_Background_InvMass_Fiducial","Invariant mass background |eta|<0.9",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass BG [GeV]","Counts");
48682642 2148
d7d7e825 2149 }
037dc2db 2150
7bea833a 2151 if(kGCdoMCTruth){
2152 if(kGCplotMCConversionR == kTRUE){ histograms->AddHistogram("MC_Conversion_R","Radius of gamma conversion points",kGCnXBinsR, kGCfirstXBinR, kGClastXBinR,"counts","cm");}
2153 if(kGCplotMCConversionZR == kTRUE){ histograms->AddHistogram("MC_Conversion_ZR","Radius of gamma conversion points vs Z",kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "cm", "cm");}
2154 if(kGCplotMCConversionXY == kTRUE){ histograms->AddHistogram("MC_Conversion_XY","Gamma XY converison point.",kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "cm", "cm");}
2155 if(kGCplotMCConversionOpeningAngle == kTRUE){ histograms->AddHistogram("MC_Conversion_OpeningAngle","Opening angle of e+e- pairs from gamma conversion",kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "counts", "cm");}
2156 if(kGCplotMCConvGammaEAsymmetryP== kTRUE){ histograms->AddHistogram("MC_ConvGamma_E_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
2157 if(kGCplotMCConvGammaPAsymmetryP== kTRUE){ histograms->AddHistogram("MC_ConvGamma_P_AsymmetryP" ,"" ,kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsAsymmetry, kGCfirstYBinAsymmetry, kGClastYBinAsymmetry,"", "");}
2158
2159
2160 if(kGCplotMCEEnergy == kTRUE){ histograms->AddHistogram("MC_E_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2161 if(kGCplotMCEPt == kTRUE){ histograms->AddHistogram("MC_E_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2162 if(kGCplotMCEEta == kTRUE){ histograms->AddHistogram("MC_E_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2163 if(kGCplotMCEPhi == kTRUE){ histograms->AddHistogram("MC_E_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2164 if(kGCplotMCENTPCClusters == kTRUE){ histograms->AddHistogram("MC_E_nTPCClusters" ,"" , kGCnXBinsNTPCClusters, kGCfirstXBinNTPCClusters, kGClastXBinNTPCClusters, "", "");}
2165 if(kGCplotMCENITSClusters == kTRUE){ histograms->AddHistogram("MC_E_nITSClusters" ,"" , kGCnXBinsNITSClusters, kGCfirstXBinNITSClusters, kGClastXBinNITSClusters, "", "");}
2166
2167 if(kGCplotMCPEnergy == kTRUE){ histograms->AddHistogram("MC_P_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2168 if(kGCplotMCPPt == kTRUE){ histograms->AddHistogram("MC_P_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2169 if(kGCplotMCPEta == kTRUE){ histograms->AddHistogram("MC_P_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2170 if(kGCplotMCPPhi == kTRUE){ histograms->AddHistogram("MC_P_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2171 if(kGCplotMCPNTPCClusters == kTRUE){ histograms->AddHistogram("MC_P_nTPCClusters" ,"" , kGCnXBinsNTPCClusters, kGCfirstXBinNTPCClusters, kGClastXBinNTPCClusters, "", "");}
2172 if(kGCplotMCPNITSClusters == kTRUE){ histograms->AddHistogram("MC_P_nITSClusters" ,"" , kGCnXBinsNITSClusters, kGCfirstXBinNITSClusters, kGClastXBinNITSClusters, "", "");}
2173
2174 if(kGCplotMCallGammaEnergy == kTRUE){ histograms->AddHistogram("MC_allGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2175 if(kGCplotMCallGammaPt == kTRUE){ histograms->AddHistogram("MC_allGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2176 if(kGCplotMCallGammaEta == kTRUE){ histograms->AddHistogram("MC_allGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2177 if(kGCplotMCallGammaPhi == kTRUE){ histograms->AddHistogram("MC_allGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2178 if(kGCplotMCallGammaRapid == kTRUE){ histograms->AddHistogram("MC_allGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2179
2180 if(kGCplotMCConvGammaEnergy == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2181 if(kGCplotMCConvGammaPt == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2182 if(kGCplotMCConvGammaEta == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2183 if(kGCplotMCConvGammaPhi == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2184 if(kGCplotMCConvGammaRapid == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2185 if(kGCplotMCConvGammaPtvsEta == kTRUE){ histograms->AddHistogram("MC_ConvGamma_Pt_Eta","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt,kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta,"","");}
2186
2187 if(kGCplotMCallDirectGammaEnergy == kTRUE){ histograms->AddHistogram("MC_allDirectGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2188 if(kGCplotMCallDirectGammaPt == kTRUE){ histograms->AddHistogram("MC_allDirectGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2189 if(kGCplotMCallDirectGammaEta == kTRUE){ histograms->AddHistogram("MC_allDirectGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2190 if(kGCplotMCallDirectGammaPhi == kTRUE){ histograms->AddHistogram("MC_allDirectGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2191 if(kGCplotMCallDirectGammaRapid == kTRUE){ histograms->AddHistogram("MC_allDirectGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2192
2193 if(kGCplotMCConvDirectGammaEnergy == kTRUE){ histograms->AddHistogram("MC_ConvDirectGamma_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2194 if(kGCplotMCConvDirectGammaPt == kTRUE){ histograms->AddHistogram("MC_ConvDirectGamma_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2195 if(kGCplotMCConvDirectGammaEta == kTRUE){ histograms->AddHistogram("MC_ConvDirectGamma_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2196 if(kGCplotMCConvDirectGammaPhi == kTRUE){ histograms->AddHistogram("MC_ConvDirectGamma_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2197 if(kGCplotMCConvDirectGammaRapid == kTRUE){ histograms->AddHistogram("MC_ConvDirectGamma_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2198
2199 if(kGCplotMCMotherEta == kTRUE){ histograms->AddHistogram("MC_Mother_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2200 if(kGCplotMCMotherPhi == kTRUE){ histograms->AddHistogram("MC_Mother_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2201 if(kGCplotMCMotherRapid == kTRUE){ histograms->AddHistogram("MC_Mother_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2202 if(kGCplotMCMotherPt == kTRUE){ histograms->AddHistogram("MC_Mother_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2203 if(kGCplotMCMotherEnergy == kTRUE){ histograms->AddHistogram("MC_Mother_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2204 if(kGCplotMCMotherMass == kTRUE){ histograms->AddHistogram("MC_Mother_Mass" ,"" , kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass, "", "");}
2205 if(kGCplotMCMotherOpeningAngle == kTRUE){ histograms->AddHistogram("MC_Mother_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
2206 if(kGCplotMCMotherR == kTRUE){ histograms->AddHistogram("MC_Mother_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
2207 if(kGCplotMCMotherZR == kTRUE){ histograms->AddHistogram("MC_Mother_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2208 if(kGCplotMCMotherXY == kTRUE){ histograms->AddHistogram("MC_Mother_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
2209 if(kGCplotMCMotherPtvsEtaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Mother_Pt_Eta_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2210 if(kGCplotMCMotherPtvsRapidWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Mother_Pt_Rapid_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2211 if(kGCplotMCMotherPtvsEtaConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Mother_Pt_Eta_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2212 if(kGCplotMCMotherPtvsRapidConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Mother_Pt_Rapid_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2213
2214 if(kGCplotMCMotherSpectra == kTRUE){
2215 histograms->AddHistogram("MC_Mother_InvMass_vs_Pt" ,"" ,kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra, kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra, "", "");
2216 histograms->AddHistogram("MC_Mother_InvMass_vs_Pt_withinAcceptance" ,"" ,kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra, kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra, "", "");
2217 histograms->AddHistogram("MC_Mother_InvMass_vs_Pt_ConvGamma_withinAcceptance" ,"" ,kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra, kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra, "", "");
2218 }
2219
4f07ce38 2220 if(kGCplotMCPhysicalPrimaryChargedPt == kTRUE){ histograms->AddHistogram("MC_PhysicalPrimaryCharged_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
7bea833a 2221 if(kGCplotMCPi0Eta == kTRUE){ histograms->AddHistogram("MC_Pi0_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2222 if(kGCplotMCPi0Rapid == kTRUE){ histograms->AddHistogram("MC_Pi0_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2223 if(kGCplotMCPi0Phi == kTRUE){ histograms->AddHistogram("MC_Pi0_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2224 if(kGCplotMCPi0Pt == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2225 if(kGCplotMCPi0PtFiducial == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_Fiducial" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2226 if(kGCplotMCPi0PtWithinAcceptanceFiducial == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_withinAcceptance_Fiducial" ,"" , kGCnXBinsPt,kGCfirstXBinPt, kGClastXBinPt, "", "");}
2227 if(kGCplotMCPi0PtConvGammaWithinAcceptanceFiducial == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_ConvGamma_withinAcceptance_Fiducial","" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
10e3319b 2228 if(kGCplotMCPi0OpeningPtConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_ConvGamma_OpeningAngle_Pt","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
2229 if(kGCplotMCPi0PtGammaPtConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_ConvGamma_PtGamma_Pt","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
7bea833a 2230 if(kGCplotMCPi0Energy == kTRUE){ histograms->AddHistogram("MC_Pi0_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2231 if(kGCplotMCPi0Mass == kTRUE){ histograms->AddHistogram("MC_Pi0_Mass" ,"" , kGCnXBinsPi0Mass, kGCfirstXBinPi0Mass, kGClastXBinPi0Mass, "", "");}
2232 if(kGCplotMCPi0Alpha == kTRUE){ histograms->AddHistogram("MC_Pi0_alpha" ,"" , kGCnXBinsPi0Mass, kGCfirstXBinPi0Alpha, kGClastXBinPi0Alpha, "", "");}
2233
10e3319b 2234 if(kGCplotMCPi0OpeningAngle == kTRUE){ histograms->AddHistogram("MC_Pi0_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
7bea833a 2235 if(kGCplotMCPi0R == kTRUE){ histograms->AddHistogram("MC_Pi0_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
2236 if(kGCplotMCPi0ZR == kTRUE){ histograms->AddHistogram("MC_Pi0_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2237 if(kGCplotMCPi0XY == kTRUE){ histograms->AddHistogram("MC_Pi0_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
2238 if(kGCplotMCPi0PtvsEtaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_Eta_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2239 if(kGCplotMCPi0PtvsRapidWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_Rapid_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2240 if(kGCplotMCPi0PtvsEtaConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_Eta_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2241 if(kGCplotMCPi0PtvsRapidConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Pt_Rapid_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2242 if(kGCplotMCPi0ZRConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_ZR_ConvGamma_withinAcceptance" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2243
2244
2245 if(kGCplotMCPi0SecondaryEta == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2246 if(kGCplotMCPi0SecondaryRapid == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2247 if(kGCplotMCPi0SecondaryPhi == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2248 if(kGCplotMCPi0SecondaryPt == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2249 if(kGCplotMCPi0SecondaryEnergy == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2250 if(kGCplotMCPi0SecondaryMass == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Mass" ,"" , kGCnXBinsPi0Mass, kGCfirstXBinPi0Mass, kGClastXBinPi0Mass, "", "");}
2251 if(kGCplotMCPi0SecondaryOpeningAngle == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
2252 if(kGCplotMCPi0SecondaryR == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
2253 if(kGCplotMCPi0SecondaryZR == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2254 if(kGCplotMCPi0SecondaryXY == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
2255 if(kGCplotMCPi0SecondaryPtvsEtaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Pt_Eta_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2256 if(kGCplotMCPi0SecondaryPtvsRapidWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Pt_Rapid_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2257 if(kGCplotMCPi0SecondaryPtvsEtaConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Pt_Eta_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2258 if(kGCplotMCPi0SecondaryPtvsRapidConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Pi0_Secondaries_Pt_Rapid_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2259
2260
2261
2262 if(kGCplotMCEtaEta == kTRUE){ histograms->AddHistogram("MC_Eta_Eta" ,"" , kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2263 if(kGCplotMCEtaRapid == kTRUE){ histograms->AddHistogram("MC_Eta_Rapid" ,"" , kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2264 if(kGCplotMCEtaPhi == kTRUE){ histograms->AddHistogram("MC_Eta_Phi" ,"" , kGCnXBinsPhi, kGCfirstXBinPhi, kGClastXBinPhi, "", "");}
2265 if(kGCplotMCEtaPt == kTRUE){ histograms->AddHistogram("MC_Eta_Pt" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
2266 if(kGCplotMCEtaEnergy == kTRUE){ histograms->AddHistogram("MC_Eta_Energy" ,"" , kGCnXBinsEnergy, kGCfirstXBinEnergy, kGClastXBinEnergy, "", "");}
2267 if(kGCplotMCEtaMass == kTRUE){ histograms->AddHistogram("MC_Eta_Mass" ,"" , kGCnXBinsEtaMass, kGCfirstXBinEtaMass, kGClastXBinEtaMass, "", "");}
2268 if(kGCplotMCEtaOpeningAngleGamma == kTRUE){ histograms->AddHistogram("MC_Eta_GammaDaughter_OpeningAngle" ,"" , kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
2269 if(kGCplotMCEtaR == kTRUE){ histograms->AddHistogram("MC_Eta_R" ,"" , kGCnXBinsR, kGCfirstXBinR, kGClastXBinR, "", "");}
2270 if(kGCplotMCEtaZR == kTRUE){ histograms->AddHistogram("MC_Eta_ZR" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2271 if(kGCplotMCEtaXY == kTRUE){ histograms->AddHistogram("MC_Eta_XY" ,"" , kGCnXBinsXY, kGCfirstXBinXY, kGClastXBinXY, kGCnYBinsXY, kGCfirstYBinXY, kGClastYBinXY, "", "");}
2272 if(kGCplotMCEtaPtvsEtaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_Pt_Eta_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2273 if(kGCplotMCEtaPtvsRapidWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_Pt_Rapid_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2274 if(kGCplotMCEtaPtvsEtaConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_Pt_Eta_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsEta, kGCfirstXBinEta, kGClastXBinEta, "", "");}
2275 if(kGCplotMCEtaPtvsRapidConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_Pt_Rapid_ConvGamma_withinAcceptance" ,"" , kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsRapid, kGCfirstXBinRapid, kGClastXBinRapid, "", "");}
2276 if(kGCplotMCEtaZRConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_ZR_ConvGamma_withinAcceptance" ,"" , kGCnXBinsZR, kGCfirstXBinZR, kGClastXBinZR, kGCnYBinsZR, kGCfirstYBinZR, kGClastYBinZR, "", "");}
2277 }
10e3319b 2278 if(kGCplotMCEtaOpeningPtConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_ConvGamma_OpeningAngle_Pt","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsOpeningAngle, kGCfirstXBinOpeningAngle, kGClastXBinOpeningAngle, "", "");}
2279 if(kGCplotMCEtaPtGammaPtConvGammaWithinAcceptance == kTRUE){ histograms->AddHistogram("MC_Eta_ConvGamma_PtGamma_Pt","", kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");}
6c84d371 2280 }// end kGCrunNeutralMeson
037dc2db 2281
2282
2283 //--------------------------------------------------- 2 gamma Background -------------------------------------------------------
2284
2285 if(kGCcalculateBackground==kTRUE){
2286 histograms->AddHistogram("ESD_Z_distribution" ,"Z primary vertex" , 2000, -30, 30,"Z[cm]","counts");
45795c36 2287 histograms->AddHistogram("ESD_multiplicity_distribution" ,"multiplicity distribution" , 200, 0, 200,"counts","Multiplicity");
2288 histograms->AddHistogram("ESD_ZvsMultiplicity" ,"Z vs Multiplicity" , 1000, -10, 10,200,0,200,"Z[cm]","Multiplicity");
037dc2db 2289 }
9c1cb6f7 2290
2291 if(kGCRecalculateV0ForGamma==kTRUE){
2292 histograms->AddHistogram("ESD_RecalculateV0_InvMass","", kGCnXBinsGammaMass, kGCfirstXBinGammaMass, kGClastXBinGammaMass,"","");
2293 histograms->AddHistogram("ESD_RecalculateV0_Pt","",kGCnXBinsPt, kGCfirstXBinPt, kGClastXBinPt, "", "");
2294 histograms->AddHistogram("ESD_RecalculateV0_E_dEdxP","",kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);
2295 histograms->AddHistogram("ESD_RecalculateV0_P_dEdxP","",kGCnXBinsP, kGCfirstXBinP, kGClastXBinP,kGCnYBinsdEdx, kGCfirstYBindEdx, kGClastYBindEdx,"", "",0);
2296 histograms->AddHistogram("ESD_RecalculateV0_cpa","",1000,-1.,1.,"","");
2297 histograms->AddHistogram("ESD_RecalculateV0_dca","",100,0.,10.,"","");
2298 histograms->AddHistogram("ESD_RecalculateV0_Rr","",250,0.,250.,"","");
2299 histograms->AddHistogram("ESD_RecalculateV0_normdistP","",250,0.,250.,"","");
2300 histograms->AddHistogram("ESD_RecalculateV0_normdistN","",250,0.,250.,"","");
2301
2302 histograms->AddHistogram("ESD_RecalculateGG_InvMass","",kGCnXBinsSpectra,kGCfirstXBinSpectra, kGClastXBinSpectra,"InvMass [GeV]","Counts");
2303 histograms->AddHistogram("ESD_RecalculateGG_InvMass_vs_Pt","", kGCnXBinsSpectra, kGCfirstXBinSpectra, kGClastXBinSpectra,kGCnYBinsSpectra, kGCfirstYBinSpectra, kGClastYBinSpectra,"InvMass [GeV]","Pt [GeV]");
2304
2305 }
2306
2307
d7d7e825 2308}
48682642 2309
2310
2311
2312Int_t SetAnalysisCutSelection(TString analysisCutSelection){
2313 Int_t iResult=0;
2314
2315 // set the cuts depending on the Cut Selection Id
2316 // first number is dummy always set to 9
1ebf7aa6 2317 // const char* cutSelection = analysisCutSelection.Data();
67381a40 2318 if(analysisCutSelection.Length()!=c_array_size){
48682642 2319 cout<<"Cut selection has the wrong length!"<<endl;
2320 return 0;
2321 }
1ebf7aa6 2322
2323 char cutSelection[] = analysisCutSelection.Data();
2324 int array[c_array_size];
2325 const int N = sizeof(array) / sizeof(int);
2326 string2array( cutSelection, array );
2327
2328
2329
2330 Int_t goodId=array[0];
2331 Int_t v0FinderType=array[1];
2332 Int_t eProbCut=array[2];
2333 Int_t ededxSigmaCut=array[3];
2334 Int_t pidedxSigmaCut=array[4];
2335 Int_t piMomdedxSigmaCut=array[5];
2336 Int_t chi2GammaCut=array[6];
2337 Int_t singlePtCut=array[7];
2338 Int_t clsTPCCut=array[8];
2339 Int_t etaCut=array[9];
9c1cb6f7 2340 Int_t chi2MesonCut=array[10];
2341 Int_t LowPRejectionSigmaCut=array[11];
70ef88b5 2342 Int_t QtMaxCut=array[12];
10e3319b 2343 Int_t piMaxMomdedxSigmaCut=array[13];
67381a40 2344 Int_t alphaMesonCut=array[14];
48682642 2345
67381a40 2346 cout<<"alphaMesonCut"<<alphaMesonCut<<endl;
10e3319b 2347 cout<<"piMaxMomdedxSigmaCut::"<<piMaxMomdedxSigmaCut<<endl;
70ef88b5 2348 cout<<"QtMaxCut:"<<QtMaxCut<<endl;
2349 cout<<"LowPRejectionSigmaCut:"<<LowPRejectionSigmaCut<<endl;
9c1cb6f7 2350 cout<<"chi2MesonCut: "<< chi2MesonCut<<endl;
48682642 2351 cout<<"etaCut: "<<etaCut<<endl;
2352 cout<<"clsTPCCut: "<<clsTPCCut<<endl;
2353 cout<<"singlePtCut: "<<singlePtCut<<endl;
2354 cout<<"chi2GammaCut: "<<chi2GammaCut<<endl;
2355 cout<<"piMomdedxSigmaCut: "<<piMomdedxSigmaCut<<endl;
2356 cout<<"pidedxSigmaCut: "<<pidedxSigmaCut <<endl;
2357 cout<<"ededxSigmaCut: "<<ededxSigmaCut <<endl;
2358 cout<<"eProbCut: "<< eProbCut<<endl;
2359 cout<<"v0FinderType: "<<v0FinderType <<endl;
2360 cout<<"goodId: "<<goodId <<endl;
2361
2362 if(goodId !=9){
2363 cout<<"Analysis Cut Selection too short or does not start with 9"<<endl;
2364 return iResult;
2365 }
2366
2367 switch (v0FinderType){
2368 case 0: // on fly V0 finder
2369 kGCUseOnFlyV0Finder=kTRUE;
2370 break;
2371 case 1: // offline V0 finder
2372 kGCUseOnFlyV0Finder=kFALSE;
2373 break;
2374 default:
2375 return iResult;
2376 }
9c1cb6f7 2377
48682642 2378 switch(eProbCut){
9c1cb6f7 2379 case 0:
2380 kGCprobElectron=0;
2381 break;
2382 case 1:
2383 kGCprobElectron=0.1;
48682642 2384 break;
9c1cb6f7 2385 case 2:
2386 kGCprobElectron=0.5;
48682642 2387 break;
9c1cb6f7 2388 case 3:
2389 kGCprobElectron=0.7;
48682642 2390 break;
2391 default:
2392 return iResult;
2393 }
2394
2395 switch(ededxSigmaCut){
2396 case 0: // -10,10
2397 kGCPIDnSigmaBelowElectronLine=-10;
2398 kGCPIDnSigmaAboveElectronLine=10;
2399 break;
2400 case 1: // -5,5
2401 kGCPIDnSigmaBelowElectronLine=-5;
2402 kGCPIDnSigmaAboveElectronLine=5;
2403 break;
2404 case 2: // -3,5
2405 kGCPIDnSigmaBelowElectronLine=-3;
2406 kGCPIDnSigmaAboveElectronLine=5;
2407 break;
9c1cb6f7 2408 case 3: // -4,5
2409 kGCPIDnSigmaBelowElectronLine=-4;
2410 kGCPIDnSigmaAboveElectronLine=5;
2411 break;
48682642 2412 default:
2413 return iResult;
2414 }
2415
2416 switch(pidedxSigmaCut){
2417 case 0: // -10
2418 kGCPIDnSigmaAbovePionLine=-10;
2419 break;
2420 case 1: // 0
2421 kGCPIDnSigmaAbovePionLine=0;
2422 break;
2423 case 2: // 1
2424 kGCPIDnSigmaAbovePionLine=1;
2425 break;
9c1cb6f7 2426 case 3: // 1
2427 kGCPIDnSigmaAbovePionLine=-1;
2428 break;
2429 case 4: // 1
2430 kGCPIDnSigmaAbovePionLine=-1.5;
2431 break;
10e3319b 2432 case 5: // 1
2433 kGCPIDnSigmaAbovePionLine=2.;
2434 break;
2435
48682642 2436 default:
2437 return iResult;
2438 }
2439
2440 switch(piMomdedxSigmaCut){
2441 case 0: // 0.5 GeV
2442 kGCPIDMinPnSigmaAbovePionLine=0.5;
2443 break;
2444 case 1: // 1. GeV
2445 kGCPIDMinPnSigmaAbovePionLine=1.;
2446 break;
2447 case 2: // 1.5 GeV
2448 kGCPIDMinPnSigmaAbovePionLine=1.5;
2449 break;
70ef88b5 2450 case 3: // 20.0 GeV
2451 kGCPIDMinPnSigmaAbovePionLine=20.;
2452 break;
2453 case 4: // 50.0 GeV
2454 kGCPIDMinPnSigmaAbovePionLine=50.;
2455 break;
10e3319b 2456 case 5: // 0.3 GeV
2457 kGCPIDMinPnSigmaAbovePionLine=0.3;
2458 break;
2459 case 6: // 0.3 GeV
2460 kGCPIDMinPnSigmaAbovePionLine=0.25;
2461 break;
48682642 2462 default:
2463 return iResult;
2464 }
2465
2466 switch(chi2GammaCut){
2467 case 0: // 100
2468 kGCchi2CutConversion = 100.;
2469 break;
2470 case 1: // 50
2471 kGCchi2CutConversion = 50.;
2472 break;
2473 case 2: // 30
2474 kGCchi2CutConversion = 30.;
2475 break;
9c1cb6f7 2476 case 3:
2477 kGCchi2CutConversion = 200.;
2478 break;
2479 case 4:
2480 kGCchi2CutConversion = 500.;
2481 break;
2482 case 5:
2483 kGCchi2CutConversion = 1000.;
2484 break;
1b1d7796 2485 case 6:
2486 kGCchi2CutConversion = 5.;
2487 break;
2488 case 7:
2489 kGCchi2CutConversion = 10.;
2490 break;
5ce758b0 2491 case 8:
2492 kGCchi2CutConversion = 20.;
2493 break;
2494 case 9:
2495 kGCchi2CutConversion = 15.;
2496 break;
48682642 2497 default:
2498 return iResult;
2499 }
2500
2501 switch(singlePtCut){
2502 case 0: // 0.050 GeV
2503 kGCsingleptCut = 0.050;
2504 break;
2505 case 1: // 0.100 GeV
2506 kGCsingleptCut = 0.100;
2507 break;
2508 case 2: // 0.150 GeV
2509 kGCsingleptCut = 0.150;
2510 break;
2511 case 3: // 0.200 GeV
2512 kGCsingleptCut = 0.200;
2513 break;
5ce758b0 2514 case 4: // 0.075 GeV
2515 kGCsingleptCut = 0.075;
2516 break;
2517 case 5: // 0.125 GeV
2518 kGCsingleptCut = 0.125;
2519 break;
48682642 2520 default:
2521 return iResult;
2522 }
2523
2524 switch(clsTPCCut){
2525 case 0: // 0
2526 kGCminClsTPCCut= 0.;
2527 break;
2528 case 1: // 70
2529 kGCminClsTPCCut= 70.;
2530 break;
2531 case 2: // 80
2532 kGCminClsTPCCut= 80.;
2533 break;
2534 case 3: // 100
2535 kGCminClsTPCCut= 100.;
2536 break;
4f07ce38 2537 case 4: // 60% of findable clusters
2538 kGCminClsTPCCutToF= 0.6;
2539 break;
48682642 2540 default:
2541 return iResult;
2542 }
2543
2544 switch(etaCut){
2545 case 0: // 0.9
2546 kGCetaCut = 0.9;
2547 kGCLineCutZRSlope = tan(2*atan(exp(-kGCetaCut)));
2548 break;
2549 case 1: // 1.2
2550 kGCetaCut = 1.2;
2551 kGCLineCutZRSlope = tan(2*atan(exp(-kGCetaCut)));
2552 break;
2553 case 2: // 1.4
2554 kGCetaCut = 1.4;
2555 kGCLineCutZRSlope = tan(2*atan(exp(-kGCetaCut)));
2556 break;
2557 default:
2558 return iResult;
2559 }
2560
9c1cb6f7 2561 switch(chi2MesonCut){
2562 case 0: // 100.
2563 kGCchi2CutMeson = 100.;
2564 break;
2565 case 1: // 50.
2566 kGCchi2CutMeson = 50.;
2567 break;
2568 case 2: // 30.
2569 kGCchi2CutMeson = 30.;
2570 break;
2571 case 3:
2572 kGCchi2CutMeson = 200.;
2573 break;
2574 case 4:
2575 kGCchi2CutMeson = 500.;
2576 break;
2577 case 5:
2578 kGCchi2CutMeson = 1000.;
2579 break;
2580 default:
2581 return iResult;
2582 }
2583
2584
2585 switch(LowPRejectionSigmaCut){
2586 case 0: //
2587 kGCPIDnSigmaAtLowPAroundKaonLine=0;
2588 kGCPIDnSigmaAtLowPAroundProtonLine=0;
2589 kGCPIDnSigmaAtLowPAroundPionLine=0;
2590 break;
2591 case 1: //
2592 kGCPIDnSigmaAtLowPAroundKaonLine=0.5;
2593 kGCPIDnSigmaAtLowPAroundProtonLine=0.5;
2594 kGCPIDnSigmaAtLowPAroundPionLine=0.5;
2595 break;
2596 case 2: //
2597 kGCPIDnSigmaAtLowPAroundKaonLine=1;
2598 kGCPIDnSigmaAtLowPAroundProtonLine=1;
2599 kGCPIDnSigmaAtLowPAroundPionLine=1;
2600 break;
2601 case 3: //
2602 kGCPIDnSigmaAtLowPAroundKaonLine=2.;
2603 kGCPIDnSigmaAtLowPAroundProtonLine=2.;
2604 kGCPIDnSigmaAtLowPAroundPionLine=2.;
2605 break;
1b1d7796 2606 case 4: //
2607 kGCPIDnSigmaAtLowPAroundKaonLine=0.;
2608 kGCPIDnSigmaAtLowPAroundProtonLine=0.;
2609 kGCPIDnSigmaAtLowPAroundPionLine=1;
2610 break;
2611 case 5: //
2612 kGCPIDnSigmaAtLowPAroundKaonLine=0.;
2613 kGCPIDnSigmaAtLowPAroundProtonLine=0.;
2614 kGCPIDnSigmaAtLowPAroundPionLine=1.5;
2615 break;
2616 case 6: //
2617 kGCPIDnSigmaAtLowPAroundKaonLine=0.;
2618 kGCPIDnSigmaAtLowPAroundProtonLine=0.;
2619 kGCPIDnSigmaAtLowPAroundPionLine=2.;
2620 break;
2621
9c1cb6f7 2622 default:
2623 return iResult;
2624 }
70ef88b5 2625 switch(QtMaxCut){
2626 case 0: //
2627 kGCQtMax=1.;
2628 break;
2629 case 1:
2630 kGCQtMax=0.1;
2631 break;
2632 case 2:
2633 kGCQtMax=0.07;
2634 break;
2635 case 3:
2636 kGCQtMax=0.05;
2637 break;
2638 case 4:
2639 kGCQtMax=0.03;
2640 break;
2641 default:
2642 return iResult;
2643 }
9c1cb6f7 2644
10e3319b 2645 switch(piMaxMomdedxSigmaCut){
2646 case 0: // 100. GeV
2647 kGCPIDMaxPnSigmaAbovePionLine=100.;
2648 break;
2649 case 1: // 5. GeV
2650 kGCPIDMaxPnSigmaAbovePionLine=5.;
2651 break;
2652 case 2: // 4. GeV
2653 kGCPIDMaxPnSigmaAbovePionLine=4.;
2654 break;
2655 case 3: // 3.5 GeV
2656 kGCPIDMaxPnSigmaAbovePionLine=3.5;
2657 break;
2658 case 4: // 3. GeV
2659 kGCPIDMaxPnSigmaAbovePionLine=3.;
2660 break;
2661 default:
2662 return iResult;
2663 }
67381a40 2664
2665
2666 switch(alphaMesonCut){
2667 case 0: // 0- 0.7
2668 kGCalphaMinCutMeson = 0.0;
2669 kGCalphaCutMeson = 0.7;
2670 break;
2671 case 1: // 0-0.5
2672 kGCalphaMinCutMeson = 0.0;
2673 kGCalphaCutMeson = 0.5;
2674 break;
2675 case 2: // 0.5-1
2676 kGCalphaMinCutMeson = 0.5;
2677 kGCalphaCutMeson = 1.;
2678 break;
2679
2680 default:
2681 return iResult;
2682 }
2683
10e3319b 2684
48682642 2685 iResult=1;
2686 return iResult;
2687}
2688
2689
ca6d4600 2690void string2array(const std::string& number, int a[c_array_size])
2691{
2692 if (number.size() == c_array_size) {
2693#define ASSIGNARRAY(i) a[i] = number[i] - '0'
2694 ASSIGNARRAY(0);
2695 ASSIGNARRAY(1);
2696 ASSIGNARRAY(2);
2697 ASSIGNARRAY(3);
2698 ASSIGNARRAY(4);
2699 ASSIGNARRAY(5);
2700 ASSIGNARRAY(6);
2701 ASSIGNARRAY(7);
2702 ASSIGNARRAY(8);
2703 ASSIGNARRAY(9);
9c1cb6f7 2704 ASSIGNARRAY(10);
2705 ASSIGNARRAY(11);
70ef88b5 2706 ASSIGNARRAY(12);
10e3319b 2707 ASSIGNARRAY(13);
67381a40 2708 ASSIGNARRAY(14);
ca6d4600 2709 }
2710}
48682642 2711
2712
2713
2714