AliPhysics  19b3b9d (19b3b9d)
 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 #include <complex>
33 #include <cmath>
34 
35 class TObjArray;
36 class TList;
37 class TFile;
38 class TGraph;
39 class TH1;
40 class TH3;
41 class TProfile;
42 class TProfile2D;
43 class TProfile3D;
44 class TDirectoryFile;
45 class TRandom3;
46 class TNtuple;
47 class THnSparse;
48 
49 class AliFlowEventSimple;
50 class AliFlowTrackSimple;
52 class AliFlowCommonHist;
54 class AliFlowVector;
55 
56 //==============================================================================================================
57 
58 class AliFlowAnalysisCRC : public TNamed {
59 public:
60  AliFlowAnalysisCRC(const char* name="AliFlowAnalysisCRC",
61  Int_t nCen=7,
62  Double_t CenWidth=10.);
63  virtual ~AliFlowAnalysisCRC();
64 
67  };
68 
69  enum DataSet { k2010,
75  };
76 
78  kHigh, // >0.9
79  kLow, // <0.6
80  kPos, // mag.field pol.+
81  kNeg, // mag.field pol.-
83  };
84 
85  enum SelectCharge {
89  };
90 
100  };
101 
102  // 0.) methods called in the constructor:
103  virtual void InitializeArraysForIntFlow();
104  virtual void InitializeArraysForDiffFlow();
105  virtual void InitializeArraysForDistributions();
106  virtual void InitializeArraysForVarious();
107  virtual void InitializeArraysForParticleWeights();
108  virtual void InitializeArraysForNestedLoops();
109  virtual void InitializeArraysForMixedHarmonics();
111  virtual void InitializeArraysForBootstrap();
112  virtual void InitializeCostantsForCRC();
113  virtual void InitializeArraysForCRC();
114  virtual void InitializeArraysForCRCVZ();
115  virtual void InitializeArraysForCRCZDC();
116  virtual void InitializeArraysForCRCPt();
117  virtual void InitializeArraysForCME();
118  virtual void InitializeArraysForCRC2();
119  virtual void InitializeArraysForFlowEbE();
120  virtual void InitializeArraysForFlowQC();
122  virtual void InitializeArraysForFlowGF();
123  virtual void InitializeArraysForFlowSPZDC();
124  virtual void InitializeArraysForFlowSPVZ();
125  virtual void InitializeArraysForEbEFlow();
126 
127  // 1.) method Init() and methods called within Init():
128  virtual void Init();
129  virtual void InitializeArraysForQVec();
130  virtual void CrossCheckSettings();
131  virtual void CommonConstants(TString method);
132  virtual void BookAndNestAllLists();
134  virtual void BookCommonHistograms();
135  virtual void BookAndFillWeightsHistograms();
136  virtual void BookEverythingForIntegratedFlow();
137  virtual void BookEverythingForDifferentialFlow();
139  virtual void BookEverythingForDistributions();
140  virtual void BookEverythingForVarious();
141  virtual void BookEverythingForNestedLoops();
142  virtual void BookEverythingForMixedHarmonics();
143  virtual void BookEverythingForControlHistograms();
144  virtual void BookEverythingForBootstrap();
145  virtual void SetRunList();
146  virtual void BookEverythingForCRC();
147  virtual void BookEverythingForCRCVZ();
148  virtual void BookEverythingForCRCZDC();
149  virtual void BookEverythingForCRCPt();
150  virtual void BookEverythingForQVec();
151  virtual void BookEverythingForCME();
152  virtual void BookEverythingForCRC2();
153  virtual void BookEverythingForFlowEbE();
154  virtual void BookEverythingForFlowQC();
155  virtual void BookEverythingForFlowQCHighOrders();
156  virtual void BookEverythingForFlowGF();
157  virtual void BookEverythingForFlowSPZDC();
158  virtual void BookEverythingForFlowSPVZ();
159  virtual void BookEverythingForEbEFlow();
160  virtual void StoreIntFlowFlags();
161  virtual void StoreDiffFlowFlags();
162  virtual void StoreFlagsForDistributions();
163  virtual void StoreHarmonic();
164  virtual void StoreMixedHarmonicsFlags();
165  virtual void StoreControlHistogramsFlags();
166  virtual void StoreBootstrapFlags();
167  virtual void StoreCRCFlags();
168  virtual void SetCentralityWeights();
169 
170  // 2.) method Make() and methods called within Make():
171  virtual void Make(AliFlowEventSimple *anEvent);
172  // 2a.) Common:
173  virtual void CheckPointersUsedInMake();
174  virtual void FillAverageMultiplicities(Int_t nRP);
175  virtual void FillCommonControlHistograms(AliFlowEventSimple *anEvent);
176  virtual void FillControlHistograms(AliFlowEventSimple *anEvent);
177  virtual void ResetEventByEventQuantities();
178  // 2b.) Reference flow:
179  virtual void CalculateIntFlowCorrelations();
182  virtual void CalculateIntFlowSumOfEventWeights();
191  virtual void CalculateMixedHarmonics();
192  virtual std::complex<double> ucN(const Int_t n, const TArrayI& h);
193  virtual std::complex<double> ucN2(const Int_t n, TArrayI& h, TArrayI& cnt);
194  // 2c.) Cross-checking reference flow correlations with nested loops:
195  virtual void EvaluateIntFlowNestedLoops(AliFlowEventSimple* const anEvent);
200  virtual void EvaluateMixedHarmonicsWithNestedLoops(AliFlowEventSimple* const anEvent);
201  // 2d.) Differential flow:
202  virtual void CalculateDiffFlowCorrelations(TString type, TString ptOrEta); // type = RP or POI
203  virtual void CalculateDiffFlowCorrelationsUsingParticleWeights(TString type, TString ptOrEta); // type = RP or POI
204  virtual void CalculateDiffFlowProductOfCorrelations(TString type, TString ptOrEta); // type = RP or POI
205  virtual void CalculateDiffFlowSumOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
206  virtual void CalculateDiffFlowSumOfProductOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
207  virtual void CalculateDiffFlowCorrectionsForNUACosTerms(TString type, TString ptOrEta);
209  virtual void CalculateDiffFlowCorrectionsForNUASinTerms(TString type, TString ptOrEta);
211  // 2e.) 2D differential flow:
212  virtual void Calculate2DDiffFlowCorrelations(TString type); // type = RP or POI
213  // 2f.) Other differential correlators (i.e. Teaney-Yan correlator):
214  virtual void CalculateOtherDiffCorrelators(TString type, TString ptOrEta); // type = RP or POI
215  // 2g.) Distributions of reference flow correlations:
216  virtual void StoreDistributionsOfCorrelations();
217  // 2h.) Cross-checking differential flow correlations with nested loops:
218  virtual void EvaluateDiffFlowNestedLoops(AliFlowEventSimple* const anEvent);
219  virtual void EvaluateDiffFlowCorrelationsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
223  virtual void EvaluateOtherDiffCorrelatorsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
224  // 2i.) Charge-Rapidity Correlations
225  virtual void RecenterCRCQVec();
226  virtual void RecenterCRCQVecZDC();
227  virtual void RecenterCRCQVecVZERO();
228  virtual void PassQAZDCCuts();
229  virtual Bool_t PassCutZDCQVecDis(Double_t ZCRe, Double_t ZCIm, Double_t ZARe, Double_t ZAIm);
230  virtual Bool_t MultCut2015o();
231  virtual void CalculateCRCCorr();
232  virtual void CalculateCRCVZERO();
233  virtual void CalculateCRCZDC();
234  virtual void CalculateCRCPtCorr();
235  virtual void CalculateCRCQVec();
236  virtual void CalculateVZvsZDC();
237  virtual void CalculateCMETPC();
238  virtual void CalculateCMEZDC();
239  virtual void CalculateCRC2Cor();
240  virtual void CalculateFlowQC();
241  virtual void CalculateFlowQCHighOrders();
242  virtual void CalculateFlowGF();
243  virtual void CalculateFlowSCZDC();
244  virtual void CalculateFlowSPZDC(Double_t ZCRe, Double_t ZCIm, Double_t ZARe, Double_t ZAIm, Double_t dPhi, Double_t dEta, Double_t dPt, Double_t wPhiEta, Double_t dCharge, Int_t dCnt);
245  virtual void CalculateFlowSPVZ();
246  virtual void FitEbEFlow();
247  // 2h.) Various
248  virtual void FillVarious();
249 
250  // 3.) method Finish() and methods called within Finish():
251  virtual void Finish();
252  virtual void CheckPointersUsedInFinish();
253  // 3a.) integrated flow:
254  virtual void FinalizeCorrelationsIntFlow();
256  virtual void CalculateCovariancesIntFlow();
257  virtual void CalculateCovariancesNUAIntFlow();
258  virtual void CalculateCumulantsIntFlow();
259  virtual void CalculateReferenceFlow();
260  virtual void FillCommonHistResultsIntFlow();
261  // nua:
263  virtual void PrintFinalResultsForIntegratedFlow(TString type);
264  virtual void CrossCheckIntFlowCorrelations();
265  virtual void CrossCheckIntFlowExtraCorrelations(); // extra correlations which appear only when particle weights are used
267  // 3b.) differential flow:
268  virtual void FinalizeReducedCorrelations(TString type, TString ptOrEta);
269  virtual void CalculateDiffFlowCovariances(TString type, TString ptOrEta);
270  virtual void CalculateDiffFlowCumulants(TString type, TString ptOrEta);
271  virtual void CalculateDiffFlow(TString type, TString ptOrEta);
272  virtual void FinalizeCorrectionTermsForNUADiffFlow(TString type, TString ptOrEta);
273  virtual void CalculateDiffFlowCumulantsCorrectedForNUA(TString type, TString ptOrEta);
274  virtual void CalculateDiffFlowCorrectedForNUA(TString type, TString ptOrEta);
275  virtual void CalculateFinalResultsForRPandPOIIntegratedFlow(TString type); // to be improved (add also possibility to integrate over eta yield)
276  virtual void FillCommonHistResultsDiffFlow(TString type);
277  virtual void CrossCheckDiffFlowCorrelations(TString type, TString ptOrEta);
279  virtual void CrossCheckDiffFlowCorrectionTermsForNUA(TString type, TString ptOrEta);
280  // 3c.) 2D:
281  virtual void Calculate2DDiffFlowCumulants(TString type);
282  virtual void Calculate2DDiffFlow(TString type);
283  // 3d.) Other differential correlators:
284  virtual void CrossCheckOtherDiffCorrelators(TString type, TString ptOrEta);
285  // 3e.) Mixed harmonics:
286  virtual void CalculateCumulantsMixedHarmonics();
287  // 3f.) Bootstrap:
288  virtual void CalculateCumulantsForBootstrap();
289  // 3g.) CRC:
290  virtual void FinalizeCRCCorr();
291  virtual void FinalizeCRCVZERO();
292  virtual void FinalizeCRCZDC();
293  virtual void FinalizeCRCPtCorr();
294  virtual void FinalizeCMETPC();
295  virtual void FinalizeCMEZDC();
296  virtual void FinalizeCRC2Cor();
297  virtual void FinalizeFlowQC();
298  virtual void FinalizeFlowQCHighOrders();
299  virtual void FinalizeFlowGF();
300  virtual void FinalizeFlowSPZDC();
301  virtual void FinalizeFlowSPVZ();
302  virtual Bool_t CheckRunFullTPCFlow(Int_t RunNum);
303  // 3h.) Various:
304  virtual void FinalizeVarious();
305  virtual Double_t GetDPhiStar(Float_t phi1, Float_t pt1, Float_t charge1, Float_t phi2, Float_t pt2, Float_t charge2, Float_t radius, Float_t bSign);
307 
308  // 4.) method GetOutputHistograms() and methods called within GetOutputHistograms():
309  virtual void GetOutputHistograms(TList *outputListHistos);
310  virtual void GetPointersForCommonHistograms();
312  virtual void GetPointersForIntFlowHistograms();
313  virtual void GetPointersForDiffFlowHistograms();
314  virtual void GetPointersFor2DDiffFlowHistograms();
315  virtual void GetPointersForOtherDiffCorrelators();
318  virtual void GetPointersForControlHistograms();
319  virtual void GetPointersForBootstrap();
320  virtual void GetPointersForCRC();
321  virtual void GetPointersForCRCVZ();
322  virtual void GetPointersForCRCZDC();
323  virtual void GetPointersForCRC2();
324  virtual void GetPointersForCRCPt();
325  virtual void GetPointersForQVec();
326  virtual void GetPointersForCME();
327  virtual void GetPointersForFlowQC();
328  virtual void GetPointersForFlowQCHighOrders();
329  virtual void GetPointersForFlowGF();
330  virtual void GetPointersForFlowSPZDC();
331  virtual void GetPointersForFlowSPVZ();
332  virtual void GetPointersForEbEFlow();
333  virtual void GetPointersForVarious();
334 
335  // 5.) other methods:
336  TProfile* MakePtProjection(TProfile2D *profilePtEta) const;
337  TProfile* MakeEtaProjection(TProfile2D *profilePtEta) const;
338  virtual void WriteHistograms(TString outputFileName);
339  virtual void WriteHistograms(TDirectoryFile *outputFileName);
340  virtual Int_t GetCRCBin(Int_t c, Int_t y, Int_t c2, Int_t y2);
341  virtual Int_t GetCRCVZBin(Int_t c, Int_t c2);
342  virtual Int_t GetCRCQVecBin(Int_t c, Int_t y);
343  virtual Int_t GetCRCRunBin(Int_t RunNum);
344  virtual Int_t GetCRCCenBin(Double_t Centrality);
345  virtual Int_t GetWideCenBin(Double_t Centrality);
346  virtual Double_t GetSumPro(TProfile *pro, Int_t bin);
347 
348  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);
349 
350  // **** SETTERS and GETTERS ****
351 
352  // 0.) base:
353  void SetHistList(TList* const hlist) {this->fHistList = hlist;}
354  TList* GetHistList() const {return this->fHistList;}
355 
356  // 1.) common:
357  void SetBookOnlyBasicCCH(Bool_t const bobcch) {this->fBookOnlyBasicCCH = bobcch;};
359  void SetCommonHists(AliFlowCommonHist* const ch) {this->fCommonHists = ch;};
361  void SetCommonHists2nd(AliFlowCommonHist* const ch2nd) {this->fCommonHists2nd = ch2nd;};
363  void SetCommonHists4th(AliFlowCommonHist* const ch4th) {this->fCommonHists4th = ch4th;};
365  void SetCommonHists6th(AliFlowCommonHist* const ch6th) {this->fCommonHists6th = ch6th;};
367  void SetCommonHists8th(AliFlowCommonHist* const ch8th) {this->fCommonHists8th = ch8th;};
377  void SetCommonConstants(TProfile* const cc) {this->fCommonConstants = cc;};
378  TProfile* GetCommonConstants() const {return this->fCommonConstants;};
381  void SetHarmonic(Int_t const harmonic) {this->fHarmonic = harmonic;};
382  Int_t GetHarmonic() const {return this->fHarmonic;};
383  void SetAnalysisLabel(const char *aLabel) {this->fAnalysisLabel->Append(*aLabel);}; // to be improved (Append(*aLabel) changed into Append(aLabel))
384  TString *GetAnalysisLabel() const {return this->fAnalysisLabel;};
385  void SetPrintFinalResults(Bool_t const printOrNot, Int_t const i) {this->fPrintFinalResults[i] = printOrNot;};
387 
388  // 2a.) particle weights:
389  void SetWeightsList(TList* const wlist) {this->fWeightsList = wlist;}
390  TList* GetWeightsList() const {return this->fWeightsList;}
391  void SetUsePhiWeights(Bool_t const uPhiW) {this->fUsePhiWeights = uPhiW;};
392  Bool_t GetUsePhiWeights() const {return this->fUsePhiWeights;};
393  void SetUsePtWeights(Bool_t const uPtW) {this->fUsePtWeights = uPtW;};
394  Bool_t GetUsePtWeights() const {return this->fUsePtWeights;};
395  void SetUseEtaWeights(Bool_t const uEtaW) {this->fUseEtaWeights = uEtaW;};
396  Bool_t GetUseEtaWeights() const {return this->fUseEtaWeights;};
397  void SetUseTrackWeights(Bool_t const uTrackW) {this->fUseTrackWeights = uTrackW;};
398  Bool_t GetUseTrackWeights() const {return this->fUseTrackWeights;};
399  void SetUsePhiEtaWeights(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeights = uPhiEtaW;};
401  void SetUsePhiEtaWeightsChDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsChDep = uPhiEtaW;};
403  void SetUsePhiEtaWeightsVtxDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsVtxDep = uPhiEtaW;};
405  void SetUsePhiEtaWeightsChPtDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsChPtDep = uPhiEtaW;};
407  void SetUsePhiEtaCuts(Bool_t const uPhiEtaW) {this->fUsePhiEtaCuts = uPhiEtaW;};
408  Bool_t GetUsePhiEtaCuts() const {return this->fUsePhiEtaCuts;};
409  void SetUseZDCESEMulWeights(Bool_t const uPhiEtaW) {this->fUseZDCESEMulWeights = uPhiEtaW;};
411  void SetUseZDCESESpecWeights(Bool_t const uPhiEtaW) {this->fUseZDCESESpecWeights = uPhiEtaW;};
413  void SetUseParticleWeights(TProfile* const uPW) {this->fUseParticleWeights = uPW;};
414  TProfile* GetUseParticleWeights() const {return this->fUseParticleWeights;};
415  void SetPhiWeights(TH1F* const histPhiWeights) {this->fPhiWeightsRPs = histPhiWeights;};
416  TH1F* GetPhiWeights() const {return this->fPhiWeightsRPs;};
417 
418  // 2b.) event weights:
419  void SetMultiplicityWeight(const char *multiplicityWeight) {*this->fMultiplicityWeight = multiplicityWeight;};
421 
422  // 3.) Reference flow:
423  // Flags:
424  void SetIntFlowFlags(TProfile* const intFlowFlags) {this->fIntFlowFlags = intFlowFlags;};
425  TProfile* GetIntFlowFlags() const {return this->fIntFlowFlags;};
426  void SetApplyCorrectionForNUA(Bool_t const applyCorrectionForNUA) {this->fApplyCorrectionForNUA = applyCorrectionForNUA;};
428  void SetApplyCorrectionForNUAVsM(Bool_t const applyCorrectionForNUAVsM) {this->fApplyCorrectionForNUAVsM = applyCorrectionForNUAVsM;};
430  void SetnBinsMult(Int_t const nbm) {this->fnBinsMult = nbm;};
431  Int_t GetnBinsMult() const {return this->fnBinsMult;};
432  void SetMinMult(Double_t const minm) {this->fMinMult = minm;};
433  Double_t GetMinMult() const {return this->fMinMult;};
434  void SetMaxMult(Double_t const maxm) {this->fMaxMult = maxm;};
435  Double_t GetMaxMult() const {return this->fMaxMult;};
436  void SetPropagateErrorAlsoFromNIT(Bool_t const peafNIT) {this->fPropagateErrorAlsoFromNIT = peafNIT;};
438  void SetCalculateCumulantsVsM(Bool_t const ccvm) {this->fCalculateCumulantsVsM = ccvm;};
446  void SetStoreVarious(Bool_t const spdfoe) {this->fStoreVarious = spdfoe;};
447  Bool_t GetStoreVarious() const {return this->fStoreVarious;};
448  void SetExactNoRPs(Int_t const enr) {this->fExactNoRPs = enr;};
449  Int_t GetExactNoRPs() const {return this->fExactNoRPs;};
450  void SetUse2DHistograms(Bool_t const u2dh){this->fUse2DHistograms = u2dh;if(u2dh){this->fStoreControlHistograms = kTRUE;}};
451  Bool_t GetUse2DHistograms() const {return this->fUse2DHistograms;};
454  void SetUseQvectorTerms(Bool_t const uqvt){this->fUseQvectorTerms = uqvt;if(uqvt){this->fStoreControlHistograms = kTRUE;}};
455  Bool_t GetUseQvectorTerms() const {return this->fUseQvectorTerms;};
456 
457  // Reference flow profiles:
458  void SetAvMultiplicity(TProfile* const avMultiplicity) {this->fAvMultiplicity = avMultiplicity;};
459  TProfile* GetAvMultiplicity() const {return this->fAvMultiplicity;};
460  void SetIntFlowCorrelationsPro(TProfile* const intFlowCorrelationsPro) {this->fIntFlowCorrelationsPro = intFlowCorrelationsPro;};
461  TProfile* GetIntFlowCorrelationsPro() const {return this->fIntFlowCorrelationsPro;};
462  void SetIntFlowSquaredCorrelationsPro(TProfile* const ifscp) {this->fIntFlowSquaredCorrelationsPro = ifscp;};
464  void SetIntFlowCorrelationsVsMPro(TProfile* const ifcvp, Int_t const ci) {this->fIntFlowCorrelationsVsMPro[ci] = ifcvp;};
465  TProfile* GetIntFlowCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowCorrelationsVsMPro[ci];};
466  void SetIntFlowSquaredCorrelationsVsMPro(TProfile* const ifscvp, Int_t const ci) {this->fIntFlowSquaredCorrelationsVsMPro[ci] = ifscvp;};
467  TProfile* GetIntFlowSquaredCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowSquaredCorrelationsVsMPro[ci];};
468  void SetIntFlowCorrelationsAllPro(TProfile* const intFlowCorrelationsAllPro) {this->fIntFlowCorrelationsAllPro = intFlowCorrelationsAllPro;};
469  TProfile* GetIntFlowCorrelationsAllPro() const {return this->fIntFlowCorrelationsAllPro;};
470  void SetIntFlowExtraCorrelationsPro(TProfile* const intFlowExtraCorrelationsPro) {this->fIntFlowExtraCorrelationsPro = intFlowExtraCorrelationsPro;};
472  void SetIntFlowProductOfCorrelationsPro(TProfile* const intFlowProductOfCorrelationsPro) {this->fIntFlowProductOfCorrelationsPro = intFlowProductOfCorrelationsPro;};
474  void SetIntFlowProductOfCorrelationsVsMPro(TProfile* const ifpocvm, Int_t const pi) {this->fIntFlowProductOfCorrelationsVsMPro[pi] = ifpocvm;};
476  void SetIntFlowProductOfCorrectionTermsForNUAPro(TProfile* const ifpoctfNUA) {this->fIntFlowProductOfCorrectionTermsForNUAPro = ifpoctfNUA;};
478  void SetIntFlowCorrectionTermsForNUAPro(TProfile* const ifctfnp, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAPro[sc] = ifctfnp;};
480  void SetIntFlowCorrectionTermsForNUAVsMPro(TProfile* const ifctfnpvm, Int_t const sc, Int_t const ci) {this->fIntFlowCorrectionTermsForNUAVsMPro[sc][ci] = ifctfnpvm;};
482  // integrated flow histograms holding all results:
483  void SetIntFlowCorrelationsHist(TH1D* const intFlowCorrelationsHist) {this->fIntFlowCorrelationsHist = intFlowCorrelationsHist;};
485  void SetIntFlowCorrelationsVsMHist(TH1D* const ifcvmh, Int_t const ci) {this->fIntFlowCorrelationsVsMHist[ci] = ifcvmh;};
487  void SetIntFlowCorrelationsAllHist(TH1D* const intFlowCorrelationsAllHist) {this->fIntFlowCorrelationsAllHist = intFlowCorrelationsAllHist;};
489  void SetIntFlowCorrectionTermsForNUAHist(TH1D* const ifctfnh, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAHist[sc] = ifctfnh;};
491  void SetIntFlowCovariances(TH1D* const intFlowCovariances) {this->fIntFlowCovariances = intFlowCovariances;};
493  void SetIntFlowSumOfEventWeights(TH1D* const intFlowSumOfEventWeights, Int_t const power) {this->fIntFlowSumOfEventWeights[power] = intFlowSumOfEventWeights;};
494  TH1D* GetIntFlowSumOfEventWeights(Int_t power) const {return this->fIntFlowSumOfEventWeights[power];};
495  void SetIntFlowSumOfProductOfEventWeights(TH1D* const intFlowSumOfProductOfEventWeights) {this->fIntFlowSumOfProductOfEventWeights = intFlowSumOfProductOfEventWeights;};
497  void SetIntFlowCovariancesVsM(TH1D* const ifcvm, Int_t ci) {this->fIntFlowCovariancesVsM[ci] = ifcvm;};
499  void SetIntFlowSumOfEventWeightsVsM(TH1D* const ifsoewvm, Int_t si, Int_t lc) {this->fIntFlowSumOfEventWeightsVsM[si][lc] = ifsoewvm;};
503  void SetIntFlowCovariancesNUA(TH1D* const intFlowCovariancesNUA) {this->fIntFlowCovariancesNUA = intFlowCovariancesNUA;};
505  void SetIntFlowSumOfEventWeightsNUA(TH1D* const ifsoewNUA, Int_t const sc, Int_t const power) {this->fIntFlowSumOfEventWeightsNUA[sc][power] = ifsoewNUA;};
506  TH1D* GetIntFlowSumOfEventWeightsNUA(Int_t sc, Int_t power) const {return this->fIntFlowSumOfEventWeightsNUA[sc][power];};
509  void SetIntFlowQcumulants(TH1D* const intFlowQcumulants) {this->fIntFlowQcumulants = intFlowQcumulants;};
510  TH1D* GetIntFlowQcumulants() const {return this->fIntFlowQcumulants;};
511  void SetIntFlowQcumulantsVsM(TH1D* const intFlowQcumulantsVsM, Int_t co) {this->fIntFlowQcumulantsVsM[co] = intFlowQcumulantsVsM;};
512  TH1D* GetIntFlowQcumulantsVsM(Int_t co) const {return this->fIntFlowQcumulantsVsM[co];};
513  void SetIntFlowQcumulantsRebinnedInM(TH1D* const ifqcrim) {this->fIntFlowQcumulantsRebinnedInM = ifqcrim;};
517  void SetIntFlow(TH1D* const intFlow) {this->fIntFlow = intFlow;};
518  TH1D* GetIntFlow() const {return this->fIntFlow;};
519  void SetIntFlowVsM(TH1D* const intFlowVsM, Int_t co) {this->fIntFlowVsM[co] = intFlowVsM;};
520  TH1D* GetIntFlowVsM(Int_t co) const {return this->fIntFlowVsM[co];};
521  void SetIntFlowRebinnedInM(TH1D* const ifrim) {this->fIntFlowRebinnedInM = ifrim;};
523  void SetIntFlowDetectorBias(TH1D* const ifdb) {this->fIntFlowDetectorBias = ifdb;};
525  void SetIntFlowDetectorBiasVsM(TH1D* const ifdbvm, Int_t ci) {this->fIntFlowDetectorBiasVsM[ci] = ifdbvm;};
527 
528  // 4.) Differential flow:
529  // Flags:
530  void SetDiffFlowFlags(TProfile* const diffFlowFlags) {this->fDiffFlowFlags = diffFlowFlags;};
531  TProfile* GetDiffFlowFlags() const {return this->fDiffFlowFlags;};
532  void SetCalculateDiffFlow(Bool_t const cdf) {this->fCalculateDiffFlow = cdf;};
534  void SetCalculate2DDiffFlow(Bool_t const c2ddf) {this->fCalculate2DDiffFlow = c2ddf;};
536  void SetCalculateDiffFlowVsEta(Bool_t const cdfve) {this->fCalculateDiffFlowVsEta = cdfve;};
538  // Profiles:
539  // 1D:
540  void SetDiffFlowCorrelationsPro(TProfile* const diffFlowCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsPro[i][j][k] = diffFlowCorrelationsPro;};
541  TProfile* GetDiffFlowCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsPro[i][j][k];};
542  void SetDiffFlowSquaredCorrelationsPro(TProfile* const diffFlowSquaredCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowSquaredCorrelationsPro[i][j][k] = diffFlowSquaredCorrelationsPro;};
543  TProfile* GetDiffFlowSquaredCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowSquaredCorrelationsPro[i][j][k];};
544  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;};
545  TProfile* GetDiffFlowProductOfCorrelationsPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowProductOfCorrelationsPro[i][j][k][l];};
546  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;};
547  TProfile* GetDiffFlowCorrectionTermsForNUAPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowCorrectionTermsForNUAPro[i][j][k][l];};
548  // 2D:
549  void Set2DDiffFlowCorrelationsPro(TProfile2D* const p2ddfcp, Int_t const i, Int_t const k) {this->f2DDiffFlowCorrelationsPro[i][k] = p2ddfcp;};
550  TProfile2D* Get2DDiffFlowCorrelationsPro(Int_t i, Int_t k) const {return this->f2DDiffFlowCorrelationsPro[i][k];};
551  // Other differential correlators:
552  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;};
553  TProfile* GetOtherDiffCorrelators(Int_t i,Int_t j,Int_t k,Int_t l) const {return this->fOtherDiffCorrelators[i][j][k][l];};
554  // histograms:
555  void SetDiffFlowCorrelationsHist(TH1D* const diffFlowCorrelationsHist, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsHist[i][j][k] = diffFlowCorrelationsHist;};
556  TH1D* GetDiffFlowCorrelationsHist(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsHist[i][j][k];};
557  void SetDiffFlowCovariances(TH1D* const diffFlowCovariances, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCovariances[i][j][k] = diffFlowCovariances;};
558  TH1D* GetDiffFlowCovariances(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCovariances[i][j][k];};
559  void SetDiffFlowCumulants(TH1D* const diffFlowCumulants, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCumulants[i][j][k] = diffFlowCumulants;};
560  TH1D* GetDiffFlowCumulants(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCumulants[i][j][k];};
561  void SetDiffFlowDetectorBias(TH1D* const dfdb, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowDetectorBias[i][j][k] = dfdb;};
562  TH1D* GetDiffFlowDetectorBias(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDetectorBias[i][j][k];};
563  void SetDiffFlow(TH1D* const diffFlow, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlow[i][j][k] = diffFlow;};
564  TH1D* GetDiffFlow(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlow[i][j][k];};
565  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;};
566  TH1D* GetDiffFlowSumOfEventWeights(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowSumOfEventWeights[i][j][k][l];};
567  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;};
569  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;};
571  // 2D:
572  void Set2DDiffFlowCumulants(TH2D* const h2ddfc, Int_t const i, Int_t const j) {this->f2DDiffFlowCumulants[i][j] = h2ddfc;};
573  TH2D* Get2DDiffFlowCumulants(Int_t i, Int_t j) const {return this->f2DDiffFlowCumulants[i][j];};
574  void Set2DDiffFlow(TH2D* const h2ddf, Int_t const i, Int_t const j) {this->f2DDiffFlow[i][j] = h2ddf;};
575  TH2D* Get2DDiffFlow(Int_t i, Int_t j) const {return this->f2DDiffFlow[i][j];};
576 
577  // 5.) distributions of correlations:
578  // profile:
579  void SetDistributionsFlags(TProfile* const distributionsFlags) {this->fDistributionsFlags = distributionsFlags;};
580  TProfile* GetDistributionsFlags() const {return this->fDistributionsFlags;};
581  // flags:
582  void SetStoreDistributions(Bool_t const storeDistributions) {this->fStoreDistributions = storeDistributions;};
584  // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]:
587  // histograms:
588  void SetDistributions(TH1D* const distributions, Int_t const i) {this->fDistributions[i] = distributions;};
589  TH1D* GetDistributions(Int_t i) const {return this->fDistributions[i];};
590  // min and max values of correlations (ci is correlations index [0=<2>,1=<4>,2=<6>,3=<8>]):
591  void SetMinValueOfCorrelation(Int_t const ci, Double_t const minValue) {this->fMinValueOfCorrelation[ci] = minValue;};
593  void SetMaxValueOfCorrelation(Int_t const ci, Double_t const maxValue) {this->fMaxValueOfCorrelation[ci] = maxValue;};
595  // min and max values of correlation products:
596  void SetMinValueOfCorrelationProduct(Int_t const cpi, Double_t const minValue) {this->fMinValueOfCorrelationProduct[cpi] = minValue;};
598  void SetMaxValueOfCorrelationProduct(Int_t const cpi, Double_t const maxValue) {this->fMaxValueOfCorrelationProduct[cpi] = maxValue;};
600  // min and max values of QvectorTerms:
601  void SetMinValueOfQvectorTerms(Int_t const qvti, Double_t const minValue) {this->fMinValueOfQvectorTerms[qvti] = minValue;};
603  void SetMaxValueOfQvectorTerms(Int_t const qvti, Double_t const maxValue) {this->fMaxValueOfQvectorTerms[qvti] = maxValue;};
605 
606  // x.) debugging and cross-checking:
607  void SetNestedLoopsList(TList* const nllist) {this->fNestedLoopsList = nllist;};
608  TList* GetNestedLoopsList() const {return this->fNestedLoopsList;};
613  void SetMaxAllowedMultiplicity(Int_t const maxAllowedMultiplicity) {this->fMaxAllowedMultiplicity = maxAllowedMultiplicity;};
615  void SetEvaluateNestedLoops(TProfile* const enl) {this->fEvaluateNestedLoops = enl;};
616  TProfile* GetEvaluateNestedLoops() const {return this->fEvaluateNestedLoops;};
617  void SetIntFlowDirectCorrelations(TProfile* const ifdc) {this->fIntFlowDirectCorrelations = ifdc;};
618  TProfile* GetIntFlowDirectCorrelations() const {return this->fIntFlowDirectCorrelations;};
619  void SetIntFlowExtraDirectCorrelations(TProfile* const ifedc) {this->fIntFlowExtraDirectCorrelations = ifedc;};
621  void SetIntFlowDirectCorrectionTermsForNUA(TProfile* const ifdctfn, Int_t const sc) {this->fIntFlowDirectCorrectionTermsForNUA[sc] = ifdctfn;};
623  void SetCrossCheckInPtBinNo(Int_t const crossCheckInPtBinNo) {this->fCrossCheckInPtBinNo = crossCheckInPtBinNo;};
625  void SetCrossCheckInEtaBinNo(Int_t const crossCheckInEtaBinNo) {this->fCrossCheckInEtaBinNo = crossCheckInEtaBinNo;};
627  void SetNoOfParticlesInBin(TH1D* const noOfParticlesInBin) {this->fNoOfParticlesInBin = noOfParticlesInBin;};
629  void SetDiffFlowDirectCorrelations(TProfile* const diffFlowDirectCorrelations,Int_t const i,Int_t const j,Int_t const k){this->fDiffFlowDirectCorrelations[i][j][k]=diffFlowDirectCorrelations;};
630  TProfile* GetDiffFlowDirectCorrelations(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDirectCorrelations[i][j][k];};
631  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;};
633  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;};
634  TProfile* GetOtherDirectDiffCorrelators(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fOtherDirectDiffCorrelators[i][j][k][l];};
635  void SetMixedHarmonicsNestedLoops(TProfile* const mhnl) {this->fMixedHarmonicsNestedLoops = mhnl;};
636  TProfile* GetMixedHarmonicsNestedLoops() const {return this->fMixedHarmonicsNestedLoops;};
637 
638  // 9.) Mixed harmonics:
639  void SetMixedHarmonicsList(TList* const mhlist) {this->fMixedHarmonicsList = mhlist;};
640  void SetMixedHarmonicsFlags(TProfile* const mhFlags) {this->fMixedHarmonicsFlags = mhFlags;};
641  TProfile* GetMixedHarmonicsFlags() const {return this->fMixedHarmonicsFlags;};
646  void Set2pCorrelations(TProfile* const p2pCorr) {this->f2pCorrelations = p2pCorr;};
647  TProfile* Get2pCorrelations() const {return this->f2pCorrelations;};
648  void Set3pCorrelations(TProfile* const p3pCorr) {this->f3pCorrelations = p3pCorr;};
649  TProfile* Get3pCorrelations() const {return this->f3pCorrelations;};
650  void Set4pCorrelations(TProfile* const p4pCorr) {this->f4pCorrelations = p4pCorr;};
651  TProfile* Get4pCorrelations() const {return this->f4pCorrelations;};
652  void Set5pCorrelations(TProfile* const p5pCorr) {this->f5pCorrelations = p5pCorr;};
653  TProfile* Get5pCorrelations() const {return this->f5pCorrelations;};
654  void Set6pCorrelations(TProfile* const p6pCorr) {this->f6pCorrelations = p6pCorr;};
655  TProfile* Get6pCorrelations() const {return this->f6pCorrelations;};
656  void Set7pCorrelations(TProfile* const p7pCorr) {this->f7pCorrelations = p7pCorr;};
657  TProfile* Get7pCorrelations() const {return this->f7pCorrelations;};
658  void Set8pCorrelations(TProfile* const p8pCorr) {this->f8pCorrelations = p8pCorr;};
659  TProfile* Get8pCorrelations() const {return this->f8pCorrelations;};
660  void Set2pCumulants(TH1D* const p2pC) {this->f2pCumulants = p2pC;};
661  TH1D* Get2pCumulants() const {return this->f2pCumulants;};
662  void Set3pCumulants(TH1D* const p3pC) {this->f3pCumulants = p3pC;};
663  TH1D* Get3pCumulants() const {return this->f3pCumulants;};
664  void Set4pCumulants(TH1D* const p4pC) {this->f4pCumulants = p4pC;};
665  TH1D* Get4pCumulants() const {return this->f4pCumulants;};
666  void Set5pCumulants(TH1D* const p5pC) {this->f5pCumulants = p5pC;};
667  TH1D* Get5pCumulants() const {return this->f5pCumulants;};
668  void Set6pCumulants(TH1D* const p6pC) {this->f6pCumulants = p6pC;};
669  TH1D* Get6pCumulants() const {return this->f6pCumulants;};
670  void Set7pCumulants(TH1D* const p7pC) {this->f7pCumulants = p7pC;};
671  TH1D* Get7pCumulants() const {return this->f7pCumulants;};
672  void Set8pCumulants(TH1D* const p8pC) {this->f8pCumulants = p8pC;};
673  TH1D* Get8pCumulants() const {return this->f8pCumulants;};
674  void SetMixedHarmonicEventWeights(TH1D* const mhew, Int_t const power) {this->fMixedHarmonicEventWeights[power] = mhew;};
678  void SetMixedHarmonicProductOfCorrelations(TProfile2D* const mhpoc) {this->fMixedHarmonicProductOfCorrelations = mhpoc;};
680 
681  // 10.) Control histograms:
682  void SetControlHistogramsList(TList* const chl) {this->fControlHistogramsList = chl;};
683  void SetControlHistogramsFlags(TProfile* const chf) {this->fControlHistogramsFlags = chf;};
684  TProfile* GetControlHistogramsFlags() const {return this->fControlHistogramsFlags;};
687  void SetCorrelationNoRPsVsRefMult(TH2D* const cnrvrm) {this->fCorrelationNoRPsVsRefMult = cnrvrm;};
689  void SetCorrelationNoPOIsVsRefMult(TH2D* const cnpvrm) {this->fCorrelationNoPOIsVsRefMult = cnpvrm;};
691  void SetCorrelationNoRPsVsNoPOIs(TH2D* const cnrvnp) {this->fCorrelationNoRPsVsNoPOIs = cnrvnp;};
693  void SetCorrelation2468VsMult(TH2D* const c2468vm, Int_t const ci) {this->fCorrelation2468VsMult[ci] = c2468vm;};
695  void SetCorrelationProduct2468VsMult(TH2D* const cp2468vm, Int_t const ci) {this->fCorrelationProduct2468VsMult[ci] = cp2468vm;};
697  void SetQvectorTermsVsMult(TH2D* const qvtvm, Int_t const qvti) {this->fQvectorTermsVsMult[qvti] = qvtvm;};
698  TH2D* GetQvectorTermsVsMult(Int_t qvti) const {return this->fQvectorTermsVsMult[qvti];};
699 
700  // 11.) Bootstrap:
701  void SetBootstrapList(TList* const bl) {this->fBootstrapList = bl;};
702  void SetBootstrapProfilesList(TList* const bpl) {this->fBootstrapProfilesList = bpl;};
703  void SetBootstrapResultsList(TList* const brl) {this->fBootstrapResultsList = brl;};
704  void SetBootstrapFlags(TProfile* const bf) {this->fBootstrapFlags = bf;};
705  TProfile* GetBootstrapFlags() const {return this->fBootstrapFlags;};
706  void SetUseBootstrap(Bool_t const ub) {this->fUseBootstrap = ub;};
707  Bool_t GetUseBootstrap() const {return this->fUseBootstrap;};
708  void SetUseBootstrapVsM(Bool_t const ubVsM) {this->fUseBootstrapVsM = ubVsM;};
709  Bool_t GetUseBootstrapVsM() const {return this->fUseBootstrapVsM;};
710  void SetnSubsamples(Int_t const ns) {this->fnSubsamples = ns;};
711  Int_t GetnSubsamples() const {return this->fnSubsamples;};
712  void SetBootstrapCorrelations(TProfile2D* const bcp) {this->fBootstrapCorrelations = bcp;};
713  TProfile2D* GetBootstrapCorrelations() const {return this->fBootstrapCorrelations;};
714  void SetBootstrapCorrelationsVsM(TProfile2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCorrelationsVsM[qvti] = bcpVsM;};
715  TProfile2D* GetBootstrapCorrelationsVsM(Int_t qvti) const {return this->fBootstrapCorrelationsVsM[qvti];};
716  void SetBootstrapCumulants(TH2D* const bc) {this->fBootstrapCumulants = bc;};
718  void SetBootstrapCumulantsVsM(TH2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCumulantsVsM[qvti] = bcpVsM;};
719  TH2D* GetBootstrapCumulantsVsM(Int_t qvti) const {return this->fBootstrapCumulantsVsM[qvti];};
720 
721  // 12.) CRC
722  void SetCRCList(TList* const CRCL) {this->fCRCList = CRCL;};
723  void SetCRCIntList(TList* const CRCL) {this->fCRCIntList = CRCL;};
724  void SetCRCIntRbRList(TList* const CRCL) {this->fCRCIntRbRList = CRCL;};
725  void SetCRCIntRunsList(TList* const CRCL, Int_t r) {this->fCRCIntRunsList[r] = CRCL;};
726  void SetCRCVZList(TList* const CRCL) {this->fCRCVZList = CRCL;};
727  void SetCRCZDCList(TList* const CRCL) {this->fCRCZDCList = CRCL;};
728  void SetCRCZDCRbRList(TList* const CRCL) {this->fCRCZDCRbRList = CRCL;};
729  void SetCRCZDCRunsList(TList* const CRCL, Int_t r) {this->fCRCZDCRunsList[r] = CRCL;};
730  void SetCRCPtList(TList* const CRCL) {this->fCRCPtList = CRCL;};
731  void SetCRC2List(TList* const CRCL) {this->fCRC2List = CRCL;};
732  void SetCRCQVecList(TList* const CRCL) {this->fCRCQVecList = CRCL;};
733  void SetCRCQVecListRun(TList* const CRCL, Int_t r) {this->fCRCQVecListRun[r] = CRCL;};
734  void SetCRCFlags(TProfile* const CRCF) {this->fCRCFlags = CRCF;};
735  TProfile* GetCRCFlags() const {return this->fCRCFlags;};
736  void SetCalculateCRC(Bool_t const cCRC) {this->fCalculateCRC = cCRC;};
737  Bool_t GetCalculateCRC() const {return this->fCalculateCRC;};
738  void SetCalculateCRCPt(Bool_t const cCRC) {this->fCalculateCRCPt = cCRC;};
739  Bool_t GetCalculateCRCPt() const {return this->fCalculateCRCPt;};
740  void SetCalculateCME(Bool_t const cCRC) {this->fCalculateCME = cCRC;};
741  Bool_t GetCalculateCME() const {return this->fCalculateCME;};
742  void SetCalculateFlowQC(Bool_t const cCRC) {this->fCalculateFlowQC = cCRC;};
743  Bool_t GetCalculateFlowQC() const {return this->fCalculateFlowQC;};
744  void SetCalculateFlowZDC(Bool_t const cCRC) {this->fCalculateFlowZDC = cCRC;};
746  void SetCalculateFlowVZ(Bool_t const cCRC) {this->fCalculateFlowVZ = cCRC;};
747  Bool_t GetCalculateFlowVZ() const {return this->fCalculateFlowVZ;};
748  void SetCalculateCRCInt(Bool_t const cCRC) {this->fCalculateCRCInt = cCRC;};
749  Bool_t GetCalculateCRCInt() const {return this->fCalculateCRCInt;};
750  void SetCalculateCRC2(Bool_t const cCRC) {this->fCalculateCRC2 = cCRC;};
751  Bool_t GetCalculateCRC2() const {return this->fCalculateCRC2;};
752  void SetCalculateCRCVZ(Bool_t const cCRC) {this->fCalculateCRCVZ = cCRC;};
753  Bool_t GetCalculateCRCVZ() const {return this->fCalculateCRCVZ;};
754  void SetCalculateCRCZDC(Bool_t const cCRC) {this->fCalculateCRCZDC = cCRC;};
755  Bool_t GetCalculateCRCZDC() const {return this->fCalculateCRCZDC;};
756  void SetCalculateEbEFlow(Bool_t const cCRC) {this->fCalculateEbEFlow = cCRC;};
758  void SetStoreZDCQVecVtxPos(Bool_t const cCRC) {this->fStoreZDCQVecVtxPos = cCRC;};
760  void SetUseVZERO(Bool_t const cCRC) {this->fUseVZERO = cCRC;};
761  Bool_t GetUseVZERO() const {return this->fUseVZERO;};
762  void SetUseZDC(Bool_t const cCRC) {this->fUseZDC = cCRC;};
763  Bool_t GetUseZDC() const {return this->fUseZDC;};
764  void SetRemoveSplitMergedTracks(Bool_t const uPhiEtaW) {this->fRemoveSplitMergedTracks = uPhiEtaW;};
766  void SetRecenterZDC(Bool_t const cCRC) {this->fRecenterZDC = cCRC;};
767  Bool_t GetRecenterZDC() const {return this->fRecenterZDC;};
768  void SetDivSigma(Bool_t const cCRC) {this->fDivSigma = cCRC;};
769  Bool_t GetDivSigma() const {return this->fDivSigma;};
770  void SetInvertZDC(Bool_t const cCRC) {this->fInvertZDC = cCRC;};
771  Bool_t GetInvertZDC() const {return this->fInvertZDC;};
772  void SetQAZDCCuts(Bool_t const cCRC) {this->fQAZDCCuts = cCRC;};
773  Bool_t GetQAZDCCuts() const {return this->fQAZDCCuts;};
774  void SetUseTracklets(Bool_t const cCRC) {this->fUseTracklets = cCRC;};
775  void SetTestSin(Bool_t const cCRC) {this->fCRCTestSin = cCRC;};
776  Bool_t GetTestSin() const {return this->fCRCTestSin;};
777  void SetRecenterZDCVtxRbR(Bool_t const cCRC) {this->fVtxRbR = cCRC;};
778  Bool_t GetRecenterZDCVtxRbR() const {return this->fVtxRbR;};
779  void SetNUAforCRC(Bool_t const cCRC) {this->fNUAforCRC = cCRC;};
780  Bool_t GetNUAforCRC() const {return this->fNUAforCRC;};
781  void SetUseCRCRecenter(Bool_t const cCRC) {this->fUseCRCRecenter = cCRC;};
782  Bool_t GetUseCRCRecenter() const {return this->fUseCRCRecenter;};
784  void SetCRCQVecWeightsList(TList* const wlist) {this->fCRCQVecWeightsList = wlist;}
786  void SetCRCZDCCalibList(TList* const wlist) {this->fCRCZDCCalibList = wlist;}
787  TList* GetCRCZDCCalibList() const {return this->fCRCZDCCalibList;}
788  void SetCRCZDC2DCutList(TList* const wlist) {this->fCRCZDC2DCutList = wlist;}
789  void SetCRCVZEROCalibList(TList* const wlist) {this->fCRCVZEROCalibList = wlist;}
791  void SetCRCZDCResList(TList* const wlist) {this->fCRCZDCResList = wlist;}
792  TList* GetCRCZDCResList() const {return this->fCRCZDCResList;}
793  void SetZDCESEList(TList* const kList) {this->fZDCESEList = kList;};
794  TList* GetZDCESEList() const {return this->fZDCESEList;};
795  // 12.a) EbE Corr:
796  void SetCRCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProdTempHist[c][eg][h] = TH;};
797  TH1D* GetCRCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProdTempHist[c][eg][h];};
798  // 12.b) Final histo:
799  void SetCRCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrHist[c][eg][h] = TH;};
800  TH1D* GetCRCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrHist[c][eg][h];};
801  void SetCRCCumHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCumHist[c][eg][h] = TH;};
802  TH1D* GetCRCCumHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCumHist[c][eg][h];};
803  void SetCRCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCCFunHist[eg][h] = TH;};
804  TH1D* GetCRCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCCFunHist[eg][h];};
805  // 12.c) Covariances:
806  void SetCRCCorrProd2p2pPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProd2p2pPro[c][eg][h] = TP;};
807  TProfile* GetCRCCorrProd2p2pPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProd2p2pPro[c][eg][h];};
808  void SetCRCCovHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCovHist[c][eg][h] = TH;};
809  TH1D* GetCRCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCovHist[c][eg][h];};
810  // 12.d) NUA corrections:
811  void SetCRCNUATermsHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCNUATermsHist[c][eg][h] = TH;};
812  TH1D* GetCRCNUATermsHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCNUATermsHist[c][eg][h];};
813 
814  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;};
815  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];};
816  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;};
817  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];};
818  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;};
819  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];};
820 
821  // 12.e) Q Vectors:
822  void SetCRCQnReHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnRe[r][h] = TH;};
823  TProfile* GetCRCQnReHist(Int_t const r, Int_t const h) const {return this->fCRCQnRe[r][h];};
824  void SetCRCQnImHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnIm[r][h] = TH;};
825  TProfile* GetCRCQnImHist(Int_t const r, Int_t const h) const {return this->fCRCQnIm[r][h];};
826  void SetCRCQnReCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnReCorr[r][h] = TH;};
827  TProfile* GetCRCQnReCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnReCorr[r][h];};
828  void SetCRCQnImCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnImCorr[r][h] = TH;};
829  TProfile* GetCRCQnImCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnImCorr[r][h];};
830 
831  void SetCRCVZQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecA[r][c] = TH;};
832  TProfile* GetCRCVZQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecA[r][c];};
833  void SetCRCVZQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecC[r][c] = TH;};
834  TProfile* GetCRCVZQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecC[r][c];};
835 
836  void SetCRCZDCQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecA[r][c] = TH;};
837  TProfile* GetCRCZDCQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecA[r][c];};
838  void SetCRCZDCQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecC[r][c] = TH;};
839  TProfile* GetCRCZDCQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecC[r][c];};
840  void SetCRCZDCQVecACorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecACorr[r][c] = TH;};
841  TProfile* GetCRCZDCQVecACorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecACorr[r][c];};
842  void SetCRCZDCQVecCCorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecCCorr[r][c] = TH;};
843  TProfile* GetCRCZDCQVecCCorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecCCorr[r][c];};
844 // void SetCRCZDCQVecEP(TH2D* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecEP[r][c] = TH;};
845 // TH2D* GetCRCZDCQVecEP(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecEP[r][c];};
846  void SetCRCZDCQVecRes(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecRes[r][c] = TH;};
847  TProfile* GetCRCZDCQVecRes(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecRes[r][c];};
848  void SetCRCZDCQVecCov(TProfile2D* const TH, Int_t const r, Int_t const i) {this->fCRCZDCQVecCov[r][i] = TH;};
849  TProfile2D* GetCRCZDCQVecCov(Int_t const r, Int_t const i) const {return this->fCRCZDCQVecCov[r][i];};
850 
851  // void SetCRCVZvsZDCCov(TProfile* const TH, Int_t const r, Int_t const i) {this->fCRCVZvsZDCCov[r][i] = TH;};
852  // TProfile* GetCRCVZvsZDCCov(Int_t const r, Int_t const i) const {return this->fCRCVZvsZDCCov[r][i];};
853 
855 
856  // CRC VZERO:
857  void SetCRCVZEROetaPro(TProfile* const TP, Int_t const c, Int_t const r) {this->fCRCVZEROetaPro[c][r] = TP;};
858  TProfile* GetCRCVZEROetaPro(Int_t const c, Int_t const r) const {return this->fCRCVZEROetaPro[c][r];};
859  void SetCRCVZEROetaHist(TH1D* const TP, Int_t const c, Int_t const r) {this->fCRCVZEROetaHist[c][r] = TP;};
860  TH1D* GetCRCVZEROetaHist(Int_t const c, Int_t const r) const {return this->fCRCVZEROetaHist[c][r];};
861 
862  // CRC ZDC:
863  // 12.a) EbE Corr:
864  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;};
865  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];};
866  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;};
867  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];};
868  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;};
869  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];};
870  // 12.b) Final histo:
871  void SetCRCZDCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrHist[c][eg][h] = TH;};
872  TH1D* GetCRCZDCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrHist[c][eg][h];};
873  void SetCRCZDCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCCFunHist[eg][h] = TH;};
874  TH1D* GetCRCZDCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCZDCCFunHist[eg][h];};
875  void SetCRCZDCSpectra(TProfile* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCSpectra[eg][h] = TH;};
876  TProfile* GetCRCZDCSpectra(Int_t const eg, Int_t const h) const {return this->fCRCZDCSpectra[eg][h];};
877 
878  // 12.c) Covariances:
879  void SetCRCZDCCovHist(TH2D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCovHist[c][eg][h] = TH;};
880  TH2D* GetCRCZDCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCovHist[c][eg][h];};
881  void SetCRCZDCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrProdTempHist[c][eg][h] = TH;};
882  TH1D* GetCRCZDCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrProdTempHist[c][eg][h];};
883 
884  // CRC2:
885  void SetCRC2nEtaBins(Int_t NB) {this->fCRC2nEtaBins = NB;};
887  void SetCRC2CorPro(TProfile* const TP, Int_t const h, Int_t const c) {this->fCRC2CorPro[h][c] = TP;};
888  TProfile* GetCRC2CorPro(Int_t const h, Int_t const c) const {return this->fCRC2CorPro[h][c];};
889  void SetCRC2NUAPro(TProfile* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAPro[h][c][e] = TP;};
890  TProfile* GetCRC2NUAPro(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAPro[h][c][e];};
891  void SetCRC2CorHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2CorHist[h][c][e] = TP;};
892  TH1D* GetCRC2CorHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2CorHist[h][c][e];};
893  void SetCRC2NUAHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAHist[h][c][e] = TP;};
894  TH1D* GetCRC2NUAHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAHist[h][c][e];};
895  void SetCRC2CovPro(TProfile* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovPro[r][h][c] = TP;};
896  TProfile* GetCRC2CovPro(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovPro[r][h][c];};
897  void SetCRC2CovHist(TH1D* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovHist[r][h][c] = TP;};
898  TH1D* GetCRC2CovHist(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovHist[r][h][c];};
899 
900  void SetCenWeightsHist(TH1D* const n) {this->fCenWeightsHist = n;};
901  TH1D* GetCenWeightsHist() const {return this->fCenWeightsHist;};
902  void SetRefMultRbRPro(TProfile2D* const n) {this->fRefMultRbRPro = n;};
903  void SetAvEZDCRbRPro(TProfile2D* const A, TProfile2D* const B) {this->fAvEZDCCRbRPro = A; this->fAvEZDCARbRPro = B;};
904  void SetPhiExclZoneHist(TH2D* const n) {this->fPhiExclZoneHist = n;};
905  TH2D* GetPhiExclZoneHist() const {return this->fPhiExclZoneHist;};
906  void SetPtWeightsHist(TH1D* const n, Int_t c) {this->fPtWeightsHist[c] = n;};
907  TH1D* GetPtWeightsHist(Int_t c) const {return this->fPtWeightsHist[c];};
908  void SetEtaWeightsHist(TH1D* const n, Int_t h, Int_t b, Int_t c) {this->fEtaWeightsHist[h][b][c] = n;};
909  TH1D* GetEtaWeightsHist(Int_t h, Int_t b, Int_t c) const {return this->fEtaWeightsHist[h][b][c];};
910  void SetNvsCenCut(TH1D* const n, Int_t c, Int_t h) {this->fNvsCenCut[c][h] = n;};
911  TH1D* GetNvsCenCut(Int_t c, Int_t h) const {return this->fNvsCenCut[c][h];};
912  void SetZNCvsZNA(TH2F* const n, Int_t const h) {this->fhZNCvsZNA[h] = n;};
913  TH2F* GetZNCvsZNA(Int_t const h) const {return this->fhZNCvsZNA[h];};
914  void SetZNvsCen(TH2F* const n, Int_t const h) {this->fhZNvsCen[h] = n;};
915  TH2F* GetZNvsCen(Int_t const h) const {return this->fhZNvsCen[h];};
916  void SetZDCESEMultWeightsHist(TH2F* const n, Int_t h) {this->fZDCESEMultWeightsHist[h] = n;};
918  void SetZDCESESpecWeightsHist(TH2F* const n, Int_t h) {this->fZDCESESpecWeightsHist[h] = n;};
920  void SetZNvsTCen(TH2F* const n, Int_t const h) {this->fhZNvsTCen[h] = n;};
921  TH2F* GetZNvsTCen(Int_t const h) const {return this->fhZNvsTCen[h];};
922  void SetCenvsMul(TH2F* const n, Int_t const h) {this->fhCenvsMul[h] = n;};
923  TH2F* GetCenvsMul(Int_t const h) const {return this->fhCenvsMul[h];};
924  void SetCenvsSpec(TH2F* const n, Int_t const h) {this->fhCenvsSpec[h] = n;};
925  TH2F* GetCenvsSpec(Int_t const h) const {return this->fhCenvsSpec[h];};
926  void SetZNvsMul(TH2F* const n) {this->fhZNvsMul = n;};
927  TH2F* GetZNvsMul() const {return this->fhZNvsMul;};
928 
929  void SetZNCenvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNCenvsMul[eg][h] = n;};
930  TH2F* GetZNCenvsMul(Int_t const eg, Int_t const h) const {return this->fhZNCenvsMul[eg][h];};
931  void SetZNResvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsMul[eg][h] = n;};
932  TH2F* GetZNResvsMul(Int_t const eg, Int_t const h) const {return this->fhZNResvsMul[eg][h];};
933  void SetZNResvsCen(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsCen[eg][h] = n;};
934  TH2F* GetZNResvsCen(Int_t const eg, Int_t const h) const {return this->fhZNResvsCen[eg][h];};
935 
937 
938  // Flow QC
939  void SetFlowQCList(TList* const TL) {this->fFlowQCList = TL;};
940  void SetFlowQCVtxList(TList* const TL, Int_t r) {this->fFlowQCVtxList[r] = TL;};
941  void SetFlowQCCenBin(Int_t const TL) {this->fFlowQCCenBin = TL;};
942  Int_t GetFlowQCCenBin() const {return this->fFlowQCCenBin;};
943  void SetFlowQCDeltaEta(Double_t const TL) {this->fFlowQCDeltaEta = TL;};
944  Double_t GetFlowQCDeltaEta() const {return this->fFlowQCDeltaEta;};
945  void SetFlowQCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorPro[c][eg][h] = TP;};
946  TProfile* GetFlowQCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorPro[c][eg][h];};
947  void SetFlowQCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorHist[c][eg][h] = TH;};
948  TH1D* GetFlowQCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorHist[c][eg][h];};
949  void SetFlowQCCorNUAHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAHist[c][eg][h] = TH;};
950  TH1D* GetFlowQCCorNUAHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAHist[c][eg][h];};
951  void SetFlowQCCorNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAPro[c][eg][h] = TP;};
952  TProfile* GetFlowQCCorNUAPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAPro[c][eg][h];};
953  void SetFlowQCCorCovPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovPro[c][eg][h] = TP;};
954  TProfile* GetFlowQCCorCovPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovPro[c][eg][h];};
955  void SetFlowQCCorCovHist(TH1D* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovHist[c][eg][h] = TP;};
956  TH1D* GetFlowQCCorCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovHist[c][eg][h];};
957  void SetFlowQCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCFinalPtDifHist[c][eg][h] = TH;};
958  TH1D* GetFlowQCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCFinalPtDifHist[c][eg][h];};
959  void SetFlowQCCorProPhi(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorProPhi[c][eg][h] = TP;};
960  TProfile* GetFlowQCCorProPhi(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorProPhi[c][eg][h];};
961  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;};
962  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];};
963 
964  TProfile* GetFlowQCIntCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorPro[eg][h];};
965  void SetFlowQCIntCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorPro[eg][k] = TP;};
966  TProfile* GetFlowQCIntCorNUAPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAPro[eg][h];};
967  void SetFlowQCIntCorNUAPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAPro[eg][k] = TP;};
968  TH1D* GetFlowQCIntCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorHist[eg][h];};
969  void SetFlowQCIntCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorHist[eg][k] = TP;};
970  TH1D* GetFlowQCIntCumHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCumHist[eg][h];};
971  void SetFlowQCIntCumHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCumHist[eg][k] = TP;};
972  TH1D* GetFlowQCIntCorNUAHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHist[eg][h];};
973  void SetFlowQCIntCorNUAHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHist[eg][k] = TP;};
974  TProfile* GetFlowQCIntCorProEG(Int_t const eg) const {return this->fFlowQCIntCorProEG[eg];};
975  void SetFlowQCIntCorProEG(TProfile* const TP, Int_t const eg) {this->fFlowQCIntCorProEG[eg] = TP;};
976  TProfile* GetFlowQCIntCorNUAProEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAProEG[eg][h];};
977  void SetFlowQCIntCorNUAProEG(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAProEG[eg][k] = TP;};
978  TH1D* GetFlowQCIntCorNUAHistEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHistEG[eg][h];};
979  void SetFlowQCIntCorNUAHistEG(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHistEG[eg][k] = TP;};
980  TH1D* GetFlowQCIntCorHistEG(Int_t const eg) const {return this->fFlowQCIntCorHistEG[eg];};
981  void SetFlowQCIntCorHistEG(TH1D* const TP, Int_t const eg) {this->fFlowQCIntCorHistEG[eg] = TP;};
982 
983  void SetFlowQCSpectra(TH2D* const TH) {this->fFlowQCSpectra = TH;};
984  TH2D* GetFlowQCSpectra() const {return this->fFlowQCSpectra;};
985  void SetFlowQCIntCorProTest(TProfile2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCorProTest[eg][j][k] = TP;};
986  TProfile2D* GetFlowQCIntCorProTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCorProTest[eg][j][h];};
987  void SetFlowQCIntCorHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCorHistTest[eg][j][k] = TP;};
988  TH2D* GetFlowQCIntCorHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCorHistTest[eg][j][h];};
989  void SetFlowQCIntCumHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCumHistTest[eg][j][k] = TP;};
990  TH2D* GetFlowQCIntCumHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCumHistTest[eg][j][h];};
991  void SetFlowQCIntFinHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntFinHistTest[eg][j][k] = TP;};
992  TH2D* GetFlowQCIntFinHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntFinHistTest[eg][j][h];};
993 
994  TProfile* GetFlowQCRefCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorPro[eg][h];};
995  void SetFlowQCRefCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorPro[eg][k] = TP;};
996  TH1D* GetFlowQCRefCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorHist[eg][h];};
997  void SetFlowQCRefCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorHist[eg][k] = TP;};
998  TH1D* GetFlowQCRefCorFinal(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorFinal[eg][h];};
999  void SetFlowQCRefCorFinal(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorFinal[eg][k] = TP;};
1000 
1001  void SetFlowSCProdPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSCProdPro[c][eg] = TP;};
1002  TProfile* GetFlowSCProdPro(Int_t const c, Int_t const eg) const {return this->fFlowSCProdPro[c][eg];};
1003  void SetFlowSCProdHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCProdHist[c][eg] = TP;};
1004  TH1D* GetFlowSCProdHist(Int_t const c, Int_t const eg) const {return this->fFlowSCProdHist[c][eg];};
1005  void SetFlowSCFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCFinalHist[c][eg] = TP;};
1006  TH1D* GetFlowSCFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSCFinalHist[c][eg];};
1007  void SetFlowSCCovHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCCovHist[c][eg] = TP;};
1008  TH1D* GetFlowSCCovHist(Int_t const c, Int_t const eg) const {return this->fFlowSCCovHist[c][eg];};
1009 
1010  void SetFlowSCv2vsZNv1PtPro(TProfile* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtPro[c][pt][eg] = TP;};
1011  TProfile* GetFlowSCv2vsZNv1PtPro(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtPro[c][pt][eg];};
1012  void SetFlowSCv2vsZNv1PtHist(TH1D* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtHist[c][pt][eg] = TP;};
1013  TH1D* GetFlowSCv2vsZNv1PtHist(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtHist[c][pt][eg];};
1014  void SetFlowSCv2vsZNv1PtFinalHist(TH1D* const TP, Int_t const c, Int_t const pt, Int_t const eg) {this->fFlowSCv2vsZNv1PtFinalHist[c][pt][eg] = TP;};
1015  TH1D* GetFlowSCv2vsZNv1PtFinalHist(Int_t const c, Int_t const pt, Int_t const eg) const {return this->fFlowSCv2vsZNv1PtFinalHist[c][pt][eg];};
1016 
1017  // Flow QC high orders
1018  void SetFlowQCHOList(TList* const TL) {this->fFlowQCHOList = TL;};
1019  void SetFlowQCIntCorHOPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntCorHOPro[c][eg] = TP;};
1020  TProfile* GetFlowQCIntCorHOPro(Int_t const c, Int_t const eg) const {return this->fFlowQCIntCorHOPro[c][eg];};
1021  void SetFlowQCIntCorHOHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntCorHOHist[c][eg] = TP;};
1022  TH1D* GetFlowQCIntCorHOHist(Int_t const c, Int_t const eg) const {return this->fFlowQCIntCorHOHist[c][eg];};
1023  void SetFlowQCIntQCHOHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowQCIntQCHOHist[c][eg] = TP;};
1024  TH1D* GetFlowQCIntQCHOHist(Int_t const c, Int_t const eg) const {return this->fFlowQCIntQCHOHist[c][eg];};
1025 
1026  // Flow Generic Framework
1027  void SetFlowGFList(TList* const TL) {this->fFlowGFList = TL;};
1028  void SetFlowGFIntCorPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCorPro[c][eg] = TP;};
1029  TProfile* GetFlowGFIntCorPro(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCorPro[c][eg];};
1030  void SetFlowGFIntCorHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCorHist[c][eg] = TP;};
1031  TH1D* GetFlowGFIntCorHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCorHist[c][eg];};
1032  void SetFlowGFIntCumHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCumHist[c][eg] = TP;};
1033  TH1D* GetFlowGFIntCumHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCumHist[c][eg];};
1034  void SetFlowGFIntFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntFinalHist[c][eg] = TP;};
1035  TH1D* GetFlowGFIntFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntFinalHist[c][eg];};
1036 
1037  void SetFlowGFIntCovPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowGFIntCovPro[c][eg][k] = TP;};
1038  TProfile* GetFlowGFIntCovPro(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowGFIntCovPro[c][eg][k];};
1039  void SetFlowGFIntCovHist(TH1D* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowGFIntCovHist[c][eg][k] = TP;};
1040  TH1D* GetFlowGFIntCovHist(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowGFIntCovHist[c][eg][k];};
1041 
1042  void SetFlowGFMixedCorPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedCorPro[c][eg] = TP;};
1043  TProfile* GetFlowGFMixedCorPro(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedCorPro[c][eg];};
1044  void SetFlowGFMixedCorHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedCorHist[c][eg] = TP;};
1045  TH1D* GetFlowGFMixedCorHist(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedCorHist[c][eg];};
1046  void SetFlowGFMixedFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedFinalHist[c][eg] = TP;};
1047  TH1D* SetFlowGFMixedFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedFinalHist[c][eg];};
1048 
1049  // Flow SP ZDC
1050  void SetFlowSPZDCList(TList* const TL) {this->fFlowSPZDCList = TL;};
1051 
1052  void SetFlowSPZDCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorPro[c][eg][h] = TP;};
1053  TProfile* GetFlowSPZDCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorPro[c][eg][h];};
1054  void SetFlowSPZDCCorNUA(TProfile* const TP, Int_t const c, Int_t const h) {this->fFlowSPZDCCorNUA[c][h] = TP;};
1055  TProfile* GetFlowSPZDCCorNUA(Int_t const c, Int_t const h) const {return this->fFlowSPZDCCorNUA[c][h];};
1056  void SetFlowSPZDCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorHist[c][eg][h] = TH;};
1057  TH1D* GetFlowSPZDCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorHist[c][eg][h];};
1058 
1059  void SetFlowSPZDCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCFinalPtDifHist[c][eg][h] = TH;};
1060  TH1D* GetFlowSPZDCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCFinalPtDifHist[c][eg][h];};
1061  void SetFlowSPZDCIntHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntHist[c][eg] = TH;};
1062  TH1D* GetFlowSPZDCIntHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntHist[c][eg];};
1063  void SetFlowSPZDCIntFinalHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntFinalHist[c][eg] = TH;};
1064  TH1D* GetFlowSPZDCIntFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntFinalHist[c][eg];};
1065 
1066  void SetFlowSPZDCIntPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntPro[c][eg] = TP;};
1067  TProfile* GetFlowSPZDCIntPro(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntPro[c][eg];};
1068  void SetFlowSPZDCIntNUA(TProfile* const TP, Int_t const eg) {this->fFlowSPZDCIntNUA[eg] = TP;};
1069  TProfile* GetFlowSPZDCIntNUA(Int_t const eg) const {return this->fFlowSPZDCIntNUA[eg];};
1070 
1071  // v1
1072  void SetFlowSPZDCv1etaPro(TProfile* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaPro[c][k][r] = TP;};
1073  TProfile* GetFlowSPZDCv1etaPro(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaPro[c][k][r];};
1074  void SetFlowSPZDCv1etaHist(TH1D* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaHist[c][k][r] = TP;};
1075  TH1D* GetFlowSPZDCv1etaHist(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaHist[c][k][r];};
1076  void SetFlowSPZDCv1etaNUAPro(TProfile* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaNUAPro[c][k][r] = TP;};
1077  TProfile* GetFlowSPZDCv1etaNUAPro(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaNUAPro[c][k][r];};
1078 
1079  void SetFlowSPZDCv1etaPtPro(TProfile2D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaPtPro[c][k] = TP;};
1080  TProfile2D* GetFlowSPZDCv1etaPtPro(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaPtPro[c][k];};
1081  void SetFlowSPZDCv1etaPtHist(TH2D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaPtHist[c][k] = TP;};
1082  TH2D* GetFlowSPZDCv1etaPtHist(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaPtHist[c][k];};
1083 
1084  void SetFlowSPZDCv1etaCovPro(TProfile* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaCovPro[c][k] = TP;};
1085  TProfile* GetFlowSPZDCv1etaCovPro(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaCovPro[c][k];};
1086  void SetFlowSPZDCv1etaCovHist(TH1D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaCovHist[c][k] = TP;};
1087  TH1D* GetFlowSPZDCv1etaCovHist(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaCovHist[c][k];};
1088 
1089  // Flow SP VZ
1090  void SetFlowSPVZList(TList* const TL) {this->fFlowSPVZList = TL;};
1091  void SetFlowSPVZCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorPro[c][eg][h] = TP;};
1092  TProfile* GetFlowSPVZCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorPro[c][eg][h];};
1093  void SetFlowSPVZNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZNUAPro[c][eg][h] = TP;};
1094  TProfile* GetFlowSPVZNUAPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZNUAPro[c][eg][h];};
1095  void SetFlowSPVZCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorHist[c][eg][h] = TH;};
1096  TH1D* GetFlowSPVZCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorHist[c][eg][h];};
1097 
1098  Int_t GetnRun() const {return this->fCRCnRun;};
1099  Int_t GetCRCPtnCen() const {return this->fCRCPtnCenBin;};
1100  Double_t GetCRCPtwCen() const {return this->fCRCPtwCenBin;};
1101  Int_t GetnEG() const {return this->fCRCnEtaGap;};
1102  Int_t GetCRCPtnPt() const {return this->fCRCPtnPtBin;};
1103  Double_t GetCRCPtwPt() const {return this->fCRCPtwPtBin;};
1104  Double_t GetCRCPtMinPt() const {return this->fCRCPtMinPt;};
1105  Int_t GetnCR() const {return this->fCRCnCR;};
1106  Double_t* GetCRCPtvarPtBins() const {return this->fCRCPtvarPtBins;};
1107  Int_t GetCRCZDCnCR() const {return this->fCRCZDCnCR;};
1108  Int_t GetCRCZDCnEtaBin() const {return this->fCRCZDCnEtaBin;};
1109 
1110  // CME:
1111  void SetCMEList(TList* const TL) {this->fCMEList = TL;};
1112  void SetCMETPCList(TList* const TL) {this->fCMETPCList = TL;};
1113  void SetCMEZDCList(TList* const TL) {this->fCMEZDCList = TL;};
1114  // CME TPC only:
1115  void SetCMETPCCorPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCCorPro[c][h] = TP;};
1116  TProfile* GetCMETPCCorPro(Int_t const c, Int_t const h) const {return this->fCMETPCCorPro[c][h];};
1117  void SetCMETPCCorHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCCorHist[c][h] = TH;};
1118  TH1D* GetCMETPCCorHist(Int_t const c, Int_t const h) const {return this->fCMETPCCorHist[c][h];};
1119  void SetCMETPCFinalHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCFinalHist[c][h] = TH;};
1120  TH1D* GetCMETPCFinalHist(Int_t const c, Int_t const h) const {return this->fCMETPCFinalHist[c][h];};
1121  void SetCMETPCCorPro2D(TProfile2D* const TP, Int_t const c) {this->fCMETPCCorPro2D[c] = TP;};
1122  TProfile2D* GetCMETPCCorPro2D(Int_t const c) const {return this->fCMETPCCorPro2D[c];};
1123 
1124  void SetCMETPCSCPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCSCPro[c][h] = TP;};
1125  TProfile* GetCMETPCSCPro(Int_t const c, Int_t const h) const {return this->fCMETPCSCPro[c][h];};
1126  void SetCMETPCSCHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCSCHist[c][h] = TH;};
1127  TH1D* GetCMETPCSCHist(Int_t const c, Int_t const h) const {return this->fCMETPCSCHist[c][h];};
1128 
1129  // CME TPC-ZDCs:
1130  void SetCMEZDCCorPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCorPro[eg][h] = TP;};
1131  TProfile* GetCMEZDCCorPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorPro[eg][h];};
1132  void SetCMEZDCCovPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCovPro[eg][h] = TP;};
1133  TProfile* GetCMEZDCCovPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovPro[eg][h];};
1134  void SetCMEZDCNUAPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCNUAPro[eg][h] = TP;};
1135  TProfile* GetCMEZDCNUAPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCNUAPro[eg][h];};
1136  void SetCMEZDCCorHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCorHist[eg][h] = TH;};
1137  TH1D* GetCMEZDCCorHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorHist[eg][h];};
1138  void SetCMEZDCCovHist(TH2D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCovHist[eg][h] = TH;};
1139  TH2D* GetCMEZDCCovHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovHist[eg][h];};
1140  void SetCMEZDCDistHist(TH1D* const TH, Int_t const eg, Int_t const h, Int_t const k) {this->fCMEZDCDistHist[eg][h][k] = TH;};
1141  TH1D* GetCMEZDCDistHist(Int_t const eg, Int_t const h, Int_t const k) const {return this->fCMEZDCDistHist[eg][h][k];};
1142 
1143  // EbE Flow
1144  void SetEbEFlowList(TList* const TL) {this->fEbEFlowList = TL;};
1145 
1146 
1147  // 15.) Various
1148  void SetVariousList(TList* const Various) {this->fVariousList = Various;};
1149  void SetMultHist(TH1D* const TH) {this->fMultHist = TH;};
1150  TH1D* GetMultHist() const {return this->fMultHist;}
1151  void SetCenHist(TH1D* const TH) {this->fCenHist = TH;};
1152  TH1D* GetCenHist() const {return this->fCenHist;}
1153  void SetVtxHist(TH3D* const TH, Int_t const c) {this->fVtxHist[c] = TH;};
1154  TH3D* GetVtxHist(Int_t const c) const {return this->fVtxHist[c];}
1155  void SetRunNumber(Int_t const n) {this->fRunNum = n;};
1156  Int_t GetRunNumber() const {return this->fRunNum;}
1157  void SetDataSet(DataSet set) {this->fDataSet = set;};
1158  DataSet GetDataSet() const {return this->fDataSet;}
1161  void SetSelectCharge(SelectCharge set) {this->fSelectCharge = set;};
1165  void SetCorrWeightTPC(CorrelationWeights weights) {this->fCorrWeightTPC = weights;};
1167  void SetCorrWeightVZ(CorrelationWeights weights) {this->fCorrWeightVZ = weights;};
1169  void SetCorrWeightZDC(CorrelationWeights weights) {this->fCorrWeightZDC = weights;};
1171  void SetMinMulZN(Int_t weights) {this->fMinMulZN = weights;};
1172  Int_t GetMinMulZN() const {return this->fMinMulZN;};
1173  void SetMaxDevZN(Float_t weights) {this->fMaxDevZN = weights;};
1174  Float_t GetMaxDevZN() const {return this->fMaxDevZN;};
1175 
1176 private:
1177 
1178  AliFlowAnalysisCRC(const AliFlowAnalysisCRC& afawQc);
1180 
1181  // 0.) base:
1183 
1184  // 1.) common:
1185  Bool_t fBookOnlyBasicCCH; // book only basis common control histrograms (by default book them all)
1195  Int_t fnBinsPhi; // number of phi bins
1196  Double_t fPhiMin; // minimum phi
1197  Double_t fPhiMax; // maximum phi
1198  Double_t fPhiBinWidth; // bin width for phi histograms
1199  Int_t fnBinsPt; // number of pt bins
1200  Double_t fPtMin; // minimum pt
1201  Double_t fPtMax; // maximum pt
1202  Double_t fPtBinWidth; // bin width for pt histograms
1203  Int_t fnBinsEta; // number of eta bins
1204  Double_t fEtaMin; // minimum eta
1205  Double_t fEtaMax; // maximum eta
1206  Double_t fEtaBinWidth; // bin width for eta histograms
1207  TProfile *fCommonConstants;
1208  Bool_t fFillMultipleControlHistograms; // fill separately control histos for events with >= 2, 4, 6 and 8 particles
1209  Int_t fHarmonic; // harmonic
1211  Bool_t fPrintFinalResults[4]; // print on the screen the final results (0=RF, 1=RP, 2=POI, 3=RF rebinned in M)
1212 
1213  // 2a.) particle weights:
1214  TList *fWeightsList; // list to hold all histograms with particle weights: fUseParticleWeights, fPhiWeights, fPtWeights and fEtaWeights
1215  Bool_t fUsePhiWeights; // use phi weights
1216  Bool_t fUsePtWeights; // use pt weights
1217  Bool_t fUseEtaWeights; // use eta weights
1218  Bool_t fUseTrackWeights; // use track weights (e.g. VZERO sector weights)
1219  Bool_t fUsePhiEtaWeights; // use phi,eta weights
1220  Bool_t fUsePhiEtaWeightsChDep; // use phi,eta weights charge dependent
1221  Bool_t fUsePhiEtaWeightsVtxDep; // use phi,eta weights vertex dependent (vz)
1222  Bool_t fUsePhiEtaWeightsChPtDep; // use phi,eta weights vertex dependent (vz)
1223  Bool_t fUsePhiEtaCuts; // use phi,eta cuts (for NUA)
1224  Bool_t fUseZDCESEMulWeights; // use ZDC-ESE mult. weights
1225  Bool_t fUseZDCESESpecWeights; // use ZDC-ESE spec. weights
1227  // TH1F *fPhiWeightsPOIs[2]; //! histogram holding phi weights
1228  // TH1D *fPtWeightsPOIs[2]; //! histogram holding pt weights
1229  // TH1D *fEtaWeightsPOIs[2]; //! histogram holding eta weights
1230  // TH2D *fPhiEtaWeightsPOIs[2]; //! histogram holding phi,eta weights
1232  // TH1D *fPtWeightsRPs; //!
1233  // TH1D *fEtaWeightsRPs; //!
1234  // TH1F *fPhiDistrRefPOIs[2]; //! histogram holding phi weights
1235  // TH1D *fPtDistrRefPOIs[2]; //! histogram holding pt weights
1236  // TH1D *fEtaDistrRefPOIs[2]; //! histogram holding eta weights
1237  // TH2D *fPhiEtaDistrRefPOIs[2]; //! histogram holding phi,eta weights
1238  // TH1F *fPhiDistrRefRPs; //!
1239  // TH1D *fPtDistrRefRPs; //!
1240  // TH1D *fEtaDistrRefRPs; //!
1241  // TH2D *fPhiEtaDistrRefRPs; //!
1242  // TH1D *fPtWeights[2]; //! histogram holding pt weights
1243 
1244  // 2b.) event weights:
1247 
1248  // 3.) integrated flow
1249  // 3a.) lists:
1254  // 3b.) flags:
1255  TProfile *fIntFlowFlags;
1256  Bool_t fApplyCorrectionForNUA; // apply correction for non-uniform acceptance
1257  Bool_t fApplyCorrectionForNUAVsM; // apply correction for non-uniform acceptance versus M
1258  Int_t fnBinsMult; // number of multiplicity bins for flow analysis versus multiplicity
1259  Double_t fMinMult; // minimal multiplicity for flow analysis versus multiplicity
1260  Double_t fMaxMult; // maximal multiplicity for flow analysis versus multiplicity
1261  Bool_t fPropagateErrorAlsoFromNIT; // propagate error by taking into account also non-isotropic terms (not sure if resulting error then is correct - to be improved)
1262  Bool_t fCalculateCumulantsVsM; // calculate cumulants versus multiplicity
1263  Bool_t fCalculateAllCorrelationsVsM; // calculate all correlations versus multiplicity
1264  Bool_t fMinimumBiasReferenceFlow; // store as reference flow in AliFlowCommonHistResults the minimum bias result (kFALSE by default)
1265  Bool_t fForgetAboutCovariances; // when propagating error forget about the covariances
1266  Bool_t fStoreVarious; // store phi distribution for one event to illustrate flow
1267  Int_t fExactNoRPs; // when shuffled, select only this number of RPs for the analysis
1268  Bool_t fUse2DHistograms; // use TH2D instead of TProfile to improve numerical stability in reference flow calculation
1269  Bool_t fFillProfilesVsMUsingWeights; // if the width of multiplicity bin is 1, weights are not needed
1270  Bool_t fUseQvectorTerms; // use TH2D with separate Q-vector terms instead of TProfile to improve numerical stability in reference flow calculation
1271 
1272  // 3c.) event-by-event quantities:
1273  TMatrixD *fReQ;
1274  TMatrixD *fImQ;
1275  TMatrixD *fSpk;
1276  TMatrixD *fReQGF;
1277  TMatrixD *fImQGF;
1283  Double_t fNumberOfRPsEBE; // # of Reference Particles
1284  Double_t fNumberOfPOIsEBE; // # of Particles of Interest
1285  Double_t fReferenceMultiplicityEBE; // reference multiplicity
1286  Double_t fReferenceMultiplicityRecEBE; // reference multiplicity - <reference multiplicity>
1287  Double_t fCentralityEBE; // centrality percentile
1288  Double_t fNewCentralityEBE; // new centrality percentile
1289  Double_t fNewMetricLEBE; // new metric L
1290  Double_t fNewMetricDEBE; // new metric D
1291  Double_t fNewMetricL2EBE; // new metric L
1292  Double_t fNewMetricD2EBE; // new metric D
1293  Double_t fCentralityCL1EBE; // centrality (CL1) percentile
1294  Double_t fNITSCL1EBE; // centrality (TRK) percentile
1295  Double_t fCentralityTRKEBE; // centrality (TRK) percentile
1296  // 3d.) profiles:
1297  TProfile *fAvMultiplicity;
1307  // [0=<<2><4>>,1=<<2><6>>,2=<<2><8>>,3=<<4><6>>,4=<<4><8>>,5=<<6><8>>]
1311 
1312  // 3e.) histograms with final results:
1321  // [0=Cov(2,4),1=Cov(2,6),2=Cov(2,8),3=Cov(4,6),4=Cov(4,8),5=Cov(6,8)]
1323  // [0=sum{w_{<2>}},1=sum{w_{<4>}},2=sum{w_{<6>}},3=sum{w_{<8>}}][0=linear 1,1=quadratic]
1325  // [0=sum{w_{<2>}w_{<4>}},1=sum{w_{<2>}w_{<6>}},2=sum{w_{<2>}w_{<8>}},
1326  // 3=sum{w_{<4>}w_{<6>}},4=sum{w_{<4>}w_{<8>}},5=sum{w_{<6>}w_{<8>}}]
1339  // 4.) differential flow
1340  // 4a.) lists:
1345  // 4aa.) nested list in list fDiffFlowProfiles:
1350  // 4ab.) nested list in list fDiffFlowResults:
1359  // 4b.) flags:
1360  TProfile *fDiffFlowFlags;
1361  Bool_t fCalculateDiffFlow; // if you set kFALSE only reference flow will be calculated
1362  Bool_t fCalculate2DDiffFlow; // calculate 2D differential flow vs (pt,eta) (Remark: this is expensive in terms of CPU time)
1363  Bool_t fCalculateDiffFlowVsEta; // if you set kFALSE only differential flow vs pt is calculated
1364  // 4c.) event-by-event quantities:
1365  // 1D:
1366  TProfile *fReRPQ1dEBE[3][2][4][9];
1367  TProfile *fImRPQ1dEBE[3][2][4][9];
1368  TProfile *fs1dEBE[3][2][9];
1372 
1373  // 2D:
1374  TProfile2D *fReRPQ2dEBE[3][4][9];
1375  TProfile2D *fImRPQ2dEBE[3][4][9];
1376  TProfile2D *fs2dEBE[3][9];
1377  // 4d.) profiles:
1378  // 1D:
1379  TProfile *fDiffFlowCorrelationsPro[2][2][4];
1380  TProfile *fDiffFlowSquaredCorrelationsPro[2][2][4];
1381  TProfile *fDiffFlowProductOfCorrelationsPro[2][2][8][8];
1382  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1383  TProfile *fDiffFlowCorrectionTermsForNUAPro[2][2][2][10];
1384  // 2D:
1385  TProfile2D *f2DDiffFlowCorrelationsPro[2][4];
1386  // Other differential correlators:
1388  TProfile *fOtherDiffCorrelators[2][2][2][1];
1389  // 4e.) histograms holding final results:
1390  // 1D:
1395  TH1D *fDiffFlow[2][2][4];
1398  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1400  // 2D:
1403  // 6.) distributions:
1406  Bool_t fStoreDistributions; // store or not distributions of correlations
1408  Int_t fnBinsForCorrelations; // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]
1409  Double_t fMinValueOfCorrelation[4]; // min values of <2>, <4>, <6> and <8>
1410  Double_t fMaxValueOfCorrelation[4]; // max values of <2>, <4>, <6> and <8>
1411  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
1412  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
1413  Double_t fMinValueOfQvectorTerms[4]; // MinValueOfQvectorTerms
1414  Double_t fMaxValueOfQvectorTerms[4]; // MaxValueOfQvectorTerms
1415 
1416  // 8.) debugging and cross-checking:
1418  Bool_t fEvaluateIntFlowNestedLoops; // evaluate nested loops relevant for integrated flow
1419  Bool_t fEvaluateDiffFlowNestedLoops; // evaluate nested loops relevant for differential flow
1420  Int_t fMaxAllowedMultiplicity; // nested loops will be evaluated only for events with multiplicity <= fMaxAllowedMultiplicity
1422  // integrated flow:
1426  // differential flow:
1427  Int_t fCrossCheckInPtBinNo; // cross-check results for reduced correlations and corrections in this pt bin
1428  Int_t fCrossCheckInEtaBinNo; // cross-check results for reduced correlations and corrections in this eta bin
1429  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
1430  TProfile *fDiffFlowDirectCorrelations[2][2][4];
1431  TProfile *fDiffFlowDirectCorrectionTermsForNUA[2][2][2][10];
1432  // other differential correlators:
1433  TProfile *fOtherDirectDiffCorrelators[2][2][2][1];
1434  // mixed harmonics:
1436 
1437  // 9.) mixed harmonics:
1438  // 9a.) lists:
1443  //TList *fIntFlowAllCorrelationsVsM; // list to hold all profiles with correlations vs M
1444  // 9b.) flags:
1446  Bool_t fCalculateMixedHarmonics; // calculate or not mixed harmonics
1447  Bool_t fCalculateMixedHarmonicsVsM; // calculate or not mixed harmonics vs multiplicity
1448  // 9c.) profiles:
1449  TProfile *f2pCorrelations;
1450  TProfile *f3pCorrelations;
1451  TProfile *f4pCorrelations;
1452  TProfile *f5pCorrelations;
1453  TProfile *f6pCorrelations;
1454  TProfile *f7pCorrelations;
1455  TProfile *f8pCorrelations;
1456  // 9d.) results:
1464  // 9e.) statistical error propagation:
1468  // 10.) Control histograms:
1469  // 10a.) list:
1470  TList *fControlHistogramsList; // list to hold all control histograms
1471  // 10b.) flags:
1472  TProfile *fControlHistogramsFlags; // profile to hold all flags for control histograms
1473  Bool_t fStoreControlHistograms; // store or not control histograms
1474  // 10c.) histograms:
1481  // 11.) Bootstrap:
1482  // 11a) lists:
1486  // 11b) flags:
1487  TProfile *fBootstrapFlags;
1488  Bool_t fUseBootstrap; // use bootstrap to estimate statistical spread
1489  Bool_t fUseBootstrapVsM; // use bootstrap to estimate statistical spread for results vs M
1490  Int_t fnSubsamples; // number of subsamples (SS), by default 10
1491  TRandom3 *fRandom;
1492  // 11c) profiles:
1494  TProfile2D *fBootstrapCorrelationsVsM[4];
1495  // 11d) histograms:
1498 
1499  // 12.) CRC
1500 
1503  TProfile *fCRCFlags;
1504  Bool_t fCalculateCRC; // calculate CRC
1533 
1535  const static Int_t fCRCnCR = 16;
1536  const static Int_t fCRCnNUA = 14;
1537  const static Int_t fCRCnEtaGap = 7;
1538  const static Int_t fCRCnCorr = 4;
1539  const static Int_t fCRCnEtaBins = 32;
1540  const static Int_t fCRCMaxnCen = 10;
1543  const static Int_t fCRCnHar = 3;
1544  const static Int_t fCRCMaxnRun = 211;
1545 
1552 
1561 
1569 
1570  // Q vectors
1571  const static Int_t fCRCQVecnCR = 64;
1577  TArrayI fRunList; // Run list
1578  TArrayD fAvVtxPosX; // Run list
1579  TArrayD fAvVtxPosY; // Run list
1580  TArrayD fAvVtxPosZ; // Run list
1581  TArrayI fnEvRbR; // number of events in each run
1602 // TH3D* fCRCQVecPhiRbRHist[fCRCMaxnRun]; //! phi ditribution POIs run-by-run
1603 // TH3D* fCRCQVecPhiRbRHistCh[fCRCMaxnRun][2]; //! phi ditribution POIs bins ch run-by-run
1604  TProfile3D* fCRCQVecHarCosProCh[2];
1605  TProfile3D* fCRCQVecHarSinProCh[2];
1612  const static Int_t fkNRbRFlowHar = 2;
1613  const static Int_t fkNRbRIntFlow = 2;
1616 
1617  // temp
1618  TProfile *fTPCQHist[fCRCnHar][2];
1619  TProfile *fZDCQHist[12];
1621  const static Int_t fkNZDCResHist = 4;
1623  TH1D *fZDCEPHist[20][3];
1624  TF1* fFitPol0EP;
1625  TProfile3D *fZDCVtxHist[4];
1626  TProfile2D *fZDCEcomHist[4];
1627  TProfile2D *fZDCEcomTotHist[4];
1628  TProfile3D *fZDCEcomTotvsVtxHist[12];
1629 
1630 // TProfile2D *fCRCZDCQVecCenEComTot[fCRCMaxnRun][4]; //!
1632 // TProfile2D *fCRCTPCQVecCenEComTot[fCRCMaxnRun][4]; //!
1635  TProfile2D *fhAvRefMulRbR;
1636  TProfile2D *fhAvQMCRbR;
1637  TProfile2D *fhAvQMARbR;
1638  TProfile *fhAvAbsOrbit;
1639 
1640  TProfile3D *fZDCVtxCenHist[10][4];
1641  TProfile3D *fZDCVtxCenHistMagPol[10][8];
1642  TProfile2D *fVZEROCenHist[3];
1648  TProfile2D *fZDCBinsCenRefMultRbR[4];
1649  TProfile2D *fZDCBinsCenRefMultTot[4];
1650  TProfile *fZDCBinsCenRefMultRbRProf[10][4];
1651  TProfile *fZDCBinsCenRefMultTotProf[10][4];
1660 
1661  TF1 *fZDCFitSec[4];
1668 
1669  TProfile *fCRCVZQVecA[fCRCMaxnRun][2];
1670  TProfile *fCRCVZQVecC[fCRCMaxnRun][2];
1671  const static Int_t fCRCQVecnCov = 12;
1673 
1674  TProfile *fCRCZDCQVecA[fCRCMaxnRun][2];
1675  TProfile *fCRCZDCQVecC[fCRCMaxnRun][2];
1678 // TH2D *fCRCZDCQVecEP[fCRCMaxnRun][4]; //! ZN event planes
1679 // TH3D* fhZNCenDis[2]; //! ZDC 2D Q-vector distribution vs centrality
1680  TProfile *fCRCZDCQVecRes[fCRCMaxnRun][4];
1682  const static Int_t fkCRCnCQVecVtxPos = 8;
1684  TProfile3D *fCRCZDCQVecVtxPos[fCRCMaxnRun][4];
1687  const static Int_t fknEZDCBins = 10;
1690 // TProfile2D *fCRCZDCQVecECom[fCRCMaxnRun][fkCRCnCQVecVtxPos]; //! re-centering Qvec vs Energy common tower
1691  const static Int_t fkCRCnCQVecEcomPos = 12;
1692 // TProfile3D *fCRCZDCQVecEComTot[fkCRCnCQVecEcomPos]; //! re-centering Qvec vs Energy common tower
1693  const static Int_t fkNsteps = 13;
1694  TProfile2D *fCRCZDCQVecCorSteps[4];
1695  // TProfile2D *fCRCZDCResCenEn; //!
1696  // TProfile2D *fCRCZDCQ2[8]; //! Q2
1701 
1702  // test
1703 // TProfile3D *fCRCZDCQVecResVtx[2][3]; //!
1704 // TProfile2D *fCRCZDCQVecResEZDC[2][3]; //!
1705 // TProfile2D *fCRCZDCQVecResv1QA[2][3]; //!
1706 // TProfile2D *fCRCZDCQVecResv1QC[2][3]; //!
1707 // TProfile2D *fCRCZDCQVecResv1Cross[2][3]; //!
1708 //
1709 // TProfile2D *fCRCZDCQVecResCrossC[2][3]; //!
1710 // TProfile2D *fCRCZDCQVecResCrossA[2][3]; //!
1712 
1713  // TProfile *fCRCVZvsZDCCov[fCRCMaxnRun][16]; //! ZDC vs VZ Q Vectors correlations
1714 
1715  // CRCVZERO
1718  const static Int_t fkNHistCRCVZ = 27;
1721 // TProfile2D *fCRCVZEROQVec[fCRCMaxnRun][fCRCnHar]; //!
1722 
1723  // CRCZDC
1725  const static Int_t fCRCZDCnCR = 13;
1726  const static Int_t fCRCZDCnEtaBin = 5;
1741 
1742  // CRC Pt differential
1744 
1746  const static Int_t fCRCPtnPtBinMax = 48;
1755 
1756  // CME
1757  const static Int_t fCMETPCnCR = 20;
1758  const static Int_t fCMEnEtaBin = 2;
1759  const static Int_t fCMETPCnDist = 4;
1760  const static Int_t fCMEZDCnCR = 20;
1761  const static Int_t fCMEZDCnDist = 4;
1762  const static Int_t fCMETPCnSC = 8;
1775  const static Int_t fCMETPCnHist = 19;
1776  const static Int_t fZDCESEnCl = 5;
1781  TProfile *fCMETPCSCPro[fCMETPCnSC][2];
1783  const static Int_t fCMETPCnHist2D = 3;
1785 
1786  // CRC2
1787  const static Int_t fkNCorCRC2 = 6;
1789  Int_t fCRC2nEtaBins; // CRC2 n eta bins
1799 
1800  // Flow all
1801  const static Int_t fFlowNHarm = 6;
1802  const static Int_t fFlowNHarmMax = 14; // WARNING: MIN (2*fFlowNHarm+2)
1803  const static Int_t fQVecPower = 5;
1804  const static Int_t fkNITStypes = 16;
1806  const static Int_t fkEtaDiffNBins = 5;
1807  const static Int_t fkEtaDiffMaxNBins = 10;
1832  const static Int_t fZDCPtDiffNBins = 3;
1834 
1835  // Flow SP ZDC
1837  const static Int_t fFlowNPro = 8;
1838  const static Int_t fFlowNNUA = 2;
1839  const static Int_t fFlowNHarmZDC = 1;
1840 
1845 
1850 
1851  const static Int_t fkNHistv1eta = 14;
1852  const static Int_t fkNHarv1eta = 3;
1855  const static Int_t fkNHistv1etaCov = 13;
1859  const static Int_t fkNHistv2eta = 4;
1864  const static Int_t fkNHistv1etaPt = 6;
1867  const static Int_t fkNHistQVecCorrv1eta = 6;
1868 // TProfile2D *fCRCQVecEtaHist[fCRCMaxnRun][fkNHistQVecCorrv1eta]; //!
1869  TProfile2D *fCRCTPCQVecCenVtxTime[fCRCMaxnRun][3][4];
1870  TProfile2D *fCRCZDCQVecCenVtxTime[fCRCMaxnRun][3][4];
1871 // TProfile2D *fTPCEtaHist[fkNHistQVecCorrv1eta]; //!
1873  TProfile2D *fTPCQVecProTemp[2][4];
1874  const static Int_t fkNv1evenCor = 6;
1876 
1877  // Flow QC
1879  const static Int_t fFlowQCNPro = 4;
1880  const static Int_t fFlowQCNNUA = 12;
1881  const static Int_t fFlowQCNCov = 8;
1894 
1896  const static Int_t fkFlowQCnVtx = 6;
1897  const static Int_t fkFlowQCnHarVtx = 3;
1899 
1900  const static Int_t fkFlowQCnIntCorPro = 5;
1906 
1907  const static Int_t fkFlowQCnIntCorTest = 3;
1908  const static Int_t fkFlowQCnVtxCorTest = 3;
1913 
1914 // TList* fFlowQCOrdMagList;
1915 // const static Int_t fkNOrdMag = 20;
1916 // const static Int_t fkNHistOrdMag = 4;
1917 // TH1D *fFlowQCIntCorHistOrdMag[fFlowNHarm][fkNOrdMag][fkNHistOrdMag]; //!
1918 
1923 
1924  const static Int_t fFlowQCNRef = 14;
1928 
1935 
1936  // flow QC high order
1938  const static Int_t fFlowNHarmHighOrd = 2;
1939  const static Int_t fFlowQCHONHist = 4;
1940  const static Int_t fFlowQCHOCenBin = 100;
1944 
1945  // flow Generic Framework
1947  const static Int_t fkFlowGFNHarm = 4;
1948  const static Int_t fkFlowGFNOrde = 4;
1949  const static Int_t fFlowGFCenBin = 100;
1956 
1960 
1961  // SC w ZDC
1962  const static Int_t fSCv2vsZNPtBins = 3;
1963  const static Int_t fSCv2vsZNHarm = 4;
1964  const static Int_t fkSCNHist = 6;
1973  TProfile2D *fFlowSCAvPtvsZN;
1974 
1975  // Flow SP VZ
1976  const static Int_t fkFlowSPVZnHist = 4;
1981 
1982  // EbE Flow
1991  const static Int_t fEBEFlowNResPro=18;
1993  TF1* FourierExp;
1996 
1997  // Various:
2006  TProfile2D* fRefMultRbRPro;
2007  TProfile2D* fAvEZDCCRbRPro;
2008  TProfile2D* fAvEZDCARbRPro;
2012  TH1D* fEtaWeightsHist[10][21][2];
2013  TH1D* fNvsCenCut[2][2];
2029  TH1F* fMultCutMin;
2030  TH1F* fMultCutMax;
2031  TH1F* fMultCutAv;
2032  TH1F* fRMSRefMulCenBins[10];
2033  TH1F* fEZNCutMin;
2034  TH1F* fEZNCutMax;
2035  Double_t fVtxPos[3]; // primary vertex position (x,y,z)
2036  Double_t fVtxPosCor[3]; // primary vertex position (x,y,z), re-centered at 0
2037  TF1 *fPolMin[2];
2038  TF1 *fPolMax[2];
2039  TF1 *fPolAv[2];
2040  TF1 *fPolDer[2];
2041  TF1 *fPolInt[2];
2042  TF1 *fPolDist[2];
2043  TF1 *fPolSlope[2];
2045  Double_t fZNCQ0; // common tower energy from ZNC-C
2046  Double_t fZNAQ0; // common tower energy from ZNC-A
2047  Double_t fZNCen; // total energy from ZNC-C
2048  Double_t fZNAen; // total energy from ZNC-A
2049  Double_t fEnNucl; // energy per nucleon (GeV)
2053 
2054  const static Int_t fZDCESEnPol=4;
2057 
2065 
2067 
2068 };
2069 
2070 //================================================================================================================
2071 
2072 #endif
2073 
2074 
2075 
2076 
2077 
TH1D * fFlowSCFinalHist[fSCv2vsZNHarm][fkSCNHist]
Double_t GetMinMult() const
static const Int_t fFlowQCHOCenBin
TH1D * GetFlowGFIntCorHist(Int_t const c, Int_t const eg) const
virtual void GetPointersForIntFlowHistograms()
void SetCorrelation2468VsMult(TH2D *const c2468vm, Int_t const ci)
Bool_t GetBookOnlyBasicCCH() const
TProfile2D * fCRCZDCQVecCenVtxTime[fCRCMaxnRun][3][4]
TH2D * GetQvectorTermsVsMult(Int_t qvti) const
TH1D * GetCRCCovHist(Int_t const c, Int_t const eg, Int_t const h) const
void SetFlowGFIntCumHist(TH1D *const TP, Int_t const c, Int_t const eg)
TProfile * GetCRCCorrProd2p2pPro(Int_t const c, Int_t const eg, Int_t const h) const
static const Int_t fkFlowSPVZnHist
TH3D * fPhiEtaWeightsVtx[fCRCMaxnCen]
TProfile * GetDistributionsFlags() const
static const Int_t fkNHistQVecCorrv1eta
TH2F * GetZDCESESpecWeightsHist(Int_t h) const
TProfile * fFlowGFMixedCorPro[fkFlowGFNHarm][fkFlowGFNHarm]
TH2D * fPOIPhiEtaDiffQRe[fkNITStypes][fQVecPower][fFlowNHarmMax]
imaginary part [0=pos,1=neg][0=back,1=forw][p][k]
TProfile * Get2pCorrelations() const
void SetFlowQCIntCumHistTest(TH2D *const TP, Int_t const eg, Int_t const j, Int_t const k)
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)
static const Int_t fkFlowQCnVtxCorTest
void SetPOIExtraWeights(POIExtraWeights set)
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 * 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
TH2D * fFlowSPZDCv1etaPtHist[fCRCMaxnCen][fkNHistv1etaPt]
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
fImQ[m][k] = sum_{i=1}^{M} w_{i}^{k} sin(m*phi_{i})
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 #
static const Int_t fCRCMaxnRun
POIExtraWeights GetPOIExtraWeights() const
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
TH2D * fPOIEtaPtMul[2][fFlowNHarmMax]
Bool_t GetUsePhiEtaCuts() const
Bool_t GetInvertZDC() const
TH1D * GetIntFlowQcumulants() const
virtual void WriteHistograms(TString outputFileName)
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]
void SetFlowGFIntCorPro(TProfile *const TP, Int_t const c, Int_t const eg)
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)