AliPhysics  86c65ee (86c65ee)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFlowAnalysisCRC.h
Go to the documentation of this file.
1 /*************************************************************************
2  * Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. *
3  * *
4  * Author: The ALICE Off-line Project. *
5  * Contributors are mentioned in the code where appropriate. *
6  * *
7  * Permission to use, copy, modify and distribute this software and its *
8  * documentation strictly for non-commercial purposes is hereby granted *
9  * without fee, provided that the above copyright notice appears in all *
10  * copies and that both the copyright notice and this permission notice *
11  * appear in the supporting documentation. The authors make no claims *
12  * about the suitability of this software for any purpose. It is *
13  * provided "as is" without express or implied warranty. *
14  **************************************************************************/
15 
16 /*************************************************
17  * Charge-rapidity correlations with Q-cumulants *
18  * *
19  * author: Jacopo Margutti *
20  * (margutti@nikhef.nl) *
21  *************************************************/
22 
23 #ifndef AliFlowAnalysisCRC_H
24 #define AliFlowAnalysisCRC_H
25 
26 #include "TMatrixD.h"
27 #include "TH2D.h"
28 #include "TH3D.h"
29 #include "TRandom3.h"
30 #include "AliFlowCommonConstants.h"
31 #include "TNamed.h"
32 
33 class TObjArray;
34 class TList;
35 class TFile;
36 class TGraph;
37 class TH1;
38 class TH3;
39 class TProfile;
40 class TProfile2D;
41 class TProfile3D;
42 class TDirectoryFile;
43 class TRandom3;
44 class TNtuple;
45 class THnSparse;
46 
47 class AliFlowEventSimple;
48 class AliFlowTrackSimple;
50 class AliFlowCommonHist;
52 class AliFlowVector;
53 
54 //==============================================================================================================
55 
56 class AliFlowAnalysisCRC : public TNamed {
57 public:
58  AliFlowAnalysisCRC(const char* name="AliFlowAnalysisCRC",
59  Int_t nCen=7,
60  Double_t CenWidth=10.);
61  virtual ~AliFlowAnalysisCRC();
62 
65  };
66 
67  enum DataSet { k2010,
71  };
72 
74  kHigh, // >0.9
75  kLow, // <0.6
76  kPos, // mag.field pol.+
77  kNeg, // mag.field pol.-
79  };
80 
81  enum SelectCharge {
85  };
86 
87  // 0.) methods called in the constructor:
88  virtual void InitializeArraysForIntFlow();
89  virtual void InitializeArraysForDiffFlow();
90  virtual void InitializeArraysForDistributions();
91  virtual void InitializeArraysForVarious();
93  virtual void InitializeArraysForNestedLoops();
94  virtual void InitializeArraysForMixedHarmonics();
96  virtual void InitializeArraysForBootstrap();
97  virtual void InitializeCostantsForCRC();
98  virtual void InitializeArraysForCRC();
99  virtual void InitializeArraysForCRCVZ();
100  virtual void InitializeArraysForCRCZDC();
101  virtual void InitializeArraysForCRCPt();
102  virtual void InitializeArraysForCME();
103  virtual void InitializeArraysForCRC2();
104  virtual void InitializeArraysForFlowEbE();
105  virtual void InitializeArraysForFlowQC();
107  virtual void InitializeArraysForFlowSPZDC();
108  virtual void InitializeArraysForFlowSPVZ();
109  virtual void InitializeArraysForEbEFlow();
110 
111  // 1.) method Init() and methods called within Init():
112  virtual void Init();
113  virtual void InitializeArraysForQVec();
114  virtual void CrossCheckSettings();
115  virtual void CommonConstants(TString method);
116  virtual void BookAndNestAllLists();
118  virtual void BookCommonHistograms();
119  virtual void BookAndFillWeightsHistograms();
120  virtual void BookEverythingForIntegratedFlow();
121  virtual void BookEverythingForDifferentialFlow();
123  virtual void BookEverythingForDistributions();
124  virtual void BookEverythingForVarious();
125  virtual void BookEverythingForNestedLoops();
126  virtual void BookEverythingForMixedHarmonics();
127  virtual void BookEverythingForControlHistograms();
128  virtual void BookEverythingForBootstrap();
129  virtual void SetRunList();
130  virtual void BookEverythingForCRC();
131  virtual void BookEverythingForCRCVZ();
132  virtual void BookEverythingForCRCZDC();
133  virtual void BookEverythingForCRCPt();
134  virtual void BookEverythingForQVec();
135  virtual void BookEverythingForCME();
136  virtual void BookEverythingForCRC2();
137  virtual void BookEverythingForFlowEbE();
138  virtual void BookEverythingForFlowQC();
139  virtual void BookEverythingForFlowQCHighOrders();
140  virtual void BookEverythingForFlowSPZDC();
141  virtual void BookEverythingForFlowSPVZ();
142  virtual void BookEverythingForEbEFlow();
143  virtual void StoreIntFlowFlags();
144  virtual void StoreDiffFlowFlags();
145  virtual void StoreFlagsForDistributions();
146  virtual void StoreHarmonic();
147  virtual void StoreMixedHarmonicsFlags();
148  virtual void StoreControlHistogramsFlags();
149  virtual void StoreBootstrapFlags();
150  virtual void StoreCRCFlags();
151  virtual void SetCentralityWeights();
152 
153  // 2.) method Make() and methods called within Make():
154  virtual void Make(AliFlowEventSimple *anEvent);
155  // 2a.) Common:
156  virtual void CheckPointersUsedInMake();
157  virtual void FillAverageMultiplicities(Int_t nRP);
158  virtual void FillCommonControlHistograms(AliFlowEventSimple *anEvent);
159  virtual void FillControlHistograms(AliFlowEventSimple *anEvent);
160  virtual void ResetEventByEventQuantities();
161  // 2b.) Reference flow:
162  virtual void CalculateIntFlowCorrelations();
165  virtual void CalculateIntFlowSumOfEventWeights();
174  virtual void CalculateMixedHarmonics();
175  // 2c.) Cross-checking reference flow correlations with nested loops:
176  virtual void EvaluateIntFlowNestedLoops(AliFlowEventSimple* const anEvent);
181  virtual void EvaluateMixedHarmonicsWithNestedLoops(AliFlowEventSimple* const anEvent);
182  // 2d.) Differential flow:
183  virtual void CalculateDiffFlowCorrelations(TString type, TString ptOrEta); // type = RP or POI
184  virtual void CalculateDiffFlowCorrelationsUsingParticleWeights(TString type, TString ptOrEta); // type = RP or POI
185  virtual void CalculateDiffFlowProductOfCorrelations(TString type, TString ptOrEta); // type = RP or POI
186  virtual void CalculateDiffFlowSumOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
187  virtual void CalculateDiffFlowSumOfProductOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
188  virtual void CalculateDiffFlowCorrectionsForNUACosTerms(TString type, TString ptOrEta);
190  virtual void CalculateDiffFlowCorrectionsForNUASinTerms(TString type, TString ptOrEta);
192  // 2e.) 2D differential flow:
193  virtual void Calculate2DDiffFlowCorrelations(TString type); // type = RP or POI
194  // 2f.) Other differential correlators (i.e. Teaney-Yan correlator):
195  virtual void CalculateOtherDiffCorrelators(TString type, TString ptOrEta); // type = RP or POI
196  // 2g.) Distributions of reference flow correlations:
197  virtual void StoreDistributionsOfCorrelations();
198  // 2h.) Cross-checking differential flow correlations with nested loops:
199  virtual void EvaluateDiffFlowNestedLoops(AliFlowEventSimple* const anEvent);
200  virtual void EvaluateDiffFlowCorrelationsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
204  virtual void EvaluateOtherDiffCorrelatorsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
205  // 2i.) Charge-Rapidity Correlations
206  virtual void RecenterCRCQVec();
207  virtual void RecenterCRCQVecZDC();
208  virtual Bool_t PassQAZDCCuts();
209  virtual Bool_t MultCut2015o();
210  virtual void CalculateCRCCorr();
211  virtual void CalculateCRCVZERO();
212  virtual void CalculateCRCZDC();
213  virtual void CalculateCRCPtCorr();
214  virtual void CalculateCRCQVec();
215  virtual void CalculateVZvsZDC();
216  virtual void CalculateCMETPC();
217  virtual void CalculateCMEZDC();
218  virtual void CalculateCRC2Cor();
219  virtual void CalculateFlowQC();
220  virtual void CalculateFlowQCHighOrders();
221  virtual void CalculateFlowSPZDC();
222  virtual void CalculateFlowSPVZ();
223  virtual void FitEbEFlow();
224  // 2h.) Various
225  virtual void FillVarious();
226 
227  // 3.) method Finish() and methods called within Finish():
228  virtual void Finish();
229  virtual void CheckPointersUsedInFinish();
230  // 3a.) integrated flow:
231  virtual void FinalizeCorrelationsIntFlow();
233  virtual void CalculateCovariancesIntFlow();
234  virtual void CalculateCovariancesNUAIntFlow();
235  virtual void CalculateCumulantsIntFlow();
236  virtual void CalculateReferenceFlow();
237  virtual void FillCommonHistResultsIntFlow();
238  // nua:
240  virtual void PrintFinalResultsForIntegratedFlow(TString type);
241  virtual void CrossCheckIntFlowCorrelations();
242  virtual void CrossCheckIntFlowExtraCorrelations(); // extra correlations which appear only when particle weights are used
244  // 3b.) differential flow:
245  virtual void FinalizeReducedCorrelations(TString type, TString ptOrEta);
246  virtual void CalculateDiffFlowCovariances(TString type, TString ptOrEta);
247  virtual void CalculateDiffFlowCumulants(TString type, TString ptOrEta);
248  virtual void CalculateDiffFlow(TString type, TString ptOrEta);
249  virtual void FinalizeCorrectionTermsForNUADiffFlow(TString type, TString ptOrEta);
250  virtual void CalculateDiffFlowCumulantsCorrectedForNUA(TString type, TString ptOrEta);
251  virtual void CalculateDiffFlowCorrectedForNUA(TString type, TString ptOrEta);
252  virtual void CalculateFinalResultsForRPandPOIIntegratedFlow(TString type); // to be improved (add also possibility to integrate over eta yield)
253  virtual void FillCommonHistResultsDiffFlow(TString type);
254  virtual void CrossCheckDiffFlowCorrelations(TString type, TString ptOrEta);
256  virtual void CrossCheckDiffFlowCorrectionTermsForNUA(TString type, TString ptOrEta);
257  // 3c.) 2D:
258  virtual void Calculate2DDiffFlowCumulants(TString type);
259  virtual void Calculate2DDiffFlow(TString type);
260  // 3d.) Other differential correlators:
261  virtual void CrossCheckOtherDiffCorrelators(TString type, TString ptOrEta);
262  // 3e.) Mixed harmonics:
263  virtual void CalculateCumulantsMixedHarmonics();
264  // 3f.) Bootstrap:
265  virtual void CalculateCumulantsForBootstrap();
266  // 3g.) CRC:
267  virtual void FinalizeCRCCorr();
268  virtual void FinalizeCRCVZERO();
269  virtual void FinalizeCRCZDC();
270  virtual void FinalizeCRCPtCorr();
271  virtual void FinalizeCMETPC();
272  virtual void FinalizeCMEZDC();
273  virtual void FinalizeCRC2Cor();
274  virtual void FinalizeFlowQC();
275  virtual void FinalizeFlowQCHighOrders();
276  virtual void FinalizeFlowSPZDC();
277  virtual void FinalizeFlowSPVZ();
278  virtual Bool_t CheckRunFullTPCFlow(Int_t RunNum);
279  // 3h.) Various:
280  virtual void FinalizeVarious();
281 
282  // 4.) method GetOutputHistograms() and methods called within GetOutputHistograms():
283  virtual void GetOutputHistograms(TList *outputListHistos);
284  virtual void GetPointersForCommonHistograms();
286  virtual void GetPointersForIntFlowHistograms();
287  virtual void GetPointersForDiffFlowHistograms();
288  virtual void GetPointersFor2DDiffFlowHistograms();
289  virtual void GetPointersForOtherDiffCorrelators();
292  virtual void GetPointersForControlHistograms();
293  virtual void GetPointersForBootstrap();
294  virtual void GetPointersForCRC();
295  virtual void GetPointersForCRCVZ();
296  virtual void GetPointersForCRCZDC();
297  virtual void GetPointersForCRC2();
298  virtual void GetPointersForCRCPt();
299  virtual void GetPointersForQVec();
300  virtual void GetPointersForCME();
301  virtual void GetPointersForFlowQC();
302  virtual void GetPointersForFlowQCHighOrders();
303  virtual void GetPointersForFlowSPZDC();
304  virtual void GetPointersForFlowSPVZ();
305  virtual void GetPointersForEbEFlow();
306  virtual void GetPointersForVarious();
307 
308  // 5.) other methods:
309  TProfile* MakePtProjection(TProfile2D *profilePtEta) const;
310  TProfile* MakeEtaProjection(TProfile2D *profilePtEta) const;
311  virtual void WriteHistograms(TString outputFileName);
312  virtual void WriteHistograms(TDirectoryFile *outputFileName);
313  virtual Int_t GetCRCBin(Int_t c, Int_t y, Int_t c2, Int_t y2);
314  virtual Int_t GetCRCVZBin(Int_t c, Int_t c2);
315  virtual Int_t GetCRCQVecBin(Int_t c, Int_t y);
316  virtual Int_t GetCRCRunBin(Int_t RunNum);
317  virtual Int_t GetCRCCenBin(Double_t Centrality);
318  virtual Int_t GetWideCenBin(Double_t Centrality);
319  virtual Double_t GetSumPro(TProfile *pro, Int_t bin);
320 
321  virtual Double_t GetSPZDChar(Int_t har, Double_t QRe,Double_t QIm,Double_t ZARe,Double_t ZAIm,Double_t ZCRe,Double_t ZCIm);
322 
323  // **** SETTERS and GETTERS ****
324 
325  // 0.) base:
326  void SetHistList(TList* const hlist) {this->fHistList = hlist;}
327  TList* GetHistList() const {return this->fHistList;}
328 
329  // 1.) common:
330  void SetBookOnlyBasicCCH(Bool_t const bobcch) {this->fBookOnlyBasicCCH = bobcch;};
332  void SetCommonHists(AliFlowCommonHist* const ch) {this->fCommonHists = ch;};
334  void SetCommonHists2nd(AliFlowCommonHist* const ch2nd) {this->fCommonHists2nd = ch2nd;};
336  void SetCommonHists4th(AliFlowCommonHist* const ch4th) {this->fCommonHists4th = ch4th;};
338  void SetCommonHists6th(AliFlowCommonHist* const ch6th) {this->fCommonHists6th = ch6th;};
340  void SetCommonHists8th(AliFlowCommonHist* const ch8th) {this->fCommonHists8th = ch8th;};
350  void SetCommonConstants(TProfile* const cc) {this->fCommonConstants = cc;};
351  TProfile* GetCommonConstants() const {return this->fCommonConstants;};
354  void SetHarmonic(Int_t const harmonic) {this->fHarmonic = harmonic;};
355  Int_t GetHarmonic() const {return this->fHarmonic;};
356  void SetAnalysisLabel(const char *aLabel) {this->fAnalysisLabel->Append(*aLabel);}; // to be improved (Append(*aLabel) changed into Append(aLabel))
357  TString *GetAnalysisLabel() const {return this->fAnalysisLabel;};
358  void SetPrintFinalResults(Bool_t const printOrNot, Int_t const i) {this->fPrintFinalResults[i] = printOrNot;};
360 
361  // 2a.) particle weights:
362  void SetWeightsList(TList* const wlist) {this->fWeightsList = wlist;}
363  TList* GetWeightsList() const {return this->fWeightsList;}
364  void SetUsePhiWeights(Bool_t const uPhiW) {this->fUsePhiWeights = uPhiW;};
365  Bool_t GetUsePhiWeights() const {return this->fUsePhiWeights;};
366  void SetUsePtWeights(Bool_t const uPtW) {this->fUsePtWeights = uPtW;};
367  Bool_t GetUsePtWeights() const {return this->fUsePtWeights;};
368  void SetUseEtaWeights(Bool_t const uEtaW) {this->fUseEtaWeights = uEtaW;};
369  Bool_t GetUseEtaWeights() const {return this->fUseEtaWeights;};
370  void SetUseTrackWeights(Bool_t const uTrackW) {this->fUseTrackWeights = uTrackW;};
371  Bool_t GetUseTrackWeights() const {return this->fUseTrackWeights;};
372  void SetUsePhiEtaWeights(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeights = uPhiEtaW;};
374  void SetUsePhiEtaWeightsChDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsChDep = uPhiEtaW;};
376  void SetPhiEtaCutsList(TList* const wlist) {this->fPhiEtaCutsList = wlist;}
377  TList* GetPhiEtaCutsList() const {return this->fPhiEtaCutsList;}
378  void SetUsePhiEtaCuts(Bool_t const uPhiEtaW) {this->fUsePhiEtaCuts = uPhiEtaW;};
379  Bool_t GetUsePhiEtaCuts() const {return this->fUsePhiEtaCuts;};
380  void SetUseZDCESEMulWeights(Bool_t const uPhiEtaW) {this->fUseZDCESEMulWeights = uPhiEtaW;};
382  void SetUseZDCESESpecWeights(Bool_t const uPhiEtaW) {this->fUseZDCESESpecWeights = uPhiEtaW;};
384  void SetUseParticleWeights(TProfile* const uPW) {this->fUseParticleWeights = uPW;};
385  TProfile* GetUseParticleWeights() const {return this->fUseParticleWeights;};
386  void SetPhiWeights(TH1F* const histPhiWeights) {this->fPhiWeightsRPs = histPhiWeights;};
387  TH1F* GetPhiWeights() const {return this->fPhiWeightsRPs;};
388  void SetWeightsListChDep(TList* const wlist) {this->fWeightsListChDep = wlist;}
389  TList* GetWeightsListChDep() const {return this->fWeightsListChDep;}
390 
391  // 2b.) event weights:
392  void SetMultiplicityWeight(const char *multiplicityWeight) {*this->fMultiplicityWeight = multiplicityWeight;};
394 
395  // 3.) Reference flow:
396  // Flags:
397  void SetIntFlowFlags(TProfile* const intFlowFlags) {this->fIntFlowFlags = intFlowFlags;};
398  TProfile* GetIntFlowFlags() const {return this->fIntFlowFlags;};
399  void SetApplyCorrectionForNUA(Bool_t const applyCorrectionForNUA) {this->fApplyCorrectionForNUA = applyCorrectionForNUA;};
401  void SetApplyCorrectionForNUAVsM(Bool_t const applyCorrectionForNUAVsM) {this->fApplyCorrectionForNUAVsM = applyCorrectionForNUAVsM;};
403  void SetnBinsMult(Int_t const nbm) {this->fnBinsMult = nbm;};
404  Int_t GetnBinsMult() const {return this->fnBinsMult;};
405  void SetMinMult(Double_t const minm) {this->fMinMult = minm;};
406  Double_t GetMinMult() const {return this->fMinMult;};
407  void SetMaxMult(Double_t const maxm) {this->fMaxMult = maxm;};
408  Double_t GetMaxMult() const {return this->fMaxMult;};
409  void SetPropagateErrorAlsoFromNIT(Bool_t const peafNIT) {this->fPropagateErrorAlsoFromNIT = peafNIT;};
411  void SetCalculateCumulantsVsM(Bool_t const ccvm) {this->fCalculateCumulantsVsM = ccvm;};
419  void SetStoreVarious(Bool_t const spdfoe) {this->fStoreVarious = spdfoe;};
420  Bool_t GetStoreVarious() const {return this->fStoreVarious;};
421  void SetExactNoRPs(Int_t const enr) {this->fExactNoRPs = enr;};
422  Int_t GetExactNoRPs() const {return this->fExactNoRPs;};
423  void SetUse2DHistograms(Bool_t const u2dh){this->fUse2DHistograms = u2dh;if(u2dh){this->fStoreControlHistograms = kTRUE;}};
424  Bool_t GetUse2DHistograms() const {return this->fUse2DHistograms;};
427  void SetUseQvectorTerms(Bool_t const uqvt){this->fUseQvectorTerms = uqvt;if(uqvt){this->fStoreControlHistograms = kTRUE;}};
428  Bool_t GetUseQvectorTerms() const {return this->fUseQvectorTerms;};
429 
430  // Reference flow profiles:
431  void SetAvMultiplicity(TProfile* const avMultiplicity) {this->fAvMultiplicity = avMultiplicity;};
432  TProfile* GetAvMultiplicity() const {return this->fAvMultiplicity;};
433  void SetIntFlowCorrelationsPro(TProfile* const intFlowCorrelationsPro) {this->fIntFlowCorrelationsPro = intFlowCorrelationsPro;};
434  TProfile* GetIntFlowCorrelationsPro() const {return this->fIntFlowCorrelationsPro;};
435  void SetIntFlowSquaredCorrelationsPro(TProfile* const ifscp) {this->fIntFlowSquaredCorrelationsPro = ifscp;};
437  void SetIntFlowCorrelationsVsMPro(TProfile* const ifcvp, Int_t const ci) {this->fIntFlowCorrelationsVsMPro[ci] = ifcvp;};
438  TProfile* GetIntFlowCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowCorrelationsVsMPro[ci];};
439  void SetIntFlowSquaredCorrelationsVsMPro(TProfile* const ifscvp, Int_t const ci) {this->fIntFlowSquaredCorrelationsVsMPro[ci] = ifscvp;};
440  TProfile* GetIntFlowSquaredCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowSquaredCorrelationsVsMPro[ci];};
441  void SetIntFlowCorrelationsAllPro(TProfile* const intFlowCorrelationsAllPro) {this->fIntFlowCorrelationsAllPro = intFlowCorrelationsAllPro;};
442  TProfile* GetIntFlowCorrelationsAllPro() const {return this->fIntFlowCorrelationsAllPro;};
443  void SetIntFlowExtraCorrelationsPro(TProfile* const intFlowExtraCorrelationsPro) {this->fIntFlowExtraCorrelationsPro = intFlowExtraCorrelationsPro;};
445  void SetIntFlowProductOfCorrelationsPro(TProfile* const intFlowProductOfCorrelationsPro) {this->fIntFlowProductOfCorrelationsPro = intFlowProductOfCorrelationsPro;};
447  void SetIntFlowProductOfCorrelationsVsMPro(TProfile* const ifpocvm, Int_t const pi) {this->fIntFlowProductOfCorrelationsVsMPro[pi] = ifpocvm;};
449  void SetIntFlowProductOfCorrectionTermsForNUAPro(TProfile* const ifpoctfNUA) {this->fIntFlowProductOfCorrectionTermsForNUAPro = ifpoctfNUA;};
451  void SetIntFlowCorrectionTermsForNUAPro(TProfile* const ifctfnp, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAPro[sc] = ifctfnp;};
453  void SetIntFlowCorrectionTermsForNUAVsMPro(TProfile* const ifctfnpvm, Int_t const sc, Int_t const ci) {this->fIntFlowCorrectionTermsForNUAVsMPro[sc][ci] = ifctfnpvm;};
455  // integrated flow histograms holding all results:
456  void SetIntFlowCorrelationsHist(TH1D* const intFlowCorrelationsHist) {this->fIntFlowCorrelationsHist = intFlowCorrelationsHist;};
458  void SetIntFlowCorrelationsVsMHist(TH1D* const ifcvmh, Int_t const ci) {this->fIntFlowCorrelationsVsMHist[ci] = ifcvmh;};
460  void SetIntFlowCorrelationsAllHist(TH1D* const intFlowCorrelationsAllHist) {this->fIntFlowCorrelationsAllHist = intFlowCorrelationsAllHist;};
462  void SetIntFlowCorrectionTermsForNUAHist(TH1D* const ifctfnh, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAHist[sc] = ifctfnh;};
464  void SetIntFlowCovariances(TH1D* const intFlowCovariances) {this->fIntFlowCovariances = intFlowCovariances;};
466  void SetIntFlowSumOfEventWeights(TH1D* const intFlowSumOfEventWeights, Int_t const power) {this->fIntFlowSumOfEventWeights[power] = intFlowSumOfEventWeights;};
467  TH1D* GetIntFlowSumOfEventWeights(Int_t power) const {return this->fIntFlowSumOfEventWeights[power];};
468  void SetIntFlowSumOfProductOfEventWeights(TH1D* const intFlowSumOfProductOfEventWeights) {this->fIntFlowSumOfProductOfEventWeights = intFlowSumOfProductOfEventWeights;};
470  void SetIntFlowCovariancesVsM(TH1D* const ifcvm, Int_t ci) {this->fIntFlowCovariancesVsM[ci] = ifcvm;};
472  void SetIntFlowSumOfEventWeightsVsM(TH1D* const ifsoewvm, Int_t si, Int_t lc) {this->fIntFlowSumOfEventWeightsVsM[si][lc] = ifsoewvm;};
476  void SetIntFlowCovariancesNUA(TH1D* const intFlowCovariancesNUA) {this->fIntFlowCovariancesNUA = intFlowCovariancesNUA;};
478  void SetIntFlowSumOfEventWeightsNUA(TH1D* const ifsoewNUA, Int_t const sc, Int_t const power) {this->fIntFlowSumOfEventWeightsNUA[sc][power] = ifsoewNUA;};
479  TH1D* GetIntFlowSumOfEventWeightsNUA(Int_t sc, Int_t power) const {return this->fIntFlowSumOfEventWeightsNUA[sc][power];};
482  void SetIntFlowQcumulants(TH1D* const intFlowQcumulants) {this->fIntFlowQcumulants = intFlowQcumulants;};
483  TH1D* GetIntFlowQcumulants() const {return this->fIntFlowQcumulants;};
484  void SetIntFlowQcumulantsVsM(TH1D* const intFlowQcumulantsVsM, Int_t co) {this->fIntFlowQcumulantsVsM[co] = intFlowQcumulantsVsM;};
485  TH1D* GetIntFlowQcumulantsVsM(Int_t co) const {return this->fIntFlowQcumulantsVsM[co];};
486  void SetIntFlowQcumulantsRebinnedInM(TH1D* const ifqcrim) {this->fIntFlowQcumulantsRebinnedInM = ifqcrim;};
490  void SetIntFlow(TH1D* const intFlow) {this->fIntFlow = intFlow;};
491  TH1D* GetIntFlow() const {return this->fIntFlow;};
492  void SetIntFlowVsM(TH1D* const intFlowVsM, Int_t co) {this->fIntFlowVsM[co] = intFlowVsM;};
493  TH1D* GetIntFlowVsM(Int_t co) const {return this->fIntFlowVsM[co];};
494  void SetIntFlowRebinnedInM(TH1D* const ifrim) {this->fIntFlowRebinnedInM = ifrim;};
496  void SetIntFlowDetectorBias(TH1D* const ifdb) {this->fIntFlowDetectorBias = ifdb;};
498  void SetIntFlowDetectorBiasVsM(TH1D* const ifdbvm, Int_t ci) {this->fIntFlowDetectorBiasVsM[ci] = ifdbvm;};
500 
501  // 4.) Differential flow:
502  // Flags:
503  void SetDiffFlowFlags(TProfile* const diffFlowFlags) {this->fDiffFlowFlags = diffFlowFlags;};
504  TProfile* GetDiffFlowFlags() const {return this->fDiffFlowFlags;};
505  void SetCalculateDiffFlow(Bool_t const cdf) {this->fCalculateDiffFlow = cdf;};
507  void SetCalculate2DDiffFlow(Bool_t const c2ddf) {this->fCalculate2DDiffFlow = c2ddf;};
509  void SetCalculateDiffFlowVsEta(Bool_t const cdfve) {this->fCalculateDiffFlowVsEta = cdfve;};
511  // Profiles:
512  // 1D:
513  void SetDiffFlowCorrelationsPro(TProfile* const diffFlowCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsPro[i][j][k] = diffFlowCorrelationsPro;};
514  TProfile* GetDiffFlowCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsPro[i][j][k];};
515  void SetDiffFlowSquaredCorrelationsPro(TProfile* const diffFlowSquaredCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowSquaredCorrelationsPro[i][j][k] = diffFlowSquaredCorrelationsPro;};
516  TProfile* GetDiffFlowSquaredCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowSquaredCorrelationsPro[i][j][k];};
517  void SetDiffFlowProductOfCorrelationsPro(TProfile* const dfpocp, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowProductOfCorrelationsPro[i][j][k][l] = dfpocp;};
518  TProfile* GetDiffFlowProductOfCorrelationsPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowProductOfCorrelationsPro[i][j][k][l];};
519  void SetDiffFlowCorrectionTermsForNUAPro(TProfile* const dfctfnp, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowCorrectionTermsForNUAPro[i][j][k][l] = dfctfnp;};
520  TProfile* GetDiffFlowCorrectionTermsForNUAPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowCorrectionTermsForNUAPro[i][j][k][l];};
521  // 2D:
522  void Set2DDiffFlowCorrelationsPro(TProfile2D* const p2ddfcp, Int_t const i, Int_t const k) {this->f2DDiffFlowCorrelationsPro[i][k] = p2ddfcp;};
523  TProfile2D* Get2DDiffFlowCorrelationsPro(Int_t i, Int_t k) const {return this->f2DDiffFlowCorrelationsPro[i][k];};
524  // Other differential correlators:
525  void SetOtherDiffCorrelators(TProfile* const odc,Int_t const i,Int_t const j,Int_t const k,Int_t const l) {this->fOtherDiffCorrelators[i][j][k][l] = odc;};
526  TProfile* GetOtherDiffCorrelators(Int_t i,Int_t j,Int_t k,Int_t l) const {return this->fOtherDiffCorrelators[i][j][k][l];};
527  // histograms:
528  void SetDiffFlowCorrelationsHist(TH1D* const diffFlowCorrelationsHist, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsHist[i][j][k] = diffFlowCorrelationsHist;};
529  TH1D* GetDiffFlowCorrelationsHist(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsHist[i][j][k];};
530  void SetDiffFlowCovariances(TH1D* const diffFlowCovariances, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCovariances[i][j][k] = diffFlowCovariances;};
531  TH1D* GetDiffFlowCovariances(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCovariances[i][j][k];};
532  void SetDiffFlowCumulants(TH1D* const diffFlowCumulants, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCumulants[i][j][k] = diffFlowCumulants;};
533  TH1D* GetDiffFlowCumulants(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCumulants[i][j][k];};
534  void SetDiffFlowDetectorBias(TH1D* const dfdb, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowDetectorBias[i][j][k] = dfdb;};
535  TH1D* GetDiffFlowDetectorBias(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDetectorBias[i][j][k];};
536  void SetDiffFlow(TH1D* const diffFlow, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlow[i][j][k] = diffFlow;};
537  TH1D* GetDiffFlow(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlow[i][j][k];};
538  void SetDiffFlowSumOfEventWeights(TH1D* const dfsoew, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowSumOfEventWeights[i][j][k][l] = dfsoew;};
539  TH1D* GetDiffFlowSumOfEventWeights(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowSumOfEventWeights[i][j][k][l];};
540  void SetDiffFlowSumOfProductOfEventWeights(TH1D* const dfsopoew, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowSumOfProductOfEventWeights[i][j][k][l] = dfsopoew;};
542  void SetDiffFlowCorrectionTermsForNUAHist(TH1D* const dfctfnh, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowCorrectionTermsForNUAHist[i][j][k][l] = dfctfnh;};
544  // 2D:
545  void Set2DDiffFlowCumulants(TH2D* const h2ddfc, Int_t const i, Int_t const j) {this->f2DDiffFlowCumulants[i][j] = h2ddfc;};
546  TH2D* Get2DDiffFlowCumulants(Int_t i, Int_t j) const {return this->f2DDiffFlowCumulants[i][j];};
547  void Set2DDiffFlow(TH2D* const h2ddf, Int_t const i, Int_t const j) {this->f2DDiffFlow[i][j] = h2ddf;};
548  TH2D* Get2DDiffFlow(Int_t i, Int_t j) const {return this->f2DDiffFlow[i][j];};
549 
550  // 5.) distributions of correlations:
551  // profile:
552  void SetDistributionsFlags(TProfile* const distributionsFlags) {this->fDistributionsFlags = distributionsFlags;};
553  TProfile* GetDistributionsFlags() const {return this->fDistributionsFlags;};
554  // flags:
555  void SetStoreDistributions(Bool_t const storeDistributions) {this->fStoreDistributions = storeDistributions;};
557  // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]:
560  // histograms:
561  void SetDistributions(TH1D* const distributions, Int_t const i) {this->fDistributions[i] = distributions;};
562  TH1D* GetDistributions(Int_t i) const {return this->fDistributions[i];};
563  // min and max values of correlations (ci is correlations index [0=<2>,1=<4>,2=<6>,3=<8>]):
564  void SetMinValueOfCorrelation(Int_t const ci, Double_t const minValue) {this->fMinValueOfCorrelation[ci] = minValue;};
566  void SetMaxValueOfCorrelation(Int_t const ci, Double_t const maxValue) {this->fMaxValueOfCorrelation[ci] = maxValue;};
568  // min and max values of correlation products:
569  void SetMinValueOfCorrelationProduct(Int_t const cpi, Double_t const minValue) {this->fMinValueOfCorrelationProduct[cpi] = minValue;};
571  void SetMaxValueOfCorrelationProduct(Int_t const cpi, Double_t const maxValue) {this->fMaxValueOfCorrelationProduct[cpi] = maxValue;};
573  // min and max values of QvectorTerms:
574  void SetMinValueOfQvectorTerms(Int_t const qvti, Double_t const minValue) {this->fMinValueOfQvectorTerms[qvti] = minValue;};
576  void SetMaxValueOfQvectorTerms(Int_t const qvti, Double_t const maxValue) {this->fMaxValueOfQvectorTerms[qvti] = maxValue;};
578 
579  // x.) debugging and cross-checking:
580  void SetNestedLoopsList(TList* const nllist) {this->fNestedLoopsList = nllist;};
581  TList* GetNestedLoopsList() const {return this->fNestedLoopsList;};
586  void SetMaxAllowedMultiplicity(Int_t const maxAllowedMultiplicity) {this->fMaxAllowedMultiplicity = maxAllowedMultiplicity;};
588  void SetEvaluateNestedLoops(TProfile* const enl) {this->fEvaluateNestedLoops = enl;};
589  TProfile* GetEvaluateNestedLoops() const {return this->fEvaluateNestedLoops;};
590  void SetIntFlowDirectCorrelations(TProfile* const ifdc) {this->fIntFlowDirectCorrelations = ifdc;};
591  TProfile* GetIntFlowDirectCorrelations() const {return this->fIntFlowDirectCorrelations;};
592  void SetIntFlowExtraDirectCorrelations(TProfile* const ifedc) {this->fIntFlowExtraDirectCorrelations = ifedc;};
594  void SetIntFlowDirectCorrectionTermsForNUA(TProfile* const ifdctfn, Int_t const sc) {this->fIntFlowDirectCorrectionTermsForNUA[sc] = ifdctfn;};
596  void SetCrossCheckInPtBinNo(Int_t const crossCheckInPtBinNo) {this->fCrossCheckInPtBinNo = crossCheckInPtBinNo;};
598  void SetCrossCheckInEtaBinNo(Int_t const crossCheckInEtaBinNo) {this->fCrossCheckInEtaBinNo = crossCheckInEtaBinNo;};
600  void SetNoOfParticlesInBin(TH1D* const noOfParticlesInBin) {this->fNoOfParticlesInBin = noOfParticlesInBin;};
602  void SetDiffFlowDirectCorrelations(TProfile* const diffFlowDirectCorrelations,Int_t const i,Int_t const j,Int_t const k){this->fDiffFlowDirectCorrelations[i][j][k]=diffFlowDirectCorrelations;};
603  TProfile* GetDiffFlowDirectCorrelations(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDirectCorrelations[i][j][k];};
604  void SetDiffFlowDirectCorrectionTermsForNUA(TProfile* const dfdctfn, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fDiffFlowDirectCorrectionTermsForNUA[i][j][k][l] = dfdctfn;};
606  void SetOtherDirectDiffCorrelators(TProfile* const oddc, Int_t const i, Int_t const j, Int_t const k, Int_t const l) {this->fOtherDirectDiffCorrelators[i][j][k][l] = oddc;};
607  TProfile* GetOtherDirectDiffCorrelators(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fOtherDirectDiffCorrelators[i][j][k][l];};
608  void SetMixedHarmonicsNestedLoops(TProfile* const mhnl) {this->fMixedHarmonicsNestedLoops = mhnl;};
609  TProfile* GetMixedHarmonicsNestedLoops() const {return this->fMixedHarmonicsNestedLoops;};
610 
611  // 9.) Mixed harmonics:
612  void SetMixedHarmonicsList(TList* const mhlist) {this->fMixedHarmonicsList = mhlist;};
613  void SetMixedHarmonicsFlags(TProfile* const mhFlags) {this->fMixedHarmonicsFlags = mhFlags;};
614  TProfile* GetMixedHarmonicsFlags() const {return this->fMixedHarmonicsFlags;};
619  void Set2pCorrelations(TProfile* const p2pCorr) {this->f2pCorrelations = p2pCorr;};
620  TProfile* Get2pCorrelations() const {return this->f2pCorrelations;};
621  void Set3pCorrelations(TProfile* const p3pCorr) {this->f3pCorrelations = p3pCorr;};
622  TProfile* Get3pCorrelations() const {return this->f3pCorrelations;};
623  void Set4pCorrelations(TProfile* const p4pCorr) {this->f4pCorrelations = p4pCorr;};
624  TProfile* Get4pCorrelations() const {return this->f4pCorrelations;};
625  void Set5pCorrelations(TProfile* const p5pCorr) {this->f5pCorrelations = p5pCorr;};
626  TProfile* Get5pCorrelations() const {return this->f5pCorrelations;};
627  void Set6pCorrelations(TProfile* const p6pCorr) {this->f6pCorrelations = p6pCorr;};
628  TProfile* Get6pCorrelations() const {return this->f6pCorrelations;};
629  void Set7pCorrelations(TProfile* const p7pCorr) {this->f7pCorrelations = p7pCorr;};
630  TProfile* Get7pCorrelations() const {return this->f7pCorrelations;};
631  void Set8pCorrelations(TProfile* const p8pCorr) {this->f8pCorrelations = p8pCorr;};
632  TProfile* Get8pCorrelations() const {return this->f8pCorrelations;};
633  void Set2pCumulants(TH1D* const p2pC) {this->f2pCumulants = p2pC;};
634  TH1D* Get2pCumulants() const {return this->f2pCumulants;};
635  void Set3pCumulants(TH1D* const p3pC) {this->f3pCumulants = p3pC;};
636  TH1D* Get3pCumulants() const {return this->f3pCumulants;};
637  void Set4pCumulants(TH1D* const p4pC) {this->f4pCumulants = p4pC;};
638  TH1D* Get4pCumulants() const {return this->f4pCumulants;};
639  void Set5pCumulants(TH1D* const p5pC) {this->f5pCumulants = p5pC;};
640  TH1D* Get5pCumulants() const {return this->f5pCumulants;};
641  void Set6pCumulants(TH1D* const p6pC) {this->f6pCumulants = p6pC;};
642  TH1D* Get6pCumulants() const {return this->f6pCumulants;};
643  void Set7pCumulants(TH1D* const p7pC) {this->f7pCumulants = p7pC;};
644  TH1D* Get7pCumulants() const {return this->f7pCumulants;};
645  void Set8pCumulants(TH1D* const p8pC) {this->f8pCumulants = p8pC;};
646  TH1D* Get8pCumulants() const {return this->f8pCumulants;};
647  void SetMixedHarmonicEventWeights(TH1D* const mhew, Int_t const power) {this->fMixedHarmonicEventWeights[power] = mhew;};
651  void SetMixedHarmonicProductOfCorrelations(TProfile2D* const mhpoc) {this->fMixedHarmonicProductOfCorrelations = mhpoc;};
653 
654  // 10.) Control histograms:
655  void SetControlHistogramsList(TList* const chl) {this->fControlHistogramsList = chl;};
656  void SetControlHistogramsFlags(TProfile* const chf) {this->fControlHistogramsFlags = chf;};
657  TProfile* GetControlHistogramsFlags() const {return this->fControlHistogramsFlags;};
660  void SetCorrelationNoRPsVsRefMult(TH2D* const cnrvrm) {this->fCorrelationNoRPsVsRefMult = cnrvrm;};
662  void SetCorrelationNoPOIsVsRefMult(TH2D* const cnpvrm) {this->fCorrelationNoPOIsVsRefMult = cnpvrm;};
664  void SetCorrelationNoRPsVsNoPOIs(TH2D* const cnrvnp) {this->fCorrelationNoRPsVsNoPOIs = cnrvnp;};
666  void SetCorrelation2468VsMult(TH2D* const c2468vm, Int_t const ci) {this->fCorrelation2468VsMult[ci] = c2468vm;};
668  void SetCorrelationProduct2468VsMult(TH2D* const cp2468vm, Int_t const ci) {this->fCorrelationProduct2468VsMult[ci] = cp2468vm;};
670  void SetQvectorTermsVsMult(TH2D* const qvtvm, Int_t const qvti) {this->fQvectorTermsVsMult[qvti] = qvtvm;};
671  TH2D* GetQvectorTermsVsMult(Int_t qvti) const {return this->fQvectorTermsVsMult[qvti];};
672 
673  // 11.) Bootstrap:
674  void SetBootstrapList(TList* const bl) {this->fBootstrapList = bl;};
675  void SetBootstrapProfilesList(TList* const bpl) {this->fBootstrapProfilesList = bpl;};
676  void SetBootstrapResultsList(TList* const brl) {this->fBootstrapResultsList = brl;};
677  void SetBootstrapFlags(TProfile* const bf) {this->fBootstrapFlags = bf;};
678  TProfile* GetBootstrapFlags() const {return this->fBootstrapFlags;};
679  void SetUseBootstrap(Bool_t const ub) {this->fUseBootstrap = ub;};
680  Bool_t GetUseBootstrap() const {return this->fUseBootstrap;};
681  void SetUseBootstrapVsM(Bool_t const ubVsM) {this->fUseBootstrapVsM = ubVsM;};
682  Bool_t GetUseBootstrapVsM() const {return this->fUseBootstrapVsM;};
683  void SetnSubsamples(Int_t const ns) {this->fnSubsamples = ns;};
684  Int_t GetnSubsamples() const {return this->fnSubsamples;};
685  void SetBootstrapCorrelations(TProfile2D* const bcp) {this->fBootstrapCorrelations = bcp;};
686  TProfile2D* GetBootstrapCorrelations() const {return this->fBootstrapCorrelations;};
687  void SetBootstrapCorrelationsVsM(TProfile2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCorrelationsVsM[qvti] = bcpVsM;};
688  TProfile2D* GetBootstrapCorrelationsVsM(Int_t qvti) const {return this->fBootstrapCorrelationsVsM[qvti];};
689  void SetBootstrapCumulants(TH2D* const bc) {this->fBootstrapCumulants = bc;};
691  void SetBootstrapCumulantsVsM(TH2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCumulantsVsM[qvti] = bcpVsM;};
692  TH2D* GetBootstrapCumulantsVsM(Int_t qvti) const {return this->fBootstrapCumulantsVsM[qvti];};
693 
694  // 12.) CRC
695  void SetCRCList(TList* const CRCL) {this->fCRCList = CRCL;};
696  void SetCRCIntList(TList* const CRCL) {this->fCRCIntList = CRCL;};
697  void SetCRCIntRbRList(TList* const CRCL) {this->fCRCIntRbRList = CRCL;};
698  void SetCRCIntRunsList(TList* const CRCL, Int_t r) {this->fCRCIntRunsList[r] = CRCL;};
699  void SetCRCVZList(TList* const CRCL) {this->fCRCVZList = CRCL;};
700  void SetCRCVZRbRList(TList* const CRCL) {this->fCRCVZRbRList = CRCL;};
701  void SetCRCVZRunsList(TList* const CRCL, Int_t r) {this->fCRCVZRunsList[r] = CRCL;};
702  void SetCRCZDCList(TList* const CRCL) {this->fCRCZDCList = CRCL;};
703  void SetCRCZDCRbRList(TList* const CRCL) {this->fCRCZDCRbRList = CRCL;};
704  void SetCRCZDCRunsList(TList* const CRCL, Int_t r) {this->fCRCZDCRunsList[r] = CRCL;};
705  void SetCRCPtList(TList* const CRCL) {this->fCRCPtList = CRCL;};
706  void SetCRC2List(TList* const CRCL) {this->fCRC2List = CRCL;};
707  void SetCRC2RbRList(TList* const CRCL) {this->fCRC2RbRList = CRCL;};
708  void SetCRC2RunsList(TList* const CRCL, Int_t r) {this->fCRC2RunsList[r] = CRCL;};
709  void SetCRCQVecList(TList* const CRCL) {this->fCRCQVecList = CRCL;};
710  void SetCRCQVecListRun(TList* const CRCL, Int_t r) {this->fCRCQVecListRun[r] = CRCL;};
711  void SetCRCFlags(TProfile* const CRCF) {this->fCRCFlags = CRCF;};
712  TProfile* GetCRCFlags() const {return this->fCRCFlags;};
713  void SetCalculateCRC(Bool_t const cCRC) {this->fCalculateCRC = cCRC;};
714  Bool_t GetCalculateCRC() const {return this->fCalculateCRC;};
715  void SetCalculateCRCPt(Bool_t const cCRC) {this->fCalculateCRCPt = cCRC;};
716  Bool_t GetCalculateCRCPt() const {return this->fCalculateCRCPt;};
717  void SetCalculateCME(Bool_t const cCRC) {this->fCalculateCME = cCRC;};
718  Bool_t GetCalculateCME() const {return this->fCalculateCME;};
719  void SetCalculateFlowQC(Bool_t const cCRC) {this->fCalculateFlowQC = cCRC;};
720  Bool_t GetCalculateFlowQC() const {return this->fCalculateFlowQC;};
721  void SetCalculateFlowZDC(Bool_t const cCRC) {this->fCalculateFlowZDC = cCRC;};
723  void SetCalculateFlowVZ(Bool_t const cCRC) {this->fCalculateFlowVZ = cCRC;};
724  Bool_t GetCalculateFlowVZ() const {return this->fCalculateFlowVZ;};
725  void SetCalculateCRC2(Bool_t const cCRC) {this->fCalculateCRC2 = cCRC;};
726  Bool_t GetCalculateCRC2() const {return this->fCalculateCRC2;};
727  void SetCalculateCRCVZ(Bool_t const cCRC) {this->fCalculateCRCVZ = cCRC;};
728  Bool_t GetCalculateCRCVZ() const {return this->fCalculateCRCVZ;};
729  void SetCalculateCRCZDC(Bool_t const cCRC) {this->fCalculateCRCZDC = cCRC;};
730  Bool_t GetCalculateCRCZDC() const {return this->fCalculateCRCZDC;};
731  void SetCalculateEbEFlow(Bool_t const cCRC) {this->fCalculateEbEFlow = cCRC;};
733  void SetUseVZERO(Bool_t const cCRC) {this->fUseVZERO = cCRC;};
734  Bool_t GetUseVZERO() const {return this->fUseVZERO;};
735  void SetUseZDC(Bool_t const cCRC) {this->fUseZDC = cCRC;};
736  Bool_t GetUseZDC() const {return this->fUseZDC;};
737  void SetRecenterZDC(Bool_t const cCRC) {this->fRecenterZDC = cCRC;};
738  Bool_t GetRecenterZDC() const {return this->fRecenterZDC;};
739  void SetDivSigma(Bool_t const cCRC) {this->fDivSigma = cCRC;};
740  Bool_t GetDivSigma() const {return this->fDivSigma;};
741  void SetInvertZDC(Bool_t const cCRC) {this->fInvertZDC = cCRC;};
742  Bool_t GetInvertZDC() const {return this->fInvertZDC;};
743  void SetQAZDCCuts(Bool_t const cCRC) {this->fQAZDCCuts = cCRC;};
744  Bool_t GetQAZDCCuts() const {return this->fQAZDCCuts;};
745  void SetTestSin(Bool_t const cCRC) {this->fCRCTestSin = cCRC;};
746  Bool_t GetTestSin() const {return this->fCRCTestSin;};
747  void SetNUAforCRC(Bool_t const cCRC) {this->fNUAforCRC = cCRC;};
748  Bool_t GetNUAforCRC() const {return this->fNUAforCRC;};
749  void SetUseCRCRecenter(Bool_t const cCRC) {this->fUseCRCRecenter = cCRC;};
750  Bool_t GetUseCRCRecenter() const {return this->fUseCRCRecenter;};
752  void SetCRCQVecWeightsList(TList* const wlist) {this->fCRCQVecWeightsList = wlist;}
754  void SetCRCZDCCalibList(TList* const wlist) {this->fCRCZDCCalibList = wlist;}
755  TList* GetCRCZDCCalibList() const {return this->fCRCZDCCalibList;}
756  void SetZDCESEList(TList* const kList) {this->fZDCESEList = kList;};
757  TList* GetZDCESEList() const {return this->fZDCESEList;};
758  // 12.a) EbE Corr:
759  void SetCRCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProdTempHist[c][eg][h] = TH;};
760  TH1D* GetCRCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProdTempHist[c][eg][h];};
761  // 12.b) Final histo:
762  void SetCRCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrHist[c][eg][h] = TH;};
763  TH1D* GetCRCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrHist[c][eg][h];};
764  void SetCRCCumHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCumHist[c][eg][h] = TH;};
765  TH1D* GetCRCCumHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCumHist[c][eg][h];};
766  void SetCRCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCCFunHist[eg][h] = TH;};
767  TH1D* GetCRCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCCFunHist[eg][h];};
768  // 12.c) Covariances:
769  void SetCRCCorrProd2p2pPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProd2p2pPro[c][eg][h] = TP;};
770  TProfile* GetCRCCorrProd2p2pPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProd2p2pPro[c][eg][h];};
771  void SetCRCCovHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCovHist[c][eg][h] = TH;};
772  TH1D* GetCRCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCovHist[c][eg][h];};
773  // 12.d) NUA corrections:
774  void SetCRCNUATermsHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCNUATermsHist[c][eg][h] = TH;};
775  TH1D* GetCRCNUATermsHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCNUATermsHist[c][eg][h];};
776 
777  void SetCRCCorrPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrPro[r][c][eg][h] = TP;};
778  TProfile* GetCRCCorrPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrPro[r][c][eg][h];};
779  void SetCRCSumWeigHist(TH1D* const TH, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCSumWeigHist[r][c][eg][h] = TH;};
780  TH1D* GetCRCSumWeigHist(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCSumWeigHist[r][c][eg][h];};
781  void SetCRCNUATermsPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCNUATermsPro[r][c][eg][h] = TP;};
782  TProfile* GetCRCNUATermsPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCNUATermsPro[r][c][eg][h];};
783 
784  // 12.e) Q Vectors:
785  void SetCRCQnReHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnRe[r][h] = TH;};
786  TProfile* GetCRCQnReHist(Int_t const r, Int_t const h) const {return this->fCRCQnRe[r][h];};
787  void SetCRCQnImHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnIm[r][h] = TH;};
788  TProfile* GetCRCQnImHist(Int_t const r, Int_t const h) const {return this->fCRCQnIm[r][h];};
789  void SetCRCQnReCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnReCorr[r][h] = TH;};
790  TProfile* GetCRCQnReCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnReCorr[r][h];};
791  void SetCRCQnImCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnImCorr[r][h] = TH;};
792  TProfile* GetCRCQnImCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnImCorr[r][h];};
793 
794  void SetCRCVZQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecA[r][c] = TH;};
795  TProfile* GetCRCVZQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecA[r][c];};
796  void SetCRCVZQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecC[r][c] = TH;};
797  TProfile* GetCRCVZQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecC[r][c];};
798 
799  void SetCRCZDCQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecA[r][c] = TH;};
800  TProfile* GetCRCZDCQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecA[r][c];};
801  void SetCRCZDCQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecC[r][c] = TH;};
802  TProfile* GetCRCZDCQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecC[r][c];};
803  void SetCRCZDCQVecACorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecACorr[r][c] = TH;};
804  TProfile* GetCRCZDCQVecACorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecACorr[r][c];};
805  void SetCRCZDCQVecCCorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecCCorr[r][c] = TH;};
806  TProfile* GetCRCZDCQVecCCorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecCCorr[r][c];};
807  void SetCRCZDCQVecEP(TH2D* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecEP[r][c] = TH;};
808  TH2D* GetCRCZDCQVecEP(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecEP[r][c];};
809  void SetCRCZDCQVecRes(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecRes[r][c] = TH;};
810  TProfile* GetCRCZDCQVecRes(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecRes[r][c];};
811  void SetCRCZDCQVecCov(TProfile* const TH, Int_t const r, Int_t const i) {this->fCRCZDCQVecCov[r][i] = TH;};
812  TProfile* GetCRCZDCQVecCov(Int_t const r, Int_t const i) const {return this->fCRCZDCQVecCov[r][i];};
813 
814  // void SetCRCVZvsZDCCov(TProfile* const TH, Int_t const r, Int_t const i) {this->fCRCVZvsZDCCov[r][i] = TH;};
815  // TProfile* GetCRCVZvsZDCCov(Int_t const r, Int_t const i) const {return this->fCRCVZvsZDCCov[r][i];};
816 
817  // CRC VZERO:
818  // 12.a) EbE Corr:
819  void SetCRCVZCorrPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZCorrPro[r][c][eg][h] = TP;};
820  TProfile* GetCRCVZCorrPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZCorrPro[r][c][eg][h];};
821  void SetCRCVZCorrProd2p2pHist(TProfile* const TH, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZCorrProd2p2pHist[r][c][eg][h] = TH;};
822  TProfile* GetCRCVZCorrProd2p2pHist(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZCorrProd2p2pHist[r][c][eg][h];};
823  void SetCRCVZNUAPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZNUAPro[r][c][eg][h] = TP;};
824  TProfile* GetCRCVZNUAPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZNUAPro[r][c][eg][h];};
825  // 12.b) Final histo:
826  void SetCRCVZCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZCorrHist[c][eg][h] = TH;};
827  TH1D* GetCRCVZCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZCorrHist[c][eg][h];};
828  void SetCRCVZCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCVZCFunHist[eg][h] = TH;};
829  TH1D* GetCRCVZCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCVZCFunHist[eg][h];};
830  // 12.c) Covariances:
831  void SetCRCVZCovHist(TH2D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZCovHist[c][eg][h] = TH;};
832  TH2D* GetCRCVZCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZCovHist[c][eg][h];};
833  void SetCRCVZCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCVZCorrProdTempHist[c][eg][h] = TH;};
834  TH1D* GetCRCVZCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCVZCorrProdTempHist[c][eg][h];};
835 
836  // CRC ZDC:
837  // 12.a) EbE Corr:
838  void SetCRCZDCCorrPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrPro[r][c][eg][h] = TP;};
839  TProfile* GetCRCZDCCorrPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrPro[r][c][eg][h];};
840  void SetCRCZDCCorrProd2p2pHist(TProfile* const TH, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrProd2p2pHist[r][c][eg][h] = TH;};
841  TProfile* GetCRCZDCCorrProd2p2pHist(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrProd2p2pHist[r][c][eg][h];};
842  void SetCRCZDCNUAPro(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCNUAPro[r][c][eg][h] = TP;};
843  TProfile* GetCRCZDCNUAPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCNUAPro[r][c][eg][h];};
844  // 12.b) Final histo:
845  void SetCRCZDCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrHist[c][eg][h] = TH;};
846  TH1D* GetCRCZDCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrHist[c][eg][h];};
847  void SetCRCZDCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCCFunHist[eg][h] = TH;};
848  TH1D* GetCRCZDCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCZDCCFunHist[eg][h];};
849  void SetCRCZDCSpectra(TProfile* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCSpectra[eg][h] = TH;};
850  TProfile* GetCRCZDCSpectra(Int_t const eg, Int_t const h) const {return this->fCRCZDCSpectra[eg][h];};
851 
852  // 12.c) Covariances:
853  void SetCRCZDCCovHist(TH2D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCovHist[c][eg][h] = TH;};
854  TH2D* GetCRCZDCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCovHist[c][eg][h];};
855  void SetCRCZDCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrProdTempHist[c][eg][h] = TH;};
856  TH1D* GetCRCZDCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrProdTempHist[c][eg][h];};
857 
858  // CRC2:
859  void SetCRC2nEtaBins(Int_t NB) {this->fCRC2nEtaBins = NB;};
861  void SetCRC2CorPro(TProfile* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CorPro[r][h][c] = TP;};
862  TProfile* GetCRC2CorPro(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CorPro[r][h][c];};
863  void SetCRC2NUAPro(TProfile* const TP, Int_t const r, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAPro[r][h][c][e] = TP;};
864  TProfile* GetCRC2NUAPro(Int_t const r, Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAPro[r][h][c][e];};
865  void SetCRC2CorHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2CorHist[h][c][e] = TP;};
866  TH1D* GetCRC2CorHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2CorHist[h][c][e];};
867  void SetCRC2NUAHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAHist[h][c][e] = TP;};
868  TH1D* GetCRC2NUAHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAHist[h][c][e];};
869  void SetCRC2CovPro(TProfile* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovPro[r][h][c] = TP;};
870  TProfile* GetCRC2CovPro(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovPro[r][h][c];};
871  void SetCRC2CovHist(TH1D* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovHist[r][h][c] = TP;};
872  TH1D* GetCRC2CovHist(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovHist[r][h][c];};
873 
874  void SetCenWeightsHist(TH1D* const n) {this->fCenWeightsHist = n;};
875  TH1D* GetCenWeightsHist() const {return this->fCenWeightsHist;};
876  void SetPtWeightsHist(TH1D* const n, Int_t c) {this->fPtWeightsHist[c] = n;};
877  TH1D* GetPtWeightsHist(Int_t c) const {return this->fPtWeightsHist[c];};
878  void SetEtaWeightsHist(TH1D* const n, Int_t h, Int_t b, Int_t c) {this->fEtaWeightsHist[h][b][c] = n;};
879  TH1D* GetEtaWeightsHist(Int_t h, Int_t b, Int_t c) const {return this->fEtaWeightsHist[h][b][c];};
880  void SetNvsCenCut(TH1D* const n, Int_t c, Int_t h) {this->fNvsCenCut[c][h] = n;};
881  TH1D* GetNvsCenCut(Int_t c, Int_t h) const {return this->fNvsCenCut[c][h];};
882  void SetZNCenDis(TH3F* const n, Int_t const h) {this->fhZNCenDis[h] = n;};
883  TH3F* GetZNCenDis(Int_t const h) const {return this->fhZNCenDis[h];};
884  void SetZNCvsZNA(TH2F* const n, Int_t const h) {this->fhZNCvsZNA[h] = n;};
885  TH2F* GetZNCvsZNA(Int_t const h) const {return this->fhZNCvsZNA[h];};
886  void SetZNvsCen(TH2F* const n, Int_t const h) {this->fhZNvsCen[h] = n;};
887  TH2F* GetZNvsCen(Int_t const h) const {return this->fhZNvsCen[h];};
888  void SetZDCESEMultWeightsHist(TH2F* const n, Int_t h) {this->fZDCESEMultWeightsHist[h] = n;};
890  void SetZDCESESpecWeightsHist(TH2F* const n, Int_t h) {this->fZDCESESpecWeightsHist[h] = n;};
892  void SetZNvsTCen(TH2F* const n, Int_t const h) {this->fhZNvsTCen[h] = n;};
893  TH2F* GetZNvsTCen(Int_t const h) const {return this->fhZNvsTCen[h];};
894  void SetCenvsMul(TH2F* const n, Int_t const h) {this->fhCenvsMul[h] = n;};
895  TH2F* GetCenvsMul(Int_t const h) const {return this->fhCenvsMul[h];};
896  void SetCenvsSpec(TH2F* const n, Int_t const h) {this->fhCenvsSpec[h] = n;};
897  TH2F* GetCenvsSpec(Int_t const h) const {return this->fhCenvsSpec[h];};
898  void SetZNvsMul(TH2F* const n) {this->fhZNvsMul = n;};
899  TH2F* GetZNvsMul() const {return this->fhZNvsMul;};
900 
901  void SetZNCenvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNCenvsMul[eg][h] = n;};
902  TH2F* GetZNCenvsMul(Int_t const eg, Int_t const h) const {return this->fhZNCenvsMul[eg][h];};
903  void SetZNResvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsMul[eg][h] = n;};
904  TH2F* GetZNResvsMul(Int_t const eg, Int_t const h) const {return this->fhZNResvsMul[eg][h];};
905  void SetZNResvsCen(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsCen[eg][h] = n;};
906  TH2F* GetZNResvsCen(Int_t const eg, Int_t const h) const {return this->fhZNResvsCen[eg][h];};
907 
909 
910  // Flow QC
911  void SetFlowQCList(TList* const TL) {this->fFlowQCList = TL;};
912  void SetFlowQCVtxList(TList* const TL, Int_t r) {this->fFlowQCVtxList[r] = TL;};
913  void SetFlowQCCenBin(Int_t const TL) {this->fFlowQCCenBin = TL;};
914  Int_t GetFlowQCCenBin() const {return this->fFlowQCCenBin;};
915  void SetFlowQCDeltaEta(Double_t const TL) {this->fFlowQCDeltaEta = TL;};
916  Double_t GetFlowQCDeltaEta() const {return this->fFlowQCDeltaEta;};
917  void SetFlowQCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorPro[c][eg][h] = TP;};
918  TProfile* GetFlowQCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorPro[c][eg][h];};
919  void SetFlowQCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorHist[c][eg][h] = TH;};
920  TH1D* GetFlowQCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorHist[c][eg][h];};
921  void SetFlowQCCorNUAHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAHist[c][eg][h] = TH;};
922  TH1D* GetFlowQCCorNUAHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAHist[c][eg][h];};
923  void SetFlowQCCorNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAPro[c][eg][h] = TP;};
924  TProfile* GetFlowQCCorNUAPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAPro[c][eg][h];};
925  void SetFlowQCCorCovPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovPro[c][eg][h] = TP;};
926  TProfile* GetFlowQCCorCovPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovPro[c][eg][h];};
927  void SetFlowQCCorCovHist(TH1D* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovHist[c][eg][h] = TP;};
928  TH1D* GetFlowQCCorCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovHist[c][eg][h];};
929  void SetFlowQCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCFinalPtDifHist[c][eg][h] = TH;};
930  TH1D* GetFlowQCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCFinalPtDifHist[c][eg][h];};
931  void SetFlowQCCorProPhi(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorProPhi[c][eg][h] = TP;};
932  TProfile* GetFlowQCCorProPhi(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorProPhi[c][eg][h];};
933  void SetFlowQCIntCorProVtx(TProfile* const TP, Int_t const r, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCIntCorProVtx[r][c][eg][h] = TP;};
934  TProfile* GetFlowQCIntCorProVtx(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorProVtx[r][c][eg][h];};
935 
936  TProfile* GetFlowQCIntCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorPro[eg][h];};
937  void SetFlowQCIntCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorPro[eg][k] = TP;};
938  TProfile* GetFlowQCIntCorNUAPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAPro[eg][h];};
939  void SetFlowQCIntCorNUAPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAPro[eg][k] = TP;};
940  TH1D* GetFlowQCIntCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorHist[eg][h];};
941  void SetFlowQCIntCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorHist[eg][k] = TP;};
942  TH1D* GetFlowQCIntCumHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCumHist[eg][h];};
943  void SetFlowQCIntCumHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCumHist[eg][k] = TP;};
944  TH1D* GetFlowQCIntCorNUAHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHist[eg][h];};
945  void SetFlowQCIntCorNUAHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHist[eg][k] = TP;};
946  TProfile* GetFlowQCIntCorProEG(Int_t const eg) const {return this->fFlowQCIntCorProEG[eg];};
947  void SetFlowQCIntCorProEG(TProfile* const TP, Int_t const eg) {this->fFlowQCIntCorProEG[eg] = TP;};
948  TProfile* GetFlowQCIntCorNUAProEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAProEG[eg][h];};
949  void SetFlowQCIntCorNUAProEG(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAProEG[eg][k] = TP;};
950  TH1D* GetFlowQCIntCorNUAHistEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHistEG[eg][h];};
951  void SetFlowQCIntCorNUAHistEG(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHistEG[eg][k] = TP;};
952  TH1D* GetFlowQCIntCorHistEG(Int_t const eg) const {return this->fFlowQCIntCorHistEG[eg];};
953  void SetFlowQCIntCorHistEG(TH1D* const TP, Int_t const eg) {this->fFlowQCIntCorHistEG[eg] = TP;};
954 
955  void SetFlowQCSpectra(TH2D* const TH) {this->fFlowQCSpectra = TH;};
956  TH2D* GetFlowQCSpectra() const {return this->fFlowQCSpectra;};
957  void SetFlowQCIntCorProTest(TProfile2D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorProTest[eg][k] = TP;};
958  TProfile2D* GetFlowQCIntCorNUAProTest(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorProTest[eg][h];};
959 
960  TProfile* GetFlowQCRefCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorPro[eg][h];};
961  void SetFlowQCRefCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorPro[eg][k] = TP;};
962  TH1D* GetFlowQCRefCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorHist[eg][h];};
963  void SetFlowQCRefCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorHist[eg][k] = TP;};
964  TH1D* GetFlowQCRefCorFinal(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorFinal[eg][h];};
965  void SetFlowQCRefCorFinal(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorFinal[eg][k] = TP;};
966 
967  void SetFlowSCv2vsZNv1Pro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSCv2vsZNv1Pro[c][eg] = TP;};
968  TProfile* GetFlowSCv2vsZNv1Pro(Int_t const c, Int_t const eg) const {return this->fFlowSCv2vsZNv1Pro[c][eg];};
969  void SetFlowSCv2vsZNv1Hist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCv2vsZNv1Hist[c][eg] = TP;};
970  TH1D* GetFlowSCv2vsZNv1Hist(Int_t const c, Int_t const eg) const {return this->fFlowSCv2vsZNv1Hist[c][eg];};
971  void SetFlowSCv2vsZNv1FinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCv2vsZNv1FinalHist[c][eg] = TP;};
972  TH1D* GetFlowSCv2vsZNv1FinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSCv2vsZNv1FinalHist[c][eg];};
973 
974  void SetFlowSCv2vsZNv1PtPro(TProfile* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtPro[c][pt][eg] = TP;};
975  TProfile* GetFlowSCv2vsZNv1PtPro(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtPro[c][pt][eg];};
976  void SetFlowSCv2vsZNv1PtHist(TH1D* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtHist[c][pt][eg] = TP;};
977  TH1D* GetFlowSCv2vsZNv1PtHist(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtHist[c][pt][eg];};
978  void SetFlowSCv2vsZNv1PtFinalHist(TH1D* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtFinalHist[c][pt][eg] = TP;};
979  TH1D* GetFlowSCv2vsZNv1PtFinalHist(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtFinalHist[c][pt][eg];};
980 
981  // Flow QC high orders
982  void SetFlowQCHOList(TList* const TL) {this->fFlowQCHOList = TL;};
983  void SetFlowQCIntCorHOPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntCorHOPro[c][eg] = TP;};
984  TProfile* GetFlowQCIntCorHOPro(Int_t const c, Int_t const eg) const {return this->fFlowQCIntCorHOPro[c][eg];};
985  void SetFlowQCIntCorHOHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntCorHOHist[c][eg] = TP;};
986  TH1D* GetFlowQCIntCorHOHist(Int_t const c, Int_t const eg) const {return this->fFlowQCIntCorHOHist[c][eg];};
987  void SetFlowQCIntQCHOHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntQCHOHist[c][eg] = TP;};
988  TH1D* GetFlowQCIntQCHOHist(Int_t const c, Int_t const eg) const {return this->fFlowQCIntQCHOHist[c][eg];};
989 
990  // Flow SP ZDC
991  void SetFlowSPZDCList(TList* const TL) {this->fFlowSPZDCList = TL;};
992 
993  void SetFlowSPZDCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorPro[c][eg][h] = TP;};
994  TProfile* GetFlowSPZDCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorPro[c][eg][h];};
995  void SetFlowSPZDCCorNUA(TProfile* const TP, Int_t const c, Int_t const h) {this->fFlowSPZDCCorNUA[c][h] = TP;};
996  TProfile* GetFlowSPZDCCorNUA(Int_t const c, Int_t const h) const {return this->fFlowSPZDCCorNUA[c][h];};
997  void SetFlowSPZDCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorHist[c][eg][h] = TH;};
998  TH1D* GetFlowSPZDCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorHist[c][eg][h];};
999 
1000  void SetFlowSPZDCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCFinalPtDifHist[c][eg][h] = TH;};
1001  TH1D* GetFlowSPZDCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCFinalPtDifHist[c][eg][h];};
1002  void SetFlowSPZDCIntHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntHist[c][eg] = TH;};
1003  TH1D* GetFlowSPZDCIntHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntHist[c][eg];};
1004  void SetFlowSPZDCIntFinalHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntFinalHist[c][eg] = TH;};
1005  TH1D* GetFlowSPZDCIntFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntFinalHist[c][eg];};
1006 
1007  void SetFlowSPZDCIntPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntPro[c][eg] = TP;};
1008  TProfile* GetFlowSPZDCIntPro(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntPro[c][eg];};
1009  void SetFlowSPZDCIntNUA(TProfile* const TP, Int_t const eg) {this->fFlowSPZDCIntNUA[eg] = TP;};
1010  TProfile* GetFlowSPZDCIntNUA(Int_t const eg) const {return this->fFlowSPZDCIntNUA[eg];};
1011 
1012  // v1
1013  void SetFlowSPZDCv1Pro(TProfile* const TP, Int_t const r) {this->fFlowSPZDCv1Pro[r] = TP;};
1014  TProfile* GetFlowSPZDCv1Pro(Int_t const r) const {return this->fFlowSPZDCv1Pro[r];};
1015  void SetFlowSPZDCv1etaPro(TProfile* const TP, Int_t const c, Int_t const r) {this->fFlowSPZDCv1etaPro[c][r] = TP;};
1016  TProfile* GetFlowSPZDCv1etaPro(Int_t const c, Int_t const r) const {return this->fFlowSPZDCv1etaPro[c][r];};
1017  void SetFlowSPZDCv1etaHist(TH1D* const TP, Int_t const c, Int_t const r) {this->fFlowSPZDCv1etaHist[c][r] = TP;};
1018  TH1D* GetFlowSPZDCv1etaHist(Int_t const c, Int_t const r) const {return this->fFlowSPZDCv1etaHist[c][r];};
1019 
1020  // Flow SP VZ
1021  void SetFlowSPVZList(TList* const TL) {this->fFlowSPVZList = TL;};
1022  void SetFlowSPVZCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorPro[c][eg][h] = TP;};
1023  TProfile* GetFlowSPVZCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorPro[c][eg][h];};
1024  void SetFlowSPVZNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h, Int_t const k) {this->fFlowSPVZNUAPro[c][eg][h][k] = TP;};
1025  TProfile* GetFlowSPVZNUAPro(Int_t const c, Int_t const eg, Int_t const h, Int_t const k) const {return this->fFlowSPVZNUAPro[c][eg][h][k];};
1026  void SetFlowSPVZCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorHist[c][eg][h] = TH;};
1027  TH1D* GetFlowSPVZCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorHist[c][eg][h];};
1028 
1029  Int_t GetnRun() const {return this->fCRCnRun;};
1030  Int_t GetCRCPtnCen() const {return this->fCRCPtnCenBin;};
1031  Double_t GetCRCPtwCen() const {return this->fCRCPtwCenBin;};
1032  Int_t GetnEG() const {return this->fCRCnEtaGap;};
1033  Int_t GetCRCPtnPt() const {return this->fCRCPtnPtBin;};
1034  Double_t GetCRCPtwPt() const {return this->fCRCPtwPtBin;};
1035  Double_t GetCRCPtMinPt() const {return this->fCRCPtMinPt;};
1036  Int_t GetnCR() const {return this->fCRCnCR;};
1037  Double_t* GetCRCPtvarPtBins() const {return this->fCRCPtvarPtBins;};
1038  Int_t GetCRCZDCnCR() const {return this->fCRCZDCnCR;};
1039  Int_t GetCRCZDCnEtaBin() const {return this->fCRCZDCnEtaBin;};
1040 
1041  // CME:
1042  void SetCMEList(TList* const TL) {this->fCMEList = TL;};
1043  void SetCMETPCList(TList* const TL) {this->fCMETPCList = TL;};
1044  void SetCMEZDCList(TList* const TL) {this->fCMEZDCList = TL;};
1045  // CME TPC only:
1046  void SetCMETPCCorPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCCorPro[c][h] = TP;};
1047  TProfile* GetCMETPCCorPro(Int_t const c, Int_t const h) const {return this->fCMETPCCorPro[c][h];};
1048  void SetCMETPCCorHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCCorHist[c][h] = TH;};
1049  TH1D* GetCMETPCCorHist(Int_t const c, Int_t const h) const {return this->fCMETPCCorHist[c][h];};
1050  void SetCMETPCFinalHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCFinalHist[c][h] = TH;};
1051  TH1D* GetCMETPCFinalHist(Int_t const c, Int_t const h) const {return this->fCMETPCFinalHist[c][h];};
1052  void SetCMETPCCorPro2D(TProfile2D* const TP, Int_t const c) {this->fCMETPCCorPro2D[c] = TP;};
1053  TProfile2D* GetCMETPCCorPro2D(Int_t const c) const {return this->fCMETPCCorPro2D[c];};
1054 
1055  void SetCMETPCSCPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCSCPro[c][h] = TP;};
1056  TProfile* GetCMETPCSCPro(Int_t const c, Int_t const h) const {return this->fCMETPCSCPro[c][h];};
1057  void SetCMETPCSCHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCSCHist[c][h] = TH;};
1058  TH1D* GetCMETPCSCHist(Int_t const c, Int_t const h) const {return this->fCMETPCSCHist[c][h];};
1059 
1060  // CME TPC-ZDCs:
1061  void SetCMEZDCCorPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCorPro[eg][h] = TP;};
1062  TProfile* GetCMEZDCCorPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorPro[eg][h];};
1063  void SetCMEZDCCovPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCovPro[eg][h] = TP;};
1064  TProfile* GetCMEZDCCovPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovPro[eg][h];};
1065  void SetCMEZDCNUAPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCNUAPro[eg][h] = TP;};
1066  TProfile* GetCMEZDCNUAPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCNUAPro[eg][h];};
1067  void SetCMEZDCCorHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCorHist[eg][h] = TH;};
1068  TH1D* GetCMEZDCCorHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorHist[eg][h];};
1069  void SetCMEZDCCovHist(TH2D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCovHist[eg][h] = TH;};
1070  TH2D* GetCMEZDCCovHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovHist[eg][h];};
1071  void SetCMEZDCDistHist(TH1D* const TH, Int_t const eg, Int_t const h, Int_t const k) {this->fCMEZDCDistHist[eg][h][k] = TH;};
1072  TH1D* GetCMEZDCDistHist(Int_t const eg, Int_t const h, Int_t const k) const {return this->fCMEZDCDistHist[eg][h][k];};
1073 
1074  // EbE Flow
1075  void SetEbEFlowList(TList* const TL) {this->fEbEFlowList = TL;};
1076 
1077 
1078  // 15.) Various
1079  void SetVariousList(TList* const Various) {this->fVariousList = Various;};
1080  void SetMultHist(TH1D* const TH) {this->fMultHist = TH;};
1081  TH1D* GetMultHist() const {return this->fMultHist;}
1082  void SetCenHist(TH1D* const TH) {this->fCenHist = TH;};
1083  TH1D* GetCenHist() const {return this->fCenHist;}
1084  void SetVtxHist(TH2F* const TH, Int_t const c) {this->fVtxHist[c] = TH;};
1085  TH2F* GetVtxHist(Int_t const c) const {return this->fVtxHist[c];}
1086  void SetRunNumber(Int_t const n) {this->fRunNum = n;};
1087  Int_t GetRunNumber() const {return this->fRunNum;}
1088  void SetDataSet(DataSet set) {this->fDataSet = set;};
1089  DataSet GetDataSet() const {return this->fDataSet;}
1092  void SetSelectCharge(SelectCharge set) {this->fSelectCharge = set;};
1094  void SetCorrWeightTPC(CorrelationWeights weights) {this->fCorrWeightTPC = weights;};
1096  void SetCorrWeightVZ(CorrelationWeights weights) {this->fCorrWeightVZ = weights;};
1098  void SetCorrWeightZDC(CorrelationWeights weights) {this->fCorrWeightZDC = weights;};
1100  void SetMinMulZN(Int_t weights) {this->fMinMulZN = weights;};
1101  Int_t GetMinMulZN() const {return this->fMinMulZN;};
1102  void SetMaxDevZN(Float_t weights) {this->fMaxDevZN = weights;};
1103  Float_t GetMaxDevZN() const {return this->fMaxDevZN;};
1104 
1105 private:
1106 
1107  AliFlowAnalysisCRC(const AliFlowAnalysisCRC& afawQc);
1109 
1110  // 0.) base:
1112 
1113  // 1.) common:
1114  Bool_t fBookOnlyBasicCCH; // book only basis common control histrograms (by default book them all)
1124  Int_t fnBinsPhi; // number of phi bins
1125  Double_t fPhiMin; // minimum phi
1126  Double_t fPhiMax; // maximum phi
1127  Double_t fPhiBinWidth; // bin width for phi histograms
1128  Int_t fnBinsPt; // number of pt bins
1129  Double_t fPtMin; // minimum pt
1130  Double_t fPtMax; // maximum pt
1131  Double_t fPtBinWidth; // bin width for pt histograms
1132  Int_t fnBinsEta; // number of eta bins
1133  Double_t fEtaMin; // minimum eta
1134  Double_t fEtaMax; // maximum eta
1135  Double_t fEtaBinWidth; // bin width for eta histograms
1136  TProfile *fCommonConstants;
1137  Bool_t fFillMultipleControlHistograms; // fill separately control histos for events with >= 2, 4, 6 and 8 particles
1138  Int_t fHarmonic; // harmonic
1140  Bool_t fPrintFinalResults[4]; // print on the screen the final results (0=RF, 1=RP, 2=POI, 3=RF rebinned in M)
1141 
1142  // 2a.) particle weights:
1143  TList *fWeightsList; // list to hold all histograms with particle weights: fUseParticleWeights, fPhiWeights, fPtWeights and fEtaWeights
1144  TList *fWeightsListChDep; // list to hold all histograms with particle weights: fUseParticleWeights, fPhiWeights, fPtWeights and fEtaWeights
1145  TList *fPhiEtaCutsList; // list for phi,eta cuts (for NUA)
1146  Bool_t fUsePhiWeights; // use phi weights
1147  Bool_t fUsePtWeights; // use pt weights
1148  Bool_t fUseEtaWeights; // use eta weights
1149  Bool_t fUseTrackWeights; // use track weights (e.g. VZERO sector weights)
1150  Bool_t fUsePhiEtaWeights; // use phi,eta weights
1151  Bool_t fUsePhiEtaWeightsChDep; // use phi,eta weights
1152  Bool_t fUsePhiEtaCuts; // use phi,eta cuts (for NUA)
1153  Bool_t fUseZDCESEMulWeights; // use ZDC-ESE mult. weights
1154  Bool_t fUseZDCESESpecWeights; // use ZDC-ESE spec. weights
1156  // TH1F *fPhiWeightsPOIs[2]; //! histogram holding phi weights
1157  // TH1D *fPtWeightsPOIs[2]; //! histogram holding pt weights
1158  // TH1D *fEtaWeightsPOIs[2]; //! histogram holding eta weights
1159  // TH2D *fPhiEtaWeightsPOIs[2]; //! histogram holding phi,eta weights
1161  // TH1D *fPtWeightsRPs; //!
1162  // TH1D *fEtaWeightsRPs; //!
1163  // TH1F *fPhiDistrRefPOIs[2]; //! histogram holding phi weights
1164  // TH1D *fPtDistrRefPOIs[2]; //! histogram holding pt weights
1165  // TH1D *fEtaDistrRefPOIs[2]; //! histogram holding eta weights
1166  // TH2D *fPhiEtaDistrRefPOIs[2]; //! histogram holding phi,eta weights
1167  // TH1F *fPhiDistrRefRPs; //!
1168  // TH1D *fPtDistrRefRPs; //!
1169  // TH1D *fEtaDistrRefRPs; //!
1170  // TH2D *fPhiEtaDistrRefRPs; //!
1171  // TH1D *fPtWeights[2]; //! histogram holding pt weights
1172 
1173  // 2b.) event weights:
1176 
1177  // 3.) integrated flow
1178  // 3a.) lists:
1183  // 3b.) flags:
1184  TProfile *fIntFlowFlags;
1185  Bool_t fApplyCorrectionForNUA; // apply correction for non-uniform acceptance
1186  Bool_t fApplyCorrectionForNUAVsM; // apply correction for non-uniform acceptance versus M
1187  Int_t fnBinsMult; // number of multiplicity bins for flow analysis versus multiplicity
1188  Double_t fMinMult; // minimal multiplicity for flow analysis versus multiplicity
1189  Double_t fMaxMult; // maximal multiplicity for flow analysis versus multiplicity
1190  Bool_t fPropagateErrorAlsoFromNIT; // propagate error by taking into account also non-isotropic terms (not sure if resulting error then is correct - to be improved)
1191  Bool_t fCalculateCumulantsVsM; // calculate cumulants versus multiplicity
1192  Bool_t fCalculateAllCorrelationsVsM; // calculate all correlations versus multiplicity
1193  Bool_t fMinimumBiasReferenceFlow; // store as reference flow in AliFlowCommonHistResults the minimum bias result (kFALSE by default)
1194  Bool_t fForgetAboutCovariances; // when propagating error forget about the covariances
1195  Bool_t fStoreVarious; // store phi distribution for one event to illustrate flow
1196  Int_t fExactNoRPs; // when shuffled, select only this number of RPs for the analysis
1197  Bool_t fUse2DHistograms; // use TH2D instead of TProfile to improve numerical stability in reference flow calculation
1198  Bool_t fFillProfilesVsMUsingWeights; // if the width of multiplicity bin is 1, weights are not needed
1199  Bool_t fUseQvectorTerms; // use TH2D with separate Q-vector terms instead of TProfile to improve numerical stability in reference flow calculation
1200 
1201  // 3c.) event-by-event quantities:
1202  TMatrixD *fReQ;
1203  TMatrixD *fImQ;
1204  TMatrixD *fSpk;
1210  Double_t fNumberOfRPsEBE; // # of Reference Particles
1211  Double_t fNumberOfPOIsEBE; // # of Particles of Interest
1212  Double_t fReferenceMultiplicityEBE; // reference multiplicity
1213  Double_t fCentralityEBE; // centrality percentile
1214  Double_t fNewCentralityEBE; // new centrality percentile
1215  Double_t fNewMetricLEBE; // new metric L
1216  Double_t fNewMetricDEBE; // new metric D
1217  Double_t fNewMetricL2EBE; // new metric L
1218  Double_t fNewMetricD2EBE; // new metric D
1219  Double_t fCentralityCL1EBE; // centrality (CL1) percentile
1220  Double_t fNITSCL1EBE; // centrality (TRK) percentile
1221  Double_t fCentralityTRKEBE; // centrality (TRK) percentile
1222  // 3d.) profiles:
1223  TProfile *fAvMultiplicity;
1233  // [0=<<2><4>>,1=<<2><6>>,2=<<2><8>>,3=<<4><6>>,4=<<4><8>>,5=<<6><8>>]
1237 
1238  // 3e.) histograms with final results:
1247  // [0=Cov(2,4),1=Cov(2,6),2=Cov(2,8),3=Cov(4,6),4=Cov(4,8),5=Cov(6,8)]
1249  // [0=sum{w_{<2>}},1=sum{w_{<4>}},2=sum{w_{<6>}},3=sum{w_{<8>}}][0=linear 1,1=quadratic]
1251  // [0=sum{w_{<2>}w_{<4>}},1=sum{w_{<2>}w_{<6>}},2=sum{w_{<2>}w_{<8>}},
1252  // 3=sum{w_{<4>}w_{<6>}},4=sum{w_{<4>}w_{<8>}},5=sum{w_{<6>}w_{<8>}}]
1265  // 4.) differential flow
1266  // 4a.) lists:
1271  // 4aa.) nested list in list fDiffFlowProfiles:
1276  // 4ab.) nested list in list fDiffFlowResults:
1285  // 4b.) flags:
1286  TProfile *fDiffFlowFlags;
1287  Bool_t fCalculateDiffFlow; // if you set kFALSE only reference flow will be calculated
1288  Bool_t fCalculate2DDiffFlow; // calculate 2D differential flow vs (pt,eta) (Remark: this is expensive in terms of CPU time)
1289  Bool_t fCalculateDiffFlowVsEta; // if you set kFALSE only differential flow vs pt is calculated
1290  // 4c.) event-by-event quantities:
1291  // 1D:
1292  TProfile *fReRPQ1dEBE[3][2][4][9];
1293  TProfile *fImRPQ1dEBE[3][2][4][9];
1294  TProfile *fs1dEBE[3][2][9];
1298 
1299  // 2D:
1300  TProfile2D *fReRPQ2dEBE[3][4][9];
1301  TProfile2D *fImRPQ2dEBE[3][4][9];
1302  TProfile2D *fs2dEBE[3][9];
1303  // 4d.) profiles:
1304  // 1D:
1305  TProfile *fDiffFlowCorrelationsPro[2][2][4];
1306  TProfile *fDiffFlowSquaredCorrelationsPro[2][2][4];
1307  TProfile *fDiffFlowProductOfCorrelationsPro[2][2][8][8];
1308  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1309  TProfile *fDiffFlowCorrectionTermsForNUAPro[2][2][2][10];
1310  // 2D:
1311  TProfile2D *f2DDiffFlowCorrelationsPro[2][4];
1312  // Other differential correlators:
1314  TProfile *fOtherDiffCorrelators[2][2][2][1];
1315  // 4e.) histograms holding final results:
1316  // 1D:
1321  TH1D *fDiffFlow[2][2][4];
1324  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1326  // 2D:
1329  // 6.) distributions:
1332  Bool_t fStoreDistributions; // store or not distributions of correlations
1334  Int_t fnBinsForCorrelations; // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]
1335  Double_t fMinValueOfCorrelation[4]; // min values of <2>, <4>, <6> and <8>
1336  Double_t fMaxValueOfCorrelation[4]; // max values of <2>, <4>, <6> and <8>
1337  Double_t fMinValueOfCorrelationProduct[1]; // min values of <2><4>, <2><6>, <2><8>, <4><6> etc. TBI add the other ones when needed first time
1338  Double_t fMaxValueOfCorrelationProduct[1]; // max values of <2><4>, <2><6>, <2><8>, <4><6> etc. TBI add the other ones when needed first time
1339  Double_t fMinValueOfQvectorTerms[4]; // MinValueOfQvectorTerms
1340  Double_t fMaxValueOfQvectorTerms[4]; // MaxValueOfQvectorTerms
1341 
1342  // 8.) debugging and cross-checking:
1344  Bool_t fEvaluateIntFlowNestedLoops; // evaluate nested loops relevant for integrated flow
1345  Bool_t fEvaluateDiffFlowNestedLoops; // evaluate nested loops relevant for differential flow
1346  Int_t fMaxAllowedMultiplicity; // nested loops will be evaluated only for events with multiplicity <= fMaxAllowedMultiplicity
1348  // integrated flow:
1352  // differential flow:
1353  Int_t fCrossCheckInPtBinNo; // cross-check results for reduced correlations and corrections in this pt bin
1354  Int_t fCrossCheckInEtaBinNo; // cross-check results for reduced correlations and corrections in this eta bin
1355  TH1D *fNoOfParticlesInBin; // bin: 1 = # of RPs in pt bin, 2 = # of RPs in eta bin, 3 = # of POIs in pt bin, 4 = # of POIs in eta bin
1356  TProfile *fDiffFlowDirectCorrelations[2][2][4];
1357  TProfile *fDiffFlowDirectCorrectionTermsForNUA[2][2][2][10];
1358  // other differential correlators:
1359  TProfile *fOtherDirectDiffCorrelators[2][2][2][1];
1360  // mixed harmonics:
1362 
1363  // 9.) mixed harmonics:
1364  // 9a.) lists:
1369  //TList *fIntFlowAllCorrelationsVsM; // list to hold all profiles with correlations vs M
1370  // 9b.) flags:
1372  Bool_t fCalculateMixedHarmonics; // calculate or not mixed harmonics
1373  Bool_t fCalculateMixedHarmonicsVsM; // calculate or not mixed harmonics vs multiplicity
1374  // 9c.) profiles:
1375  TProfile *f2pCorrelations;
1376  TProfile *f3pCorrelations;
1377  TProfile *f4pCorrelations;
1378  TProfile *f5pCorrelations;
1379  TProfile *f6pCorrelations;
1380  TProfile *f7pCorrelations;
1381  TProfile *f8pCorrelations;
1382  // 9d.) results:
1390  // 9e.) statistical error propagation:
1394  // 10.) Control histograms:
1395  // 10a.) list:
1396  TList *fControlHistogramsList; // list to hold all control histograms
1397  // 10b.) flags:
1398  TProfile *fControlHistogramsFlags; // profile to hold all flags for control histograms
1399  Bool_t fStoreControlHistograms; // store or not control histograms
1400  // 10c.) histograms:
1407  // 11.) Bootstrap:
1408  // 11a) lists:
1412  // 11b) flags:
1413  TProfile *fBootstrapFlags;
1414  Bool_t fUseBootstrap; // use bootstrap to estimate statistical spread
1415  Bool_t fUseBootstrapVsM; // use bootstrap to estimate statistical spread for results vs M
1416  Int_t fnSubsamples; // number of subsamples (SS), by default 10
1417  TRandom3 *fRandom;
1418  // 11c) profiles:
1420  TProfile2D *fBootstrapCorrelationsVsM[4];
1421  // 11d) histograms:
1424 
1425  // 12.) CRC
1426 
1429  TProfile *fCRCFlags;
1430  Bool_t fCalculateCRC; // calculate CRC
1456 
1458  const static Int_t fCRCnCR = 16;
1459  const static Int_t fCRCnNUA = 14;
1460  const static Int_t fCRCnEtaGap = 7;
1461  const static Int_t fCRCnCorr = 4;
1462  const static Int_t fCRCnEtaBins = 32;
1463  const static Int_t fCRCMaxnCen = 10;
1466  const static Int_t fCRCnHar = 3;
1467  const static Int_t fCRCMaxnRun = 211;
1468 
1473 
1482 
1490 
1491  // Q vectors
1492  const static Int_t fCRCQVecnCR = 64;
1497  TArrayI fRunList; // Run list
1515  const static Int_t fkNRbRFlowHar = 2;
1516  const static Int_t fkNRbRIntFlow = 2;
1519 
1520  // temp
1521  TProfile *fTPCQHist[fCRCnHar][2];
1522  TProfile *fZDCQHist[8];
1524  TH1D *fZDCEPHist[20][3];
1525  TF1* fFitPol0EP;
1526  TProfile3D *fZDCVtxHist[4];
1527  TProfile3D *fZDCVtxCenHist[10][4];
1528  TF1 *fZDCFitSec[4];
1535 
1536  TProfile *fCRCVZQVecA[fCRCMaxnRun][2];
1537  TProfile *fCRCVZQVecC[fCRCMaxnRun][2];
1538  const static Int_t fCRCQVecnCov = 12;
1540  const static Int_t fCRCQVecnResVtx = 12;
1542 
1543  TProfile *fCRCZDCQVecA[fCRCMaxnRun][2];
1544  TProfile *fCRCZDCQVecC[fCRCMaxnRun][2];
1548  TProfile *fCRCZDCQVecRes[fCRCMaxnRun][8];
1549  const static Int_t fkCRCnCQVecVtxPos = 4;
1551  // TProfile3D *fCRCZDCQVecVtxPosCen[fCRCMaxnRun][fCRCMaxnCen][4]; //! Vtx positions re-centered Qvec in cen bins
1552  // TProfile2D *fCRCZDCResCenEn; //!
1553  // TProfile2D *fCRCZDCQ2[8]; //! Q2
1558 
1559  // TProfile *fCRCVZvsZDCCov[fCRCMaxnRun][16]; //! ZDC vs VZ Q Vectors correlations
1560 
1561  // CRCVZERO
1563  const static Int_t fCRCVZnCR = 13;
1564  const static Int_t fCRCVZnEtaBin = 5;
1575 
1576  // CRCZDC
1578  const static Int_t fCRCZDCnCR = 13;
1579  const static Int_t fCRCZDCnEtaBin = 5;
1594 
1595  // CRC Pt differential
1597 
1599  const static Int_t fCRCPtnPtBinMax = 48;
1608 
1609  // CME
1610  const static Int_t fCMETPCnCR = 20;
1611  const static Int_t fCMEnEtaBin = 2;
1612  const static Int_t fCMETPCnDist = 4;
1613  const static Int_t fCMEZDCnCR = 20;
1614  const static Int_t fCMEZDCnDist = 4;
1615  const static Int_t fCMETPCnSC = 8;
1628  const static Int_t fCMETPCnHist = 19;
1629  const static Int_t fZDCESEnCl = 5;
1634  TProfile *fCMETPCSCPro[fCMETPCnSC][2];
1636  const static Int_t fCMETPCnHist2D = 3;
1638 
1639  // CRC2
1640  const static Int_t fkNCorCRC2 = 6;
1642  Int_t fCRC2nEtaBins; // CRC2 n eta bins
1654 
1655  // Flow all
1656  const static Int_t fFlowNHarm = 6;
1657  const static Int_t fFlowNHarmMax = 14; // WARNING: MIN (2*fFlowNHarm+2)
1658  const static Int_t fQVecPower = 5;
1676 
1677  // Flow SP ZDC
1679  const static Int_t fFlowNPro = 9;
1680  const static Int_t fFlowNNUA = 4;
1681  const static Int_t fFlowNHarmZDC = 1;
1682 
1687 
1692 
1693  TProfile *fFlowSPZDCv1Pro[4];
1694  const static Int_t fkNHistv1eta = 17;
1697  const static Int_t fkNHistQVecCorrv1eta = 10;
1700 
1701  // Flow QC
1703  const static Int_t fFlowQCNPro = 4;
1704  const static Int_t fFlowQCNNUA = 10;
1705  const static Int_t fFlowQCNCov = 6;
1716 
1718  const static Int_t fkFlowQCnVtx = 6;
1719  const static Int_t fkFlowQCnHarVtx = 3;
1721 
1726 
1727  TProfile *fFlowQCIntCorProOld[3];
1728 
1730  const static Int_t fkNOrdMag = 20;
1731  const static Int_t fkNHistOrdMag = 4;
1733 
1735 
1740 
1742 
1743  const static Int_t fFlowQCNRef = 14;
1747 
1752 
1753  TProfile* fTProTempInt[fFlowNHarm][6];
1755 
1756  // flow QC high order
1758  const static Int_t fFlowNHarmHighOrd = 2;
1759  const static Int_t fFlowQCHONHist = 4;
1760  const static Int_t fFlowQCHOCenBin = 100;
1764 
1765  // SC w ZDC
1766  const static Int_t fSCv2vsZNPtBins = 3;
1767  const static Int_t fSCv2vsZNHarm = 2;
1775  TProfile2D *fFlowSCAvPtvsZN;
1776 
1777  // Flow SP VZ
1782 
1783  // EbE Flow
1792  const static Int_t fEBEFlowNResPro=18;
1794  TF1* FourierExp;
1797 
1798  // Various:
1808  TH1D* fEtaWeightsHist[10][21][2];
1809  TH1D* fNvsCenCut[2][2];
1826  TH1F* fMultCutMin;
1827  TH1F* fMultCutMax;
1828  TH1F* fEZNCutMin;
1829  TH1F* fEZNCutMax;
1830  Double_t fVtxPos[3]; // primary vertex position (x,y,z)
1831  TF1 *fPolMin[2];
1832  TF1 *fPolMax[2];
1833  TF1 *fPolAv[2];
1834  TF1 *fPolDer[2];
1835  TF1 *fPolInt[2];
1836  TF1 *fPolDist[2];
1837  TF1 *fPolSlope[2];
1839  Double_t fZNCen; // total energy from ZNC-C
1840  Double_t fZNAen; // total energy from ZNC-A
1841  Double_t fEnNucl; // energy per nucleon (GeV)
1845 
1846  const static Int_t fZDCESEnPol=4;
1849 
1854 
1856 
1857 };
1858 
1859 //================================================================================================================
1860 
1861 #endif
1862 
1863 
1864 
1865 
1866 
Double_t GetMinMult() const
static const Int_t fFlowQCHOCenBin
virtual void GetPointersForIntFlowHistograms()
void SetCorrelation2468VsMult(TH2D *const c2468vm, Int_t const ci)
Bool_t GetBookOnlyBasicCCH() const
TH2D * GetQvectorTermsVsMult(Int_t qvti) const
TH1D * GetCRCCovHist(Int_t const c, Int_t const eg, Int_t const h) const
TProfile * GetCRCCorrProd2p2pPro(Int_t const c, Int_t const eg, Int_t const h) const
TProfile * GetDistributionsFlags() const
static const Int_t fkNHistQVecCorrv1eta
TH2F * GetZDCESESpecWeightsHist(Int_t h) const
TProfile * GetCRC2NUAPro(Int_t const r, Int_t const h, Int_t const c, Int_t const e) const
TProfile * Get2pCorrelations() const
void SetCRCVZRbRList(TList *const CRCL)
void SetCRCVZCFunHist(TH1D *const TH, Int_t const eg, Int_t const h)
virtual Int_t GetCRCBin(Int_t c, Int_t y, Int_t c2, Int_t y2)
void SetCRCQnReCorrHist(TProfile *const TH, Int_t const r, Int_t const h)
virtual Bool_t PassQAZDCCuts()
void SetFlowQCSpectra(TH2D *const TH)
TProfile * fFlowSCv2vsZNv1PtPro[fSCv2vsZNHarm][fSCv2vsZNPtBins][3]
void SetMixedHarmonicProductOfCorrelations(TProfile2D *const mhpoc)
TH1D * GetCRCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const
TProfile * GetFlowQCIntCorPro(Int_t const eg, Int_t const h) const
void SetMaxAllowedMultiplicity(Int_t const maxAllowedMultiplicity)
void Set2DDiffFlowCorrelationsPro(TProfile2D *const p2ddfcp, Int_t const i, Int_t const k)
virtual void InitializeArraysForMixedHarmonics()
TProfile * GetFlowSCv2vsZNv1PtPro(Int_t const c, Int_t const pt, Int_t const eg) const
void Set5pCorrelations(TProfile *const p5pCorr)
TProfile * GetDiffFlowFlags() const
SelectCharge GetSelectCharge() const
TList * GetHistList() const
void SetUsePhiEtaCuts(Bool_t const uPhiEtaW)
TH2D * GetCMEZDCCovHist(Int_t const eg, Int_t const h) const
void SetTestSin(Bool_t const cCRC)
TProfile * GetCRCVZCorrProd2p2pHist(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const
TProfile * f4pCorrelations
profile to hold all 3-particle correlations
TProfile * Get4pCorrelations() const
void SetIntFlowSumOfProductOfEventWeights(TH1D *const intFlowSumOfProductOfEventWeights)
TH1D * fIntFlowCorrelationsHist
average correction terms for non-uniform acceptance (with wrong errors!) [0=sin terms,1=cos terms][correction term index] vs multiplicity
TProfile * GetDiffFlowCorrelationsPro(Int_t i, Int_t j, Int_t k) const
static const Int_t fkFlowQCnHarVtx
void SetDiffFlowDetectorBias(TH1D *const dfdb, Int_t const i, Int_t const j, Int_t const k)
TH1D * fDiffFlowSumOfProductOfEventWeights[2][2][8][8]
[0=RP,1=POI][0=pt,1=eta][0=linear 1,1=quadratic][0=<2'>,1=<4'>,2=<6'>,3=<8'>]
TH1D * fZDCESEMinHist[2]
Run-by-run fit ZDCQvecHist.
virtual void CheckPointersUsedInMake()
TProfile * fIntFlowCorrelationsPro
profile to hold average multiplicities and number of events for events with nRP>=0, nRP>=1, ... , and nRP>=8
Bool_t GetUseQvectorTerms() const
AliFlowCommonHistResults * GetCommonHistsResults4th() const
TH1D * fIntFlowCorrelationsEBE
fSM[p][k] = (sum_{i=1}^{M} w_{i}^{k})^{p+1}
void SetUseQvectorTerms(Bool_t const uqvt)
void SetFlowQCIntCumHist(TH1D *const TP, Int_t const eg, Int_t const k)
Bool_t fPrintFinalResults[4]
analysis label (all histograms and output file will have this label)
const Color_t cc[]
Definition: DrawKs.C:1
TProfile * fDiffFlowCorrectionTermsForNUAPro[2][2][2][10]
[0=RP,1=POI][0=pt,1=eta] [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>] x
TH2D * fBootstrapCumulantsVsM[4]
x-axis => QC{2}, QC{4}, QC{6}, QC{8}; y-axis => subsample #
TH1D * fFlowQCIntCorHist[fFlowNHarm][3]
static const Int_t fCRCMaxnRun
TH2F * GetZNvsMul() const
Bool_t GetFillProfilesVsMUsingWeights() const
virtual void BookEverythingForDistributions()
Bool_t GetUsePtWeights() const
TH1D * GetDiffFlowCovariances(Int_t i, Int_t j, Int_t k) const
TList * fDiffFlowResults
list to hold all profiles relevant for differential flow
TProfile * GetBootstrapFlags() const
void SetNvsCenCut(TH1D *const n, Int_t c, Int_t h)
virtual void CrossCheckDiffFlowCorrelations(TString type, TString ptOrEta)
TList * fDiffFlowCorrectionsHistList[2][2]
list to hold histograms with sum of products of event weights [0=RP,1=POI][0=pt,1=eta] ...
TProfile * GetCRCZDCQVecAHist(Int_t const r, Int_t const c) const
void SetFlowSPZDCv1Pro(TProfile *const TP, Int_t const r)
Bool_t GetUsePhiEtaCuts() const
Bool_t GetInvertZDC() const
TH1D * GetIntFlowQcumulants() const
virtual void WriteHistograms(TString outputFileName)
TProfile * fFlowSPVZNUAPro[fCRCMaxnCen][fFlowNHarm][5][4]
correlation profile, [CRCBin][eg]
TProfile * fIntFlowProductOfCorrelationsPro
when particle weights are used some extra correlations appear
TH1D * fCRC2QIm[3][fCRCnHar]
real part [0=pos,1=neg][0=back,1=forw][m]
TH2F * fhZNResvsMul[fCRCMaxnCen][2]
rad vs mul
static const Int_t fCRCnEtaGap
TH2D * GetMixedHarmonicProductOfEventWeights() const
void SetIntFlowSumOfProductOfEventWeightsNUA(TH1D *const ifsopoewNUA)
TH1D * fPOIPtDiffQImEG[2][fQVecPower][fFlowNHarmMax]
real part [0=pos,1=neg][0=back,1=forw][m]
double Double_t
Definition: External.C:58
TProfile * fControlHistogramsFlags
virtual void FillCommonHistResultsDiffFlow(TString type)
static const Int_t fkNRbRIntFlow
virtual void ResetEventByEventQuantities()
TProfile * GetMixedHarmonicsFlags() const
Definition: External.C:260
TH2F * fhZNResvsCen[fCRCMaxnCen][2]
res vs mul
Bool_t GetCalculateFlowQC() const
void SetIntFlowCorrectionTermsForNUAPro(TProfile *const ifctfnp, Int_t const sc)
void SetFlowQCIntCorHist(TH1D *const TP, Int_t const eg, Int_t const k)
void SetUseTrackWeights(Bool_t const uTrackW)
TH1D * fIntFlowSumOfProductOfEventWeights
sum of linear and quadratic event weights for <2>, <4>, <6> and <8>: [0=linear 1,1=quadratic] ...
TH1D * fIntFlowQcumulantsVsM[4]
final results for integrated Q-cumulants QC{2}, QC{4}, QC{6} and QC{8}
TProfile * fFlowQCCorProPhi[fCRCMaxnCen][fFlowNHarm][fFlowQCNPro]
virtual void CalculateCRCPtCorr()
void SetDiffFlowFlags(TProfile *const diffFlowFlags)
TProfile2D * fReRPQ2dEBE[3][4][9]
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index]
TList * fDiffFlowCovariancesHistList[2][2]
list to hold histograms with correction term for NUA for differential flow [0=RP,1=POI][0=pt,1=eta]
void SetFlowSCv2vsZNv1PtHist(TH1D *const TP, Int_t const c, Int_t const pt, Int_t const eg)
static const Int_t fFlowNNUA
TH2D * fZDCQHist2
Run-by-run ZDCQvecHist.
TProfile * GetCRCZDCQVecCHist(Int_t const r, Int_t const c) const
virtual void FinalizeFlowSPVZ()
static const Int_t fCRCQVecnCR
NUA terms final histo.
TH1D * GetDistributions(Int_t i) const
TH1D * fCMEMult[4][fCRCnHar]
imaginary part [0=pos,1=neg][0=back,1=forw][m]
void SetCMEZDCList(TList *const TL)
virtual void GetPointersForMixedHarmonicsHistograms()
void SetCalculateAllCorrelationsVsM(Bool_t const cacvm)
TH1D * GetDiffFlowCorrectionTermsForNUAHist(Int_t i, Int_t j, Int_t k, Int_t l) const
TProfile * f5pCorrelations
profile to hold all 4-particle correlations
virtual void StoreIntFlowFlags()
TH1D * GetFlowSPZDCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const
void SetDataSet(DataSet set)
Definition: External.C:236
TH1D * f4pCumulants
histogram to hold all 3-particle cumulants
void SetEvaluateNestedLoops(TProfile *const enl)
TProfile * fFlowQCCorCovPro[fCRCMaxnCen][fFlowNHarm][fFlowQCNCov]
final NUA terms
void SetVtxHist(TH2F *const TH, Int_t const c)
void SetCRCCumHist(TH1D *const TH, Int_t const c, Int_t const eg, Int_t const h)
virtual void GetPointersForCRCZDC()
void SetZNCenvsMul(TH2F *const n, Int_t const eg, Int_t const h)
TH1D * fPOIPhiDiffQRe[fQVecPower][fFlowNHarmMax]
void SetCRCVZCorrProdTempHist(TH1D *const TH, Int_t const c, Int_t const eg, Int_t const h)
TH2F * GetZNvsTCen(Int_t const h) const
TH2D * fEBEFlowRChiSqHist[2]
mult. binned azim. dis.
TH1D * GetDiffFlowSumOfProductOfEventWeights(Int_t i, Int_t j, Int_t k, Int_t l) const
TList * fDiffFlowDetectorBiasHistList[2][2]
list to hold histograms with all cumulants for differential flow [0=RP,1=POI][0=pt,1=eta]
TH1D * GetFlowSPZDCv1etaHist(Int_t const c, Int_t const r) const
TH1D * fCMEZDCDistHist[fCMEnEtaBin][fCRCMaxnCen][fCMEZDCnDist]
correlation function histo, [CRCBin][eg]
Bool_t fStoreDistributions
profile to hold all flags for distributions of correlations
void SetCRCZDCList(TList *const CRCL)
TH1D * GetCRCVZCFunHist(Int_t const eg, Int_t const h) const
Bool_t GetPropagateErrorAlsoFromNIT() const
TProfile * GetFlowSPVZCorPro(Int_t const c, Int_t const eg, Int_t const h) const
void SetUseBootstrap(Bool_t const ub)
void SetCRCSumWeigHist(TH1D *const TH, Int_t const r, Int_t const c, Int_t const eg, Int_t const h)
CorrelationWeights GetCorrWeightZDC() const
TProfile * GetOtherDiffCorrelators(Int_t i, Int_t j, Int_t k, Int_t l) const
Double_t GetMaxValueOfQvectorTerms(Int_t qvti) const
TH1D * GetCMEZDCDistHist(Int_t const eg, Int_t const h, Int_t const k) const
TList * fIntFlowResults
list to hold all profiles relevant for integrated flow
virtual void CalculateIntFlowCorrectionsForNUASinTerms()
void SetCorrWeightVZ(CorrelationWeights weights)
TH1D * fFlowSCv2vsZNv1FinalHist[fSCv2vsZNHarm][3]
TH1D * GetIntFlowCovariancesNUA() const
TProfile2D * fFlowSCAvPtvsZN
Double_t GetMinValueOfQvectorTerms(Int_t qvti) const
void SetFlowSCv2vsZNv1PtFinalHist(TH1D *const TP, Int_t const c, Int_t const pt, Int_t const eg)
TH1D * GetDiffFlow(Int_t i, Int_t j, Int_t k) const
TProfile * GetFlowQCIntCorHOPro(Int_t const c, Int_t const eg) const
void SetCRC2NUAHist(TH1D *const TP, Int_t const h, Int_t const c, Int_t const e)
void SetFlowQCCorHist(TH1D *const TH, Int_t const c, Int_t const eg, Int_t const h)
TH2D * fCRCZDCCovHist[2][fCRCZDCnEtaBin][fCRCMaxnCen]
correlation function histo, [CRCBin][eg]
void SetRecenterZDC(Bool_t const cCRC)
TProfile * GetCRCCorrPro(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const
TH1D * fCRC2CorHist[fCRCMaxnCen][fkNCorCRC2][2]
NUA terms profile, [CRCBin][eg].
Bool_t GetEvaluateDiffFlowNestedLoops() const
virtual void EvaluateMixedHarmonicsWithNestedLoops(AliFlowEventSimple *const anEvent)
Definition: External.C:244
void SetBookOnlyBasicCCH(Bool_t const bobcch)
TProfile * GetCRCZDCCorrProd2p2pHist(Int_t const r, Int_t const c, Int_t const eg, Int_t const h) const
TH1D * GetCRCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const
TH2F * GetZNCvsZNA(Int_t const h) const
TProfile * fOtherDiffCorrelators[2][2][2][1]
list to hold profiles with other differential correlators
void SetCalculateFlowVZ(Bool_t const cCRC)
TProfile * GetControlHistogramsFlags() const
void SetCrossCheckInPtBinNo(Int_t const crossCheckInPtBinNo)
virtual void CalculateDiffFlowCovariances(TString type, TString ptOrEta)
AliFlowCommonHist * GetCommonHists2nd() const
void SetCMETPCSCPro(TProfile *const TP, Int_t const c, Int_t const h)
TProfile2D * fFlowQCIntCorProTest[fFlowNHarm][3]
void Set3pCumulants(TH1D *const p3pC)
TH1F * GetPhiWeights() const
void SetDiffFlowCorrelationsPro(TProfile *const diffFlowCorrelationsPro, Int_t const i, Int_t const j, Int_t const k)
void SetCRCQVecListRun(TList *const CRCL, Int_t r)
void SetApplyCorrectionForNUA(Bool_t const applyCorrectionForNUA)
virtual void FillControlHistograms(AliFlowEventSimple *anEvent)
void SetUsePhiEtaWeights(Bool_t const uPhiEtaW)
virtual void StoreFlagsForDistributions()
Double_t fNumberOfRPsEBE
[0=sin terms,1=cos terms], NUA = non-uniform acceptance
TH1D * fPtWeightsHist[10]
Centrality weights.
static const Int_t fZDCESEnPol
void SetFlowQCIntCorProEG(TProfile *const TP, Int_t const eg)
void SetPrintFinalResults(Bool_t const printOrNot, Int_t const i)
TH1D * f2pCumulants
profile to hold all 8-particle correlations
TH1D * fPOIPhiDiffQIm[fQVecPower][fFlowNHarmMax]
real part [0=pos,1=neg][0=back,1=forw][m]
TH1D * fDiffFlowSumOfEventWeights[2][2][2][4]
[0=RP,1=POI][0=pt,1=eta][0=v'{2},1=v'{4},2=v'{6},3=v'{8}]
Int_t GetnBinsMult() const
void SetFlowQCCorCovHist(TH1D *const TP, Int_t const c, Int_t const eg, Int_t const h)
void SetCRCQVecWeightsList(TList *const wlist)
virtual void InitializeArraysForDiffFlow()
void SetPhiWeights(TH1F *const histPhiWeights)
virtual void CalculateDiffFlowCumulants(TString type, TString ptOrEta)
void SetZDCESEList(TList *const kList)
void SetOtherDiffCorrelators(TProfile *const odc, Int_t const i, Int_t const j, Int_t const k, Int_t const l)
void SetUseZDCESEMulWeights(Bool_t const uPhiEtaW)
AliFlowCommonHistResults * GetCommonHistsResults8th() const
TProfile * fCMETPCSCPro[fCMETPCnSC][2]
<<2'>>, [CRCBin][eg]
TH2D * GetCorrelationNoRPsVsNoPOIs() const
void SetIntFlowDirectCorrelations(TProfile *const ifdc)
TProfile * fCRCZDCQVecRes[fCRCMaxnRun][8]
ZN event planes.
TProfile * GetCRCQnImHist(Int_t const r, Int_t const h) const
Bool_t fBookOnlyBasicCCH
base list to hold all output object
Bool_t GetPrintFinalResults(Int_t i) const
TH2D * GetBootstrapCumulantsVsM(Int_t qvti) const
TH1D * fFlowQCIntCorHOHist[fFlowNHarmHighOrd][fFlowQCHONHist]
TProfile2D * fMixedHarmonicProductOfCorrelations
sum of products of event weights for mixed harmonics
virtual void BookEverythingForCRCPt()
TList * fCRCList
index => QC{2}, QC{4}, QC{6}, QC{8}; x-axis => multiplicity; y-axis => subsample # ...
void SetZNCenDis(TH3F *const n, Int_t const h)
TH2F * GetZDCESEMultWeightsHist(Int_t h) const
void SetUseZDC(Bool_t const cCRC)
void SetUseParticleWeights(TProfile *const uPW)
Int_t GetCRCPtnCen() const
void SetCRC2CovHist(TH1D *const TP, Int_t const r, Int_t const h, Int_t const c)
Bool_t GetUseBootstrap() const
void SetInvertZDC(Bool_t const cCRC)
TProfile * fFlowSPZDCCorPro[fCRCMaxnCen][fFlowNHarmZDC][fFlowNPro]
virtual void CalculateDiffFlowCorrelations(TString type, TString ptOrEta)
virtual void CalculateReferenceFlow()
AliFlowAnalysisCRC(const char *name="AliFlowAnalysisCRC", Int_t nCen=7, Double_t CenWidth=10.)
TProfile * fCRCZDCQVecCov[fCRCMaxnRun][fCRCQVecnCov]
TH1D * fIntFlowCovariancesNUA
sum of products of event weights for correlations <2>, <4>, <6> and <8> vs M
void SetFlowQCHOList(TList *const TL)
TH1D * fFlowQCIntCorHistEG[fFlowNHarm]
TH2D * GetCorrelationNoRPsVsRefMult() const
TList * fCRCQVecWeightsList
Q Vectors list per run.
TList * fCRCVZRunsList[fCRCMaxnRun]
virtual void InitializeArraysForVarious()
TProfile * fFlowQCIntCorNUAPro[fFlowNHarm][6]
void SetMinMulZN(Int_t weights)
void SetCRC2List(TList *const CRCL)
virtual void BookEverythingForIntegratedFlow()
TProfile * GetFlowQCIntCorNUAPro(Int_t const eg, Int_t const h) const
TH1D * GetIntFlowRebinnedInM() const
TH1D * fCRCZDCMult[4][fCRCnHar]
imaginary part [0=pos,1=neg][0=back,1=forw][m]
TProfile * GetIntFlowCorrelationsPro() const
TProfile * fZDCQHist[8]
Run-by-run TPCQvecHist.
TProfile * GetUseParticleWeights() const
virtual void GetPointersForControlHistograms()
void SetDiffFlowSumOfProductOfEventWeights(TH1D *const dfsopoew, Int_t const i, Int_t const j, Int_t const k, Int_t const l)
Bool_t GetUsePhiWeights() const
TH1D * fIntFlowSumOfProductOfEventWeightsVsM[6]
sum of linear and quadratic event weights for <2>, <4>, <6> and <8> versum multiplicity ...
TH1D * GetCRCVZCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const
void SetDiffFlow(TH1D *const diffFlow, Int_t const i, Int_t const j, Int_t const k)
Int_t fnBinsForCorrelations
[0=distribution of <2>,1=distribution of <4>,2=distribution of <6>,3=distribution of <8>] ...
TProfile * GetFlowSPZDCv1Pro(Int_t const r) const
TProfile * fIntFlowCorrelationsAllVsMPro[64]
average all correlations for integrated flow (with wrong errors!)
void SetCMETPCSCHist(TH1D *const TH, Int_t const c, Int_t const h)
void SetCRCVZCorrProd2p2pHist(TProfile *const TH, Int_t const r, Int_t const c, Int_t const eg, Int_t const h)
void SetFlowQCRefCorHist(TH1D *const TP, Int_t const eg, Int_t const k)
AliFlowCommonHist * fCommonHists6th
common control histograms (taking into account only the events with 4 and more particles) ...
void SetUsePhiWeights(Bool_t const uPhiW)
void SetCMETPCCorPro(TProfile *const TP, Int_t const c, Int_t const h)
static const Int_t fkFlowQCnVtx
QC List.
TH2F * fhCenvsSpec[fZDCESEnCl+1]
cen vs mul
CorrelationWeights fCorrWeightTPC
TH1D * fCRCNUATermsHist[fCRCnNUA][fCRCnEtaGap][fCRCMaxnCen]
correlation function histo, [CRCBin][eg]
static const Int_t fFlowQCHONHist
TH2D * Get2DDiffFlowCumulants(Int_t i, Int_t j) const
virtual void InitializeArraysForBootstrap()
TProfile * fIntFlowDirectCorrectionTermsForNUA[2]
when particle weights are used some extra correlations appear
TH1D * fIntFlowCorrectionTermsForNUAHist[2]
final results for all average correlations (with correct errors!)