AliPhysics  68dfc25 (68dfc25)
 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();
121  virtual void InitializeArraysForFlowGF();
122  virtual void InitializeArraysForFlowSPZDC();
123  virtual void InitializeArraysForFlowSPVZ();
124  virtual void InitializeArraysForEbEFlow();
125 
126  // 1.) method Init() and methods called within Init():
127  virtual void Init();
128  virtual void InitializeArraysForQVec();
129  virtual void CrossCheckSettings();
130  virtual void CommonConstants(TString method);
131  virtual void BookAndNestAllLists();
133  virtual void BookCommonHistograms();
134  virtual void BookAndFillWeightsHistograms();
135  virtual void BookEverythingForIntegratedFlow();
136  virtual void BookEverythingForDifferentialFlow();
138  virtual void BookEverythingForDistributions();
139  virtual void BookEverythingForVarious();
140  virtual void BookEverythingForNestedLoops();
141  virtual void BookEverythingForMixedHarmonics();
142  virtual void BookEverythingForControlHistograms();
143  virtual void BookEverythingForBootstrap();
144  virtual void SetRunList();
145  virtual void BookEverythingForCRC();
146  virtual void BookEverythingForCRCVZ();
147  virtual void BookEverythingForCRCZDC();
148  virtual void BookEverythingForCRCPt();
149  virtual void BookEverythingForQVec();
150  virtual void BookEverythingForCME();
151  virtual void BookEverythingForCRC2();
152  virtual void BookEverythingForFlowEbE();
153  virtual void BookEverythingForFlowQC();
154  virtual void BookEverythingForFlowGF();
155  virtual void BookEverythingForFlowSPZDC();
156  virtual void BookEverythingForFlowSPVZ();
157  virtual void BookEverythingForEbEFlow();
158  virtual void StoreIntFlowFlags();
159  virtual void StoreDiffFlowFlags();
160  virtual void StoreFlagsForDistributions();
161  virtual void StoreHarmonic();
162  virtual void StoreMixedHarmonicsFlags();
163  virtual void StoreControlHistogramsFlags();
164  virtual void StoreBootstrapFlags();
165  virtual void StoreCRCFlags();
166  virtual void SetCentralityWeights();
167 
168  // 2.) method Make() and methods called within Make():
169  virtual void Make(AliFlowEventSimple *anEvent);
170  // 2a.) Common:
171  virtual void CheckPointersUsedInMake();
172  virtual void FillAverageMultiplicities(Int_t nRP);
173  virtual void FillCommonControlHistograms(AliFlowEventSimple *anEvent);
174  virtual void FillControlHistograms(AliFlowEventSimple *anEvent);
175  virtual void ResetEventByEventQuantities();
176  // 2b.) Reference flow:
177  virtual void CalculateIntFlowCorrelations();
180  virtual void CalculateIntFlowSumOfEventWeights();
189  virtual void CalculateMixedHarmonics();
190  virtual std::complex<double> ucN(const Int_t n, const TArrayI& h);
191  virtual std::complex<double> ucN2(const Int_t n, TArrayI& h, TArrayI& cnt);
192  // 2c.) Cross-checking reference flow correlations with nested loops:
193  virtual void EvaluateIntFlowNestedLoops(AliFlowEventSimple* const anEvent);
198  virtual void EvaluateMixedHarmonicsWithNestedLoops(AliFlowEventSimple* const anEvent);
199  // 2d.) Differential flow:
200  virtual void CalculateDiffFlowCorrelations(TString type, TString ptOrEta); // type = RP or POI
201  virtual void CalculateDiffFlowCorrelationsUsingParticleWeights(TString type, TString ptOrEta); // type = RP or POI
202  virtual void CalculateDiffFlowProductOfCorrelations(TString type, TString ptOrEta); // type = RP or POI
203  virtual void CalculateDiffFlowSumOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
204  virtual void CalculateDiffFlowSumOfProductOfEventWeights(TString type, TString ptOrEta); // type = RP or POI
205  virtual void CalculateDiffFlowCorrectionsForNUACosTerms(TString type, TString ptOrEta);
207  virtual void CalculateDiffFlowCorrectionsForNUASinTerms(TString type, TString ptOrEta);
209  // 2e.) 2D differential flow:
210  virtual void Calculate2DDiffFlowCorrelations(TString type); // type = RP or POI
211  // 2f.) Other differential correlators (i.e. Teaney-Yan correlator):
212  virtual void CalculateOtherDiffCorrelators(TString type, TString ptOrEta); // type = RP or POI
213  // 2g.) Distributions of reference flow correlations:
214  virtual void StoreDistributionsOfCorrelations();
215  // 2h.) Cross-checking differential flow correlations with nested loops:
216  virtual void EvaluateDiffFlowNestedLoops(AliFlowEventSimple* const anEvent);
217  virtual void EvaluateDiffFlowCorrelationsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
221  virtual void EvaluateOtherDiffCorrelatorsWithNestedLoops(AliFlowEventSimple* const anEvent, TString type, TString ptOrEta);
222  // 2i.) Charge-Rapidity Correlations
223  virtual void RecenterCRCQVec();
224  virtual void RecenterCRCQVecZDC();
225  virtual void RecenterCRCQVecVZERO();
226  virtual void PassQAZDCCuts();
227  virtual Bool_t PassCutZDCQVecDis(Double_t ZCRe, Double_t ZCIm, Double_t ZARe, Double_t ZAIm);
228  virtual Bool_t MultCut2015o();
229  virtual void CalculateCRCCorr();
230  virtual void CalculateCRCVZERO();
231  virtual void CalculateCRCZDC();
232  virtual void CalculateCRCPtCorr();
233  virtual void CalculateCRCQVec();
234  virtual void CalculateVZvsZDC();
235  virtual void CalculateCMETPC();
236  virtual void CalculateCMEZDC();
237  virtual void CalculateCRC2Cor();
238  virtual void CalculateFlowQC();
239  virtual void CalculateFlowGF();
240  virtual void CalculateFlowSCZDC();
241  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);
242  virtual void CalculateFlowSPVZ();
243  virtual void FitEbEFlow();
244  // 2h.) Various
245  virtual void FillVarious();
246 
247  // 3.) method Finish() and methods called within Finish():
248  virtual void Finish();
249  virtual void CheckPointersUsedInFinish();
250  // 3a.) integrated flow:
251  virtual void FinalizeCorrelationsIntFlow();
253  virtual void CalculateCovariancesIntFlow();
254  virtual void CalculateCovariancesNUAIntFlow();
255  virtual void CalculateCumulantsIntFlow();
256  virtual void CalculateReferenceFlow();
257  virtual void FillCommonHistResultsIntFlow();
258  // nua:
260  virtual void PrintFinalResultsForIntegratedFlow(TString type);
261  virtual void CrossCheckIntFlowCorrelations();
262  virtual void CrossCheckIntFlowExtraCorrelations(); // extra correlations which appear only when particle weights are used
264  // 3b.) differential flow:
265  virtual void FinalizeReducedCorrelations(TString type, TString ptOrEta);
266  virtual void CalculateDiffFlowCovariances(TString type, TString ptOrEta);
267  virtual void CalculateDiffFlowCumulants(TString type, TString ptOrEta);
268  virtual void CalculateDiffFlow(TString type, TString ptOrEta);
269  virtual void FinalizeCorrectionTermsForNUADiffFlow(TString type, TString ptOrEta);
270  virtual void CalculateDiffFlowCumulantsCorrectedForNUA(TString type, TString ptOrEta);
271  virtual void CalculateDiffFlowCorrectedForNUA(TString type, TString ptOrEta);
272  virtual void CalculateFinalResultsForRPandPOIIntegratedFlow(TString type); // to be improved (add also possibility to integrate over eta yield)
273  virtual void FillCommonHistResultsDiffFlow(TString type);
274  virtual void CrossCheckDiffFlowCorrelations(TString type, TString ptOrEta);
276  virtual void CrossCheckDiffFlowCorrectionTermsForNUA(TString type, TString ptOrEta);
277  // 3c.) 2D:
278  virtual void Calculate2DDiffFlowCumulants(TString type);
279  virtual void Calculate2DDiffFlow(TString type);
280  // 3d.) Other differential correlators:
281  virtual void CrossCheckOtherDiffCorrelators(TString type, TString ptOrEta);
282  // 3e.) Mixed harmonics:
283  virtual void CalculateCumulantsMixedHarmonics();
284  // 3f.) Bootstrap:
285  virtual void CalculateCumulantsForBootstrap();
286  // 3g.) CRC:
287  virtual void FinalizeCRCCorr();
288  virtual void FinalizeCRCVZERO();
289  virtual void FinalizeCRCZDC();
290  virtual void FinalizeCRCPtCorr();
291  virtual void FinalizeCMETPC();
292  virtual void FinalizeCMEZDC();
293  virtual void FinalizeCRC2Cor();
294  virtual void FinalizeFlowQC();
295  virtual void FinalizeFlowGF();
296  virtual void FinalizeFlowSPZDC();
297  virtual void FinalizeFlowSPVZ();
298  // 3h.) Various:
299  virtual void FinalizeVarious();
300  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);
302 
303  // 4.) method GetOutputHistograms() and methods called within GetOutputHistograms():
304  virtual void GetOutputHistograms(TList *outputListHistos);
305  virtual void GetPointersForCommonHistograms();
307  virtual void GetPointersForIntFlowHistograms();
308  virtual void GetPointersForDiffFlowHistograms();
309  virtual void GetPointersFor2DDiffFlowHistograms();
310  virtual void GetPointersForOtherDiffCorrelators();
313  virtual void GetPointersForControlHistograms();
314  virtual void GetPointersForBootstrap();
315  virtual void GetPointersForCRC();
316  virtual void GetPointersForCRCVZ();
317  virtual void GetPointersForCRCZDC();
318  virtual void GetPointersForCRC2();
319  virtual void GetPointersForCRCPt();
320  virtual void GetPointersForQVec();
321  virtual void GetPointersForCME();
322  virtual void GetPointersForFlowQC();
323  virtual void GetPointersForFlowGF();
324  virtual void GetPointersForFlowSPZDC();
325  virtual void GetPointersForFlowSPVZ();
326  virtual void GetPointersForEbEFlow();
327  virtual void GetPointersForVarious();
328 
329  // 5.) other methods:
330  TProfile* MakePtProjection(TProfile2D *profilePtEta) const;
331  TProfile* MakeEtaProjection(TProfile2D *profilePtEta) const;
332  virtual void WriteHistograms(TString outputFileName);
333  virtual void WriteHistograms(TDirectoryFile *outputFileName);
334  virtual Int_t GetCRCBin(Int_t c, Int_t y, Int_t c2, Int_t y2);
335  virtual Int_t GetCRCVZBin(Int_t c, Int_t c2);
336  virtual Int_t GetCRCQVecBin(Int_t c, Int_t y);
337  virtual Int_t GetCRCRunBin(Int_t RunNum);
338  virtual Int_t GetCRCCenBin(Double_t Centrality);
339  virtual Int_t GetWideCenBin(Double_t Centrality);
340  virtual Double_t GetSumPro(TProfile *pro, Int_t bin);
341 
342  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);
343 
344  // **** SETTERS and GETTERS ****
345 
346  // 0.) base:
347  void SetHistList(TList* const hlist) {this->fHistList = hlist;}
348  TList* GetHistList() const {return this->fHistList;}
349 
350  // 1.) common:
351  void SetBookOnlyBasicCCH(Bool_t const bobcch) {this->fBookOnlyBasicCCH = bobcch;};
353  void SetCommonHists(AliFlowCommonHist* const ch) {this->fCommonHists = ch;};
355  void SetCommonHists2nd(AliFlowCommonHist* const ch2nd) {this->fCommonHists2nd = ch2nd;};
357  void SetCommonHists4th(AliFlowCommonHist* const ch4th) {this->fCommonHists4th = ch4th;};
359  void SetCommonHists6th(AliFlowCommonHist* const ch6th) {this->fCommonHists6th = ch6th;};
361  void SetCommonHists8th(AliFlowCommonHist* const ch8th) {this->fCommonHists8th = ch8th;};
371  void SetCommonConstants(TProfile* const cc) {this->fCommonConstants = cc;};
372  TProfile* GetCommonConstants() const {return this->fCommonConstants;};
375  void SetHarmonic(Int_t const harmonic) {this->fHarmonic = harmonic;};
376  Int_t GetHarmonic() const {return this->fHarmonic;};
377  void SetAnalysisLabel(const char *aLabel) {this->fAnalysisLabel->Append(*aLabel);}; // to be improved (Append(*aLabel) changed into Append(aLabel))
378  TString *GetAnalysisLabel() const {return this->fAnalysisLabel;};
379  void SetPrintFinalResults(Bool_t const printOrNot, Int_t const i) {this->fPrintFinalResults[i] = printOrNot;};
381 
382  // 2a.) particle weights:
383  void SetWeightsList(TList* const wlist) {this->fWeightsList = wlist;}
384  TList* GetWeightsList() const {return this->fWeightsList;}
385  void SetUsePhiWeights(Bool_t const uPhiW) {this->fUsePhiWeights = uPhiW;};
386  Bool_t GetUsePhiWeights() const {return this->fUsePhiWeights;};
387  void SetUsePtWeights(Bool_t const uPtW) {this->fUsePtWeights = uPtW;};
388  Bool_t GetUsePtWeights() const {return this->fUsePtWeights;};
389  void SetUseEtaWeights(Bool_t const uEtaW) {this->fUseEtaWeights = uEtaW;};
390  Bool_t GetUseEtaWeights() const {return this->fUseEtaWeights;};
391  void SetUseTrackWeights(Bool_t const uTrackW) {this->fUseTrackWeights = uTrackW;};
392  Bool_t GetUseTrackWeights() const {return this->fUseTrackWeights;};
393  void SetUsePhiEtaWeights(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeights = uPhiEtaW;};
395  void SetUsePhiEtaWeightsChDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsChDep = uPhiEtaW;};
397  void SetUsePhiEtaWeightsVtxDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsVtxDep = uPhiEtaW;};
399  void SetUsePhiEtaWeightsChPtDep(Bool_t const uPhiEtaW) {this->fUsePhiEtaWeightsChPtDep = uPhiEtaW;};
401  void SetUsePhiEtaCuts(Bool_t const uPhiEtaW) {this->fUsePhiEtaCuts = uPhiEtaW;};
402  Bool_t GetUsePhiEtaCuts() const {return this->fUsePhiEtaCuts;};
403  void SetUseZDCESEMulWeights(Bool_t const uPhiEtaW) {this->fUseZDCESEMulWeights = uPhiEtaW;};
405  void SetUseZDCESESpecWeights(Bool_t const uPhiEtaW) {this->fUseZDCESESpecWeights = uPhiEtaW;};
407  void SetUseParticleWeights(TProfile* const uPW) {this->fUseParticleWeights = uPW;};
408  TProfile* GetUseParticleWeights() const {return this->fUseParticleWeights;};
409  void SetPhiWeights(TH1F* const histPhiWeights) {this->fPhiWeightsRPs = histPhiWeights;};
410  TH1F* GetPhiWeights() const {return this->fPhiWeightsRPs;};
411 
412  // 2b.) event weights:
413  void SetMultiplicityWeight(const char *multiplicityWeight) {*this->fMultiplicityWeight = multiplicityWeight;};
415 
416  // 3.) Reference flow:
417  // Flags:
418  void SetIntFlowFlags(TProfile* const intFlowFlags) {this->fIntFlowFlags = intFlowFlags;};
419  TProfile* GetIntFlowFlags() const {return this->fIntFlowFlags;};
420  void SetApplyCorrectionForNUA(Bool_t const applyCorrectionForNUA) {this->fApplyCorrectionForNUA = applyCorrectionForNUA;};
422  void SetApplyCorrectionForNUAVsM(Bool_t const applyCorrectionForNUAVsM) {this->fApplyCorrectionForNUAVsM = applyCorrectionForNUAVsM;};
424  void SetnBinsMult(Int_t const nbm) {this->fnBinsMult = nbm;};
425  Int_t GetnBinsMult() const {return this->fnBinsMult;};
426  void SetMinMult(Double_t const minm) {this->fMinMult = minm;};
427  Double_t GetMinMult() const {return this->fMinMult;};
428  void SetMaxMult(Double_t const maxm) {this->fMaxMult = maxm;};
429  Double_t GetMaxMult() const {return this->fMaxMult;};
430  void SetPropagateErrorAlsoFromNIT(Bool_t const peafNIT) {this->fPropagateErrorAlsoFromNIT = peafNIT;};
432  void SetCalculateCumulantsVsM(Bool_t const ccvm) {this->fCalculateCumulantsVsM = ccvm;};
440  void SetStoreVarious(Bool_t const spdfoe) {this->fStoreVarious = spdfoe;};
441  Bool_t GetStoreVarious() const {return this->fStoreVarious;};
442  void SetExactNoRPs(Int_t const enr) {this->fExactNoRPs = enr;};
443  Int_t GetExactNoRPs() const {return this->fExactNoRPs;};
444  void SetUse2DHistograms(Bool_t const u2dh){this->fUse2DHistograms = u2dh;if(u2dh){this->fStoreControlHistograms = kTRUE;}};
445  Bool_t GetUse2DHistograms() const {return this->fUse2DHistograms;};
448  void SetUseQvectorTerms(Bool_t const uqvt){this->fUseQvectorTerms = uqvt;if(uqvt){this->fStoreControlHistograms = kTRUE;}};
449  Bool_t GetUseQvectorTerms() const {return this->fUseQvectorTerms;};
450 
451  // Reference flow profiles:
452  void SetAvMultiplicity(TProfile* const avMultiplicity) {this->fAvMultiplicity = avMultiplicity;};
453  TProfile* GetAvMultiplicity() const {return this->fAvMultiplicity;};
454  void SetIntFlowCorrelationsPro(TProfile* const intFlowCorrelationsPro) {this->fIntFlowCorrelationsPro = intFlowCorrelationsPro;};
455  TProfile* GetIntFlowCorrelationsPro() const {return this->fIntFlowCorrelationsPro;};
456  void SetIntFlowSquaredCorrelationsPro(TProfile* const ifscp) {this->fIntFlowSquaredCorrelationsPro = ifscp;};
458  void SetIntFlowCorrelationsVsMPro(TProfile* const ifcvp, Int_t const ci) {this->fIntFlowCorrelationsVsMPro[ci] = ifcvp;};
459  TProfile* GetIntFlowCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowCorrelationsVsMPro[ci];};
460  void SetIntFlowSquaredCorrelationsVsMPro(TProfile* const ifscvp, Int_t const ci) {this->fIntFlowSquaredCorrelationsVsMPro[ci] = ifscvp;};
461  TProfile* GetIntFlowSquaredCorrelationsVsMPro(Int_t const ci) const {return this->fIntFlowSquaredCorrelationsVsMPro[ci];};
462  void SetIntFlowCorrelationsAllPro(TProfile* const intFlowCorrelationsAllPro) {this->fIntFlowCorrelationsAllPro = intFlowCorrelationsAllPro;};
463  TProfile* GetIntFlowCorrelationsAllPro() const {return this->fIntFlowCorrelationsAllPro;};
464  void SetIntFlowExtraCorrelationsPro(TProfile* const intFlowExtraCorrelationsPro) {this->fIntFlowExtraCorrelationsPro = intFlowExtraCorrelationsPro;};
466  void SetIntFlowProductOfCorrelationsPro(TProfile* const intFlowProductOfCorrelationsPro) {this->fIntFlowProductOfCorrelationsPro = intFlowProductOfCorrelationsPro;};
468  void SetIntFlowProductOfCorrelationsVsMPro(TProfile* const ifpocvm, Int_t const pi) {this->fIntFlowProductOfCorrelationsVsMPro[pi] = ifpocvm;};
470  void SetIntFlowProductOfCorrectionTermsForNUAPro(TProfile* const ifpoctfNUA) {this->fIntFlowProductOfCorrectionTermsForNUAPro = ifpoctfNUA;};
472  void SetIntFlowCorrectionTermsForNUAPro(TProfile* const ifctfnp, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAPro[sc] = ifctfnp;};
474  void SetIntFlowCorrectionTermsForNUAVsMPro(TProfile* const ifctfnpvm, Int_t const sc, Int_t const ci) {this->fIntFlowCorrectionTermsForNUAVsMPro[sc][ci] = ifctfnpvm;};
476  // integrated flow histograms holding all results:
477  void SetIntFlowCorrelationsHist(TH1D* const intFlowCorrelationsHist) {this->fIntFlowCorrelationsHist = intFlowCorrelationsHist;};
479  void SetIntFlowCorrelationsVsMHist(TH1D* const ifcvmh, Int_t const ci) {this->fIntFlowCorrelationsVsMHist[ci] = ifcvmh;};
481  void SetIntFlowCorrelationsAllHist(TH1D* const intFlowCorrelationsAllHist) {this->fIntFlowCorrelationsAllHist = intFlowCorrelationsAllHist;};
483  void SetIntFlowCorrectionTermsForNUAHist(TH1D* const ifctfnh, Int_t const sc) {this->fIntFlowCorrectionTermsForNUAHist[sc] = ifctfnh;};
485  void SetIntFlowCovariances(TH1D* const intFlowCovariances) {this->fIntFlowCovariances = intFlowCovariances;};
487  void SetIntFlowSumOfEventWeights(TH1D* const intFlowSumOfEventWeights, Int_t const power) {this->fIntFlowSumOfEventWeights[power] = intFlowSumOfEventWeights;};
488  TH1D* GetIntFlowSumOfEventWeights(Int_t power) const {return this->fIntFlowSumOfEventWeights[power];};
489  void SetIntFlowSumOfProductOfEventWeights(TH1D* const intFlowSumOfProductOfEventWeights) {this->fIntFlowSumOfProductOfEventWeights = intFlowSumOfProductOfEventWeights;};
491  void SetIntFlowCovariancesVsM(TH1D* const ifcvm, Int_t ci) {this->fIntFlowCovariancesVsM[ci] = ifcvm;};
493  void SetIntFlowSumOfEventWeightsVsM(TH1D* const ifsoewvm, Int_t si, Int_t lc) {this->fIntFlowSumOfEventWeightsVsM[si][lc] = ifsoewvm;};
497  void SetIntFlowCovariancesNUA(TH1D* const intFlowCovariancesNUA) {this->fIntFlowCovariancesNUA = intFlowCovariancesNUA;};
499  void SetIntFlowSumOfEventWeightsNUA(TH1D* const ifsoewNUA, Int_t const sc, Int_t const power) {this->fIntFlowSumOfEventWeightsNUA[sc][power] = ifsoewNUA;};
500  TH1D* GetIntFlowSumOfEventWeightsNUA(Int_t sc, Int_t power) const {return this->fIntFlowSumOfEventWeightsNUA[sc][power];};
503  void SetIntFlowQcumulants(TH1D* const intFlowQcumulants) {this->fIntFlowQcumulants = intFlowQcumulants;};
504  TH1D* GetIntFlowQcumulants() const {return this->fIntFlowQcumulants;};
505  void SetIntFlowQcumulantsVsM(TH1D* const intFlowQcumulantsVsM, Int_t co) {this->fIntFlowQcumulantsVsM[co] = intFlowQcumulantsVsM;};
506  TH1D* GetIntFlowQcumulantsVsM(Int_t co) const {return this->fIntFlowQcumulantsVsM[co];};
507  void SetIntFlowQcumulantsRebinnedInM(TH1D* const ifqcrim) {this->fIntFlowQcumulantsRebinnedInM = ifqcrim;};
511  void SetIntFlow(TH1D* const intFlow) {this->fIntFlow = intFlow;};
512  TH1D* GetIntFlow() const {return this->fIntFlow;};
513  void SetIntFlowVsM(TH1D* const intFlowVsM, Int_t co) {this->fIntFlowVsM[co] = intFlowVsM;};
514  TH1D* GetIntFlowVsM(Int_t co) const {return this->fIntFlowVsM[co];};
515  void SetIntFlowRebinnedInM(TH1D* const ifrim) {this->fIntFlowRebinnedInM = ifrim;};
517  void SetIntFlowDetectorBias(TH1D* const ifdb) {this->fIntFlowDetectorBias = ifdb;};
519  void SetIntFlowDetectorBiasVsM(TH1D* const ifdbvm, Int_t ci) {this->fIntFlowDetectorBiasVsM[ci] = ifdbvm;};
521 
522  // 4.) Differential flow:
523  // Flags:
524  void SetDiffFlowFlags(TProfile* const diffFlowFlags) {this->fDiffFlowFlags = diffFlowFlags;};
525  TProfile* GetDiffFlowFlags() const {return this->fDiffFlowFlags;};
526  void SetCalculateDiffFlow(Bool_t const cdf) {this->fCalculateDiffFlow = cdf;};
528  void SetCalculate2DDiffFlow(Bool_t const c2ddf) {this->fCalculate2DDiffFlow = c2ddf;};
530  void SetCalculateDiffFlowVsEta(Bool_t const cdfve) {this->fCalculateDiffFlowVsEta = cdfve;};
532  // Profiles:
533  // 1D:
534  void SetDiffFlowCorrelationsPro(TProfile* const diffFlowCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsPro[i][j][k] = diffFlowCorrelationsPro;};
535  TProfile* GetDiffFlowCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsPro[i][j][k];};
536  void SetDiffFlowSquaredCorrelationsPro(TProfile* const diffFlowSquaredCorrelationsPro, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowSquaredCorrelationsPro[i][j][k] = diffFlowSquaredCorrelationsPro;};
537  TProfile* GetDiffFlowSquaredCorrelationsPro(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowSquaredCorrelationsPro[i][j][k];};
538  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;};
539  TProfile* GetDiffFlowProductOfCorrelationsPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowProductOfCorrelationsPro[i][j][k][l];};
540  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;};
541  TProfile* GetDiffFlowCorrectionTermsForNUAPro(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowCorrectionTermsForNUAPro[i][j][k][l];};
542  // 2D:
543  void Set2DDiffFlowCorrelationsPro(TProfile2D* const p2ddfcp, Int_t const i, Int_t const k) {this->f2DDiffFlowCorrelationsPro[i][k] = p2ddfcp;};
544  TProfile2D* Get2DDiffFlowCorrelationsPro(Int_t i, Int_t k) const {return this->f2DDiffFlowCorrelationsPro[i][k];};
545  // Other differential correlators:
546  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;};
547  TProfile* GetOtherDiffCorrelators(Int_t i,Int_t j,Int_t k,Int_t l) const {return this->fOtherDiffCorrelators[i][j][k][l];};
548  // histograms:
549  void SetDiffFlowCorrelationsHist(TH1D* const diffFlowCorrelationsHist, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCorrelationsHist[i][j][k] = diffFlowCorrelationsHist;};
550  TH1D* GetDiffFlowCorrelationsHist(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCorrelationsHist[i][j][k];};
551  void SetDiffFlowCovariances(TH1D* const diffFlowCovariances, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCovariances[i][j][k] = diffFlowCovariances;};
552  TH1D* GetDiffFlowCovariances(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCovariances[i][j][k];};
553  void SetDiffFlowCumulants(TH1D* const diffFlowCumulants, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowCumulants[i][j][k] = diffFlowCumulants;};
554  TH1D* GetDiffFlowCumulants(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowCumulants[i][j][k];};
555  void SetDiffFlowDetectorBias(TH1D* const dfdb, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlowDetectorBias[i][j][k] = dfdb;};
556  TH1D* GetDiffFlowDetectorBias(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDetectorBias[i][j][k];};
557  void SetDiffFlow(TH1D* const diffFlow, Int_t const i, Int_t const j, Int_t const k) {this->fDiffFlow[i][j][k] = diffFlow;};
558  TH1D* GetDiffFlow(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlow[i][j][k];};
559  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;};
560  TH1D* GetDiffFlowSumOfEventWeights(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fDiffFlowSumOfEventWeights[i][j][k][l];};
561  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;};
563  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;};
565  // 2D:
566  void Set2DDiffFlowCumulants(TH2D* const h2ddfc, Int_t const i, Int_t const j) {this->f2DDiffFlowCumulants[i][j] = h2ddfc;};
567  TH2D* Get2DDiffFlowCumulants(Int_t i, Int_t j) const {return this->f2DDiffFlowCumulants[i][j];};
568  void Set2DDiffFlow(TH2D* const h2ddf, Int_t const i, Int_t const j) {this->f2DDiffFlow[i][j] = h2ddf;};
569  TH2D* Get2DDiffFlow(Int_t i, Int_t j) const {return this->f2DDiffFlow[i][j];};
570 
571  // 5.) distributions of correlations:
572  // profile:
573  void SetDistributionsFlags(TProfile* const distributionsFlags) {this->fDistributionsFlags = distributionsFlags;};
574  TProfile* GetDistributionsFlags() const {return this->fDistributionsFlags;};
575  // flags:
576  void SetStoreDistributions(Bool_t const storeDistributions) {this->fStoreDistributions = storeDistributions;};
578  // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]:
581  // histograms:
582  void SetDistributions(TH1D* const distributions, Int_t const i) {this->fDistributions[i] = distributions;};
583  TH1D* GetDistributions(Int_t i) const {return this->fDistributions[i];};
584  // min and max values of correlations (ci is correlations index [0=<2>,1=<4>,2=<6>,3=<8>]):
585  void SetMinValueOfCorrelation(Int_t const ci, Double_t const minValue) {this->fMinValueOfCorrelation[ci] = minValue;};
587  void SetMaxValueOfCorrelation(Int_t const ci, Double_t const maxValue) {this->fMaxValueOfCorrelation[ci] = maxValue;};
589  // min and max values of correlation products:
590  void SetMinValueOfCorrelationProduct(Int_t const cpi, Double_t const minValue) {this->fMinValueOfCorrelationProduct[cpi] = minValue;};
592  void SetMaxValueOfCorrelationProduct(Int_t const cpi, Double_t const maxValue) {this->fMaxValueOfCorrelationProduct[cpi] = maxValue;};
594  // min and max values of QvectorTerms:
595  void SetMinValueOfQvectorTerms(Int_t const qvti, Double_t const minValue) {this->fMinValueOfQvectorTerms[qvti] = minValue;};
597  void SetMaxValueOfQvectorTerms(Int_t const qvti, Double_t const maxValue) {this->fMaxValueOfQvectorTerms[qvti] = maxValue;};
599 
600  // x.) debugging and cross-checking:
601  void SetNestedLoopsList(TList* const nllist) {this->fNestedLoopsList = nllist;};
602  TList* GetNestedLoopsList() const {return this->fNestedLoopsList;};
607  void SetMaxAllowedMultiplicity(Int_t const maxAllowedMultiplicity) {this->fMaxAllowedMultiplicity = maxAllowedMultiplicity;};
609  void SetEvaluateNestedLoops(TProfile* const enl) {this->fEvaluateNestedLoops = enl;};
610  TProfile* GetEvaluateNestedLoops() const {return this->fEvaluateNestedLoops;};
611  void SetIntFlowDirectCorrelations(TProfile* const ifdc) {this->fIntFlowDirectCorrelations = ifdc;};
612  TProfile* GetIntFlowDirectCorrelations() const {return this->fIntFlowDirectCorrelations;};
613  void SetIntFlowExtraDirectCorrelations(TProfile* const ifedc) {this->fIntFlowExtraDirectCorrelations = ifedc;};
615  void SetIntFlowDirectCorrectionTermsForNUA(TProfile* const ifdctfn, Int_t const sc) {this->fIntFlowDirectCorrectionTermsForNUA[sc] = ifdctfn;};
617  void SetCrossCheckInPtBinNo(Int_t const crossCheckInPtBinNo) {this->fCrossCheckInPtBinNo = crossCheckInPtBinNo;};
619  void SetCrossCheckInEtaBinNo(Int_t const crossCheckInEtaBinNo) {this->fCrossCheckInEtaBinNo = crossCheckInEtaBinNo;};
621  void SetNoOfParticlesInBin(TH1D* const noOfParticlesInBin) {this->fNoOfParticlesInBin = noOfParticlesInBin;};
623  void SetDiffFlowDirectCorrelations(TProfile* const diffFlowDirectCorrelations,Int_t const i,Int_t const j,Int_t const k){this->fDiffFlowDirectCorrelations[i][j][k]=diffFlowDirectCorrelations;};
624  TProfile* GetDiffFlowDirectCorrelations(Int_t i, Int_t j, Int_t k) const {return this->fDiffFlowDirectCorrelations[i][j][k];};
625  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;};
627  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;};
628  TProfile* GetOtherDirectDiffCorrelators(Int_t i, Int_t j, Int_t k, Int_t l) const {return this->fOtherDirectDiffCorrelators[i][j][k][l];};
629  void SetMixedHarmonicsNestedLoops(TProfile* const mhnl) {this->fMixedHarmonicsNestedLoops = mhnl;};
630  TProfile* GetMixedHarmonicsNestedLoops() const {return this->fMixedHarmonicsNestedLoops;};
631 
632  // 9.) Mixed harmonics:
633  void SetMixedHarmonicsList(TList* const mhlist) {this->fMixedHarmonicsList = mhlist;};
634  void SetMixedHarmonicsFlags(TProfile* const mhFlags) {this->fMixedHarmonicsFlags = mhFlags;};
635  TProfile* GetMixedHarmonicsFlags() const {return this->fMixedHarmonicsFlags;};
640  void Set2pCorrelations(TProfile* const p2pCorr) {this->f2pCorrelations = p2pCorr;};
641  TProfile* Get2pCorrelations() const {return this->f2pCorrelations;};
642  void Set3pCorrelations(TProfile* const p3pCorr) {this->f3pCorrelations = p3pCorr;};
643  TProfile* Get3pCorrelations() const {return this->f3pCorrelations;};
644  void Set4pCorrelations(TProfile* const p4pCorr) {this->f4pCorrelations = p4pCorr;};
645  TProfile* Get4pCorrelations() const {return this->f4pCorrelations;};
646  void Set5pCorrelations(TProfile* const p5pCorr) {this->f5pCorrelations = p5pCorr;};
647  TProfile* Get5pCorrelations() const {return this->f5pCorrelations;};
648  void Set6pCorrelations(TProfile* const p6pCorr) {this->f6pCorrelations = p6pCorr;};
649  TProfile* Get6pCorrelations() const {return this->f6pCorrelations;};
650  void Set7pCorrelations(TProfile* const p7pCorr) {this->f7pCorrelations = p7pCorr;};
651  TProfile* Get7pCorrelations() const {return this->f7pCorrelations;};
652  void Set8pCorrelations(TProfile* const p8pCorr) {this->f8pCorrelations = p8pCorr;};
653  TProfile* Get8pCorrelations() const {return this->f8pCorrelations;};
654  void Set2pCumulants(TH1D* const p2pC) {this->f2pCumulants = p2pC;};
655  TH1D* Get2pCumulants() const {return this->f2pCumulants;};
656  void Set3pCumulants(TH1D* const p3pC) {this->f3pCumulants = p3pC;};
657  TH1D* Get3pCumulants() const {return this->f3pCumulants;};
658  void Set4pCumulants(TH1D* const p4pC) {this->f4pCumulants = p4pC;};
659  TH1D* Get4pCumulants() const {return this->f4pCumulants;};
660  void Set5pCumulants(TH1D* const p5pC) {this->f5pCumulants = p5pC;};
661  TH1D* Get5pCumulants() const {return this->f5pCumulants;};
662  void Set6pCumulants(TH1D* const p6pC) {this->f6pCumulants = p6pC;};
663  TH1D* Get6pCumulants() const {return this->f6pCumulants;};
664  void Set7pCumulants(TH1D* const p7pC) {this->f7pCumulants = p7pC;};
665  TH1D* Get7pCumulants() const {return this->f7pCumulants;};
666  void Set8pCumulants(TH1D* const p8pC) {this->f8pCumulants = p8pC;};
667  TH1D* Get8pCumulants() const {return this->f8pCumulants;};
668  void SetMixedHarmonicEventWeights(TH1D* const mhew, Int_t const power) {this->fMixedHarmonicEventWeights[power] = mhew;};
672  void SetMixedHarmonicProductOfCorrelations(TProfile2D* const mhpoc) {this->fMixedHarmonicProductOfCorrelations = mhpoc;};
674 
675  // 10.) Control histograms:
676  void SetControlHistogramsList(TList* const chl) {this->fControlHistogramsList = chl;};
677  void SetControlHistogramsFlags(TProfile* const chf) {this->fControlHistogramsFlags = chf;};
678  TProfile* GetControlHistogramsFlags() const {return this->fControlHistogramsFlags;};
681  void SetCorrelationNoRPsVsRefMult(TH2D* const cnrvrm) {this->fCorrelationNoRPsVsRefMult = cnrvrm;};
683  void SetCorrelationNoPOIsVsRefMult(TH2D* const cnpvrm) {this->fCorrelationNoPOIsVsRefMult = cnpvrm;};
685  void SetCorrelationNoRPsVsNoPOIs(TH2D* const cnrvnp) {this->fCorrelationNoRPsVsNoPOIs = cnrvnp;};
687  void SetCorrelation2468VsMult(TH2D* const c2468vm, Int_t const ci) {this->fCorrelation2468VsMult[ci] = c2468vm;};
689  void SetCorrelationProduct2468VsMult(TH2D* const cp2468vm, Int_t const ci) {this->fCorrelationProduct2468VsMult[ci] = cp2468vm;};
691  void SetQvectorTermsVsMult(TH2D* const qvtvm, Int_t const qvti) {this->fQvectorTermsVsMult[qvti] = qvtvm;};
692  TH2D* GetQvectorTermsVsMult(Int_t qvti) const {return this->fQvectorTermsVsMult[qvti];};
693 
694  // 11.) Bootstrap:
695  void SetBootstrapList(TList* const bl) {this->fBootstrapList = bl;};
696  void SetBootstrapProfilesList(TList* const bpl) {this->fBootstrapProfilesList = bpl;};
697  void SetBootstrapResultsList(TList* const brl) {this->fBootstrapResultsList = brl;};
698  void SetBootstrapFlags(TProfile* const bf) {this->fBootstrapFlags = bf;};
699  TProfile* GetBootstrapFlags() const {return this->fBootstrapFlags;};
700  void SetUseBootstrap(Bool_t const ub) {this->fUseBootstrap = ub;};
701  Bool_t GetUseBootstrap() const {return this->fUseBootstrap;};
702  void SetUseBootstrapVsM(Bool_t const ubVsM) {this->fUseBootstrapVsM = ubVsM;};
703  Bool_t GetUseBootstrapVsM() const {return this->fUseBootstrapVsM;};
704  void SetnSubsamples(Int_t const ns) {this->fnSubsamples = ns;};
705  Int_t GetnSubsamples() const {return this->fnSubsamples;};
706  void SetBootstrapCorrelations(TProfile2D* const bcp) {this->fBootstrapCorrelations = bcp;};
707  TProfile2D* GetBootstrapCorrelations() const {return this->fBootstrapCorrelations;};
708  void SetBootstrapCorrelationsVsM(TProfile2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCorrelationsVsM[qvti] = bcpVsM;};
709  TProfile2D* GetBootstrapCorrelationsVsM(Int_t qvti) const {return this->fBootstrapCorrelationsVsM[qvti];};
710  void SetBootstrapCumulants(TH2D* const bc) {this->fBootstrapCumulants = bc;};
712  void SetBootstrapCumulantsVsM(TH2D* const bcpVsM, Int_t const qvti) {this->fBootstrapCumulantsVsM[qvti] = bcpVsM;};
713  TH2D* GetBootstrapCumulantsVsM(Int_t qvti) const {return this->fBootstrapCumulantsVsM[qvti];};
714 
715  // 12.) CRC
716  void SetCRCList(TList* const CRCL) {this->fCRCList = CRCL;};
717  void SetCRCIntList(TList* const CRCL) {this->fCRCIntList = CRCL;};
718  void SetCRCIntRbRList(TList* const CRCL) {this->fCRCIntRbRList = CRCL;};
719  void SetCRCIntRunsList(TList* const CRCL, Int_t r) {this->fCRCIntRunsList[r] = CRCL;};
720  void SetCRCVZList(TList* const CRCL) {this->fCRCVZList = CRCL;};
721  void SetCRCZDCList(TList* const CRCL) {this->fCRCZDCList = CRCL;};
722  void SetCRCZDCRbRList(TList* const CRCL) {this->fCRCZDCRbRList = CRCL;};
723  void SetCRCZDCRunsList(TList* const CRCL, Int_t r) {this->fCRCZDCRunsList[r] = CRCL;};
724  void SetCRCPtList(TList* const CRCL) {this->fCRCPtList = CRCL;};
725  void SetCRC2List(TList* const CRCL) {this->fCRC2List = CRCL;};
726  void SetCRCQVecList(TList* const CRCL) {this->fCRCQVecList = CRCL;};
727  void SetCRCQVecListRun(TList* const CRCL, Int_t r) {this->fCRCQVecListRun[r] = CRCL;};
728  void SetCRCFlags(TProfile* const CRCF) {this->fCRCFlags = CRCF;};
729  TProfile* GetCRCFlags() const {return this->fCRCFlags;};
730  void SetCalculateCRC(Bool_t const cCRC) {this->fCalculateCRC = cCRC;};
731  Bool_t GetCalculateCRC() const {return this->fCalculateCRC;};
732  void SetCalculateCRCPt(Bool_t const cCRC) {this->fCalculateCRCPt = cCRC;};
733  Bool_t GetCalculateCRCPt() const {return this->fCalculateCRCPt;};
734  void SetCalculateCME(Bool_t const cCRC) {this->fCalculateCME = cCRC;};
735  Bool_t GetCalculateCME() const {return this->fCalculateCME;};
736  void SetCalculateFlowQC(Bool_t const cCRC) {this->fCalculateFlowQC = cCRC;};
737  Bool_t GetCalculateFlowQC() const {return this->fCalculateFlowQC;};
738  void SetCalculateFlowZDC(Bool_t const cCRC) {this->fCalculateFlowZDC = cCRC;};
740  void SetCalculateFlowVZ(Bool_t const cCRC) {this->fCalculateFlowVZ = cCRC;};
741  Bool_t GetCalculateFlowVZ() const {return this->fCalculateFlowVZ;};
742  void SetCalculateCRCInt(Bool_t const cCRC) {this->fCalculateCRCInt = cCRC;};
743  Bool_t GetCalculateCRCInt() const {return this->fCalculateCRCInt;};
744  void SetCalculateCRC2(Bool_t const cCRC) {this->fCalculateCRC2 = cCRC;};
745  Bool_t GetCalculateCRC2() const {return this->fCalculateCRC2;};
746  void SetCalculateCRCVZ(Bool_t const cCRC) {this->fCalculateCRCVZ = cCRC;};
747  Bool_t GetCalculateCRCVZ() const {return this->fCalculateCRCVZ;};
748  void SetCalculateCRCZDC(Bool_t const cCRC) {this->fCalculateCRCZDC = cCRC;};
749  Bool_t GetCalculateCRCZDC() const {return this->fCalculateCRCZDC;};
750  void SetCalculateEbEFlow(Bool_t const cCRC) {this->fCalculateEbEFlow = cCRC;};
752  void SetStoreZDCQVecVtxPos(Bool_t const cCRC) {this->fStoreZDCQVecVtxPos = cCRC;};
754  void SetUseVZERO(Bool_t const cCRC) {this->fUseVZERO = cCRC;};
755  Bool_t GetUseVZERO() const {return this->fUseVZERO;};
756  void SetUseZDC(Bool_t const cCRC) {this->fUseZDC = cCRC;};
757  Bool_t GetUseZDC() const {return this->fUseZDC;};
758  void SetRemoveSplitMergedTracks(Bool_t const uPhiEtaW) {this->fRemoveSplitMergedTracks = uPhiEtaW;};
760  void SetRecenterZDC(Bool_t const cCRC) {this->fRecenterZDC = cCRC;};
761  Bool_t GetRecenterZDC() const {return this->fRecenterZDC;};
762  void SetDivSigma(Bool_t const cCRC) {this->fDivSigma = cCRC;};
763  Bool_t GetDivSigma() const {return this->fDivSigma;};
764  void SetInvertZDC(Bool_t const cCRC) {this->fInvertZDC = cCRC;};
765  Bool_t GetInvertZDC() const {return this->fInvertZDC;};
766  void SetQAZDCCuts(Bool_t const cCRC) {this->fQAZDCCuts = cCRC;};
767  Bool_t GetQAZDCCuts() const {return this->fQAZDCCuts;};
768  void SetUseTracklets(Bool_t const cCRC) {this->fUseTracklets = cCRC;};
769  void SetTestSin(Bool_t const cCRC) {this->fCRCTestSin = cCRC;};
770  Bool_t GetTestSin() const {return this->fCRCTestSin;};
771  void SetRecenterZDCVtxRbR(Bool_t const cCRC) {this->fVtxRbR = cCRC;};
772  Bool_t GetRecenterZDCVtxRbR() const {return this->fVtxRbR;};
773  void SetNUAforCRC(Bool_t const cCRC) {this->fNUAforCRC = cCRC;};
774  Bool_t GetNUAforCRC() const {return this->fNUAforCRC;};
775  void SetUseCRCRecenter(Bool_t const cCRC) {this->fUseCRCRecenter = cCRC;};
776  Bool_t GetUseCRCRecenter() const {return this->fUseCRCRecenter;};
778  void SetCRCQVecWeightsList(TList* const wlist) {this->fCRCQVecWeightsList = wlist;}
780  void SetCRCZDCCalibList(TList* const wlist) {this->fCRCZDCCalibList = wlist;}
781  TList* GetCRCZDCCalibList() const {return this->fCRCZDCCalibList;}
782  void SetCRCZDC2DCutList(TList* const wlist) {this->fCRCZDC2DCutList = wlist;}
783  void SetCRCVZEROCalibList(TList* const wlist) {this->fCRCVZEROCalibList = wlist;}
785  void SetCRCZDCResList(TList* const wlist) {this->fCRCZDCResList = wlist;}
786  TList* GetCRCZDCResList() const {return this->fCRCZDCResList;}
787  void SetZDCESEList(TList* const kList) {this->fZDCESEList = kList;};
788  TList* GetZDCESEList() const {return this->fZDCESEList;};
789  // 12.a) EbE Corr:
790  void SetCRCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProdTempHist[c][eg][h] = TH;};
791  TH1D* GetCRCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProdTempHist[c][eg][h];};
792  // 12.b) Final histo:
793  void SetCRCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrHist[c][eg][h] = TH;};
794  TH1D* GetCRCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrHist[c][eg][h];};
795  void SetCRCCumHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCumHist[c][eg][h] = TH;};
796  TH1D* GetCRCCumHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCumHist[c][eg][h];};
797  void SetCRCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCCFunHist[eg][h] = TH;};
798  TH1D* GetCRCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCCFunHist[eg][h];};
799  // 12.c) Covariances:
800  void SetCRCCorrProd2p2pPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCorrProd2p2pPro[c][eg][h] = TP;};
801  TProfile* GetCRCCorrProd2p2pPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCorrProd2p2pPro[c][eg][h];};
802  void SetCRCCovHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCCovHist[c][eg][h] = TH;};
803  TH1D* GetCRCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCCovHist[c][eg][h];};
804  // 12.d) NUA corrections:
805  void SetCRCNUATermsHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCNUATermsHist[c][eg][h] = TH;};
806  TH1D* GetCRCNUATermsHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCNUATermsHist[c][eg][h];};
807 
808  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;};
809  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];};
810  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;};
811  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];};
812  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;};
813  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];};
814 
815  // 12.e) Q Vectors:
816  void SetCRCQnReHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnRe[r][h] = TH;};
817  TProfile* GetCRCQnReHist(Int_t const r, Int_t const h) const {return this->fCRCQnRe[r][h];};
818  void SetCRCQnImHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnIm[r][h] = TH;};
819  TProfile* GetCRCQnImHist(Int_t const r, Int_t const h) const {return this->fCRCQnIm[r][h];};
820  void SetCRCQnReCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnReCorr[r][h] = TH;};
821  TProfile* GetCRCQnReCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnReCorr[r][h];};
822  void SetCRCQnImCorrHist(TProfile* const TH, Int_t const r, Int_t const h) {this->fCRCQnImCorr[r][h] = TH;};
823  TProfile* GetCRCQnImCorrHist(Int_t const r, Int_t const h) const {return this->fCRCQnImCorr[r][h];};
824 
825  void SetCRCVZQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecA[r][c] = TH;};
826  TProfile* GetCRCVZQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecA[r][c];};
827  void SetCRCVZQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCVZQVecC[r][c] = TH;};
828  TProfile* GetCRCVZQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCVZQVecC[r][c];};
829 
830  void SetCRCZDCQVecAHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecA[r][c] = TH;};
831  TProfile* GetCRCZDCQVecAHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecA[r][c];};
832  void SetCRCZDCQVecCHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecC[r][c] = TH;};
833  TProfile* GetCRCZDCQVecCHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecC[r][c];};
834  void SetCRCZDCQVecACorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecACorr[r][c] = TH;};
835  TProfile* GetCRCZDCQVecACorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecACorr[r][c];};
836  void SetCRCZDCQVecCCorrHist(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecCCorr[r][c] = TH;};
837  TProfile* GetCRCZDCQVecCCorrHist(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecCCorr[r][c];};
838 // void SetCRCZDCQVecEP(TH2D* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecEP[r][c] = TH;};
839 // TH2D* GetCRCZDCQVecEP(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecEP[r][c];};
840  void SetCRCZDCQVecRes(TProfile* const TH, Int_t const r, Int_t const c) {this->fCRCZDCQVecRes[r][c] = TH;};
841  TProfile* GetCRCZDCQVecRes(Int_t const r, Int_t const c) const {return this->fCRCZDCQVecRes[r][c];};
842  void SetCRCZDCQVecCov(TProfile2D* const TH, Int_t const r, Int_t const i) {this->fCRCZDCQVecCov[r][i] = TH;};
843  TProfile2D* GetCRCZDCQVecCov(Int_t const r, Int_t const i) const {return this->fCRCZDCQVecCov[r][i];};
844 
845  // void SetCRCVZvsZDCCov(TProfile* const TH, Int_t const r, Int_t const i) {this->fCRCVZvsZDCCov[r][i] = TH;};
846  // TProfile* GetCRCVZvsZDCCov(Int_t const r, Int_t const i) const {return this->fCRCVZvsZDCCov[r][i];};
847 
849 
850  // CRC VZERO:
851  void SetCRCVZEROetaPro(TProfile* const TP, Int_t const c, Int_t const r) {this->fCRCVZEROetaPro[c][r] = TP;};
852  TProfile* GetCRCVZEROetaPro(Int_t const c, Int_t const r) const {return this->fCRCVZEROetaPro[c][r];};
853  void SetCRCVZEROetaHist(TH1D* const TP, Int_t const c, Int_t const r) {this->fCRCVZEROetaHist[c][r] = TP;};
854  TH1D* GetCRCVZEROetaHist(Int_t const c, Int_t const r) const {return this->fCRCVZEROetaHist[c][r];};
855 
856  // CRC ZDC:
857  // 12.a) EbE Corr:
858  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;};
859  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];};
860  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;};
861  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];};
862  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;};
863  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];};
864  // 12.b) Final histo:
865  void SetCRCZDCCorrHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrHist[c][eg][h] = TH;};
866  TH1D* GetCRCZDCCorrHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrHist[c][eg][h];};
867  void SetCRCZDCCFunHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCCFunHist[eg][h] = TH;};
868  TH1D* GetCRCZDCCFunHist(Int_t const eg, Int_t const h) const {return this->fCRCZDCCFunHist[eg][h];};
869  void SetCRCZDCSpectra(TProfile* const TH, Int_t const eg, Int_t const h) {this->fCRCZDCSpectra[eg][h] = TH;};
870  TProfile* GetCRCZDCSpectra(Int_t const eg, Int_t const h) const {return this->fCRCZDCSpectra[eg][h];};
871 
872  // 12.c) Covariances:
873  void SetCRCZDCCovHist(TH2D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCovHist[c][eg][h] = TH;};
874  TH2D* GetCRCZDCCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCovHist[c][eg][h];};
875  void SetCRCZDCCorrProdTempHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fCRCZDCCorrProdTempHist[c][eg][h] = TH;};
876  TH1D* GetCRCZDCCorrProdTempHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fCRCZDCCorrProdTempHist[c][eg][h];};
877 
878  // CRC2:
879  void SetCRC2nEtaBins(Int_t NB) {this->fCRC2nEtaBins = NB;};
881  void SetCRC2CorPro(TProfile* const TP, Int_t const h, Int_t const c) {this->fCRC2CorPro[h][c] = TP;};
882  TProfile* GetCRC2CorPro(Int_t const h, Int_t const c) const {return this->fCRC2CorPro[h][c];};
883  void SetCRC2NUAPro(TProfile* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAPro[h][c][e] = TP;};
884  TProfile* GetCRC2NUAPro(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAPro[h][c][e];};
885  void SetCRC2CorHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2CorHist[h][c][e] = TP;};
886  TH1D* GetCRC2CorHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2CorHist[h][c][e];};
887  void SetCRC2NUAHist(TH1D* const TP, Int_t const h, Int_t const c, Int_t const e) {this->fCRC2NUAHist[h][c][e] = TP;};
888  TH1D* GetCRC2NUAHist(Int_t const h, Int_t const c, Int_t const e) const {return this->fCRC2NUAHist[h][c][e];};
889  void SetCRC2CovPro(TProfile* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovPro[r][h][c] = TP;};
890  TProfile* GetCRC2CovPro(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovPro[r][h][c];};
891  void SetCRC2CovHist(TH1D* const TP, Int_t const r, Int_t const h, Int_t const c) {this->fCRC2CovHist[r][h][c] = TP;};
892  TH1D* GetCRC2CovHist(Int_t const r, Int_t const h, Int_t const c) const {return this->fCRC2CovHist[r][h][c];};
893 
894  void SetCenWeightsHist(TH1D* const n) {this->fCenWeightsHist = n;};
895  TH1D* GetCenWeightsHist() const {return this->fCenWeightsHist;};
896  void SetRefMultRbRPro(TProfile2D* const n) {this->fRefMultRbRPro = n;};
897  void SetAvEZDCRbRPro(TProfile2D* const A, TProfile2D* const B) {this->fAvEZDCCRbRPro = A; this->fAvEZDCARbRPro = B;};
898  void SetPhiExclZoneHist(TH2D* const n) {this->fPhiExclZoneHist = n;};
899  TH2D* GetPhiExclZoneHist() const {return this->fPhiExclZoneHist;};
900  void SetPtWeightsHist(TH1D* const n, Int_t c) {this->fPtWeightsHist[c] = n;};
901  TH1D* GetPtWeightsHist(Int_t c) const {return this->fPtWeightsHist[c];};
902  void SetEtaWeightsHist(TH1D* const n, Int_t h, Int_t b, Int_t c) {this->fEtaWeightsHist[h][b][c] = n;};
903  TH1D* GetEtaWeightsHist(Int_t h, Int_t b, Int_t c) const {return this->fEtaWeightsHist[h][b][c];};
904  void SetNvsCenCut(TH1D* const n, Int_t c, Int_t h) {this->fNvsCenCut[c][h] = n;};
905  TH1D* GetNvsCenCut(Int_t c, Int_t h) const {return this->fNvsCenCut[c][h];};
906  void SetZNCvsZNA(TH2F* const n, Int_t const h) {this->fhZNCvsZNA[h] = n;};
907  TH2F* GetZNCvsZNA(Int_t const h) const {return this->fhZNCvsZNA[h];};
908  void SetZNvsCen(TH2F* const n, Int_t const h) {this->fhZNvsCen[h] = n;};
909  TH2F* GetZNvsCen(Int_t const h) const {return this->fhZNvsCen[h];};
910  void SetZDCESEMultWeightsHist(TH2F* const n, Int_t h) {this->fZDCESEMultWeightsHist[h] = n;};
912  void SetZDCESESpecWeightsHist(TH2F* const n, Int_t h) {this->fZDCESESpecWeightsHist[h] = n;};
914  void SetZNvsTCen(TH2F* const n, Int_t const h) {this->fhZNvsTCen[h] = n;};
915  TH2F* GetZNvsTCen(Int_t const h) const {return this->fhZNvsTCen[h];};
916  void SetCenvsMul(TH2F* const n, Int_t const h) {this->fhCenvsMul[h] = n;};
917  TH2F* GetCenvsMul(Int_t const h) const {return this->fhCenvsMul[h];};
918  void SetCenvsSpec(TH2F* const n, Int_t const h) {this->fhCenvsSpec[h] = n;};
919  TH2F* GetCenvsSpec(Int_t const h) const {return this->fhCenvsSpec[h];};
920  void SetZNvsMul(TH2F* const n) {this->fhZNvsMul = n;};
921  TH2F* GetZNvsMul() const {return this->fhZNvsMul;};
922 
923  void SetZNCenvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNCenvsMul[eg][h] = n;};
924  TH2F* GetZNCenvsMul(Int_t const eg, Int_t const h) const {return this->fhZNCenvsMul[eg][h];};
925  void SetZNResvsMul(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsMul[eg][h] = n;};
926  TH2F* GetZNResvsMul(Int_t const eg, Int_t const h) const {return this->fhZNResvsMul[eg][h];};
927  void SetZNResvsCen(TH2F* const n, Int_t const eg, Int_t const h) {this->fhZNResvsCen[eg][h] = n;};
928  TH2F* GetZNResvsCen(Int_t const eg, Int_t const h) const {return this->fhZNResvsCen[eg][h];};
929 
931 
932  // Flow QC
933  void SetFlowQCList(TList* const TL) {this->fFlowQCList = TL;};
934  void SetFlowQCCorrZDCList(TList* const TL) {this->fFlowQCCorrZDCList = TL;};
935  void SetFlowQCVtxList(TList* const TL, Int_t r) {this->fFlowQCVtxList[r] = TL;};
936  void SetFlowQCCenBin(Int_t const TL) {this->fFlowQCCenBin = TL;};
937  Int_t GetFlowQCCenBin() const {return this->fFlowQCCenBin;};
938  void SetFlowQCDeltaEta(Double_t const TL) {this->fFlowQCDeltaEta = TL;};
939  Double_t GetFlowQCDeltaEta() const {return this->fFlowQCDeltaEta;};
940  void SetFlowQCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorPro[c][eg][h] = TP;};
941  TProfile* GetFlowQCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorPro[c][eg][h];};
942  void SetFlowQCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorHist[c][eg][h] = TH;};
943  TH1D* GetFlowQCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorHist[c][eg][h];};
944  void SetFlowQCCorNUAHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAHist[c][eg][h] = TH;};
945  TH1D* GetFlowQCCorNUAHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAHist[c][eg][h];};
946  void SetFlowQCCorNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorNUAPro[c][eg][h] = TP;};
947  TProfile* GetFlowQCCorNUAPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorNUAPro[c][eg][h];};
948  void SetFlowQCCorCovPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovPro[c][eg][h] = TP;};
949  TProfile* GetFlowQCCorCovPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovPro[c][eg][h];};
950  void SetFlowQCCorCovHist(TH1D* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorCovHist[c][eg][h] = TP;};
951  TH1D* GetFlowQCCorCovHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorCovHist[c][eg][h];};
952  void SetFlowQCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCFinalPtDifHist[c][eg][h] = TH;};
953  TH1D* GetFlowQCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCFinalPtDifHist[c][eg][h];};
954  void SetFlowQCCorProPhi(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowQCCorProPhi[c][eg][h] = TP;};
955  TProfile* GetFlowQCCorProPhi(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowQCCorProPhi[c][eg][h];};
956 
957  TProfile* GetFlowQCIntCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorPro[eg][h];};
958  void SetFlowQCIntCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorPro[eg][k] = TP;};
959  TProfile* GetFlowQCIntCorNUAPro(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAPro[eg][h];};
960  void SetFlowQCIntCorNUAPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAPro[eg][k] = TP;};
961  TH1D* GetFlowQCIntCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorHist[eg][h];};
962  void SetFlowQCIntCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorHist[eg][k] = TP;};
963  TH1D* GetFlowQCIntCumHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCumHist[eg][h];};
964  void SetFlowQCIntCumHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCumHist[eg][k] = TP;};
965  TH1D* GetFlowQCIntCorNUAHist(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHist[eg][h];};
966  void SetFlowQCIntCorNUAHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHist[eg][k] = TP;};
967  TProfile* GetFlowQCIntCorProEG(Int_t const eg) const {return this->fFlowQCIntCorProEG[eg];};
968  void SetFlowQCIntCorProEG(TProfile* const TP, Int_t const eg) {this->fFlowQCIntCorProEG[eg] = TP;};
969  TProfile* GetFlowQCIntCorNUAProEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAProEG[eg][h];};
970  void SetFlowQCIntCorNUAProEG(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAProEG[eg][k] = TP;};
971  TH1D* GetFlowQCIntCorNUAHistEG(Int_t const eg, Int_t const h) const {return this->fFlowQCIntCorNUAHistEG[eg][h];};
972  void SetFlowQCIntCorNUAHistEG(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCIntCorNUAHistEG[eg][k] = TP;};
973  TH1D* GetFlowQCIntCorHistEG(Int_t const eg) const {return this->fFlowQCIntCorHistEG[eg];};
974  void SetFlowQCIntCorHistEG(TH1D* const TP, Int_t const eg) {this->fFlowQCIntCorHistEG[eg] = TP;};
975 
976  void SetFlowQCSpectra(TH2D* const TH) {this->fFlowQCSpectra = TH;};
977  TH2D* GetFlowQCSpectra() const {return this->fFlowQCSpectra;};
978  void SetFlowQCIntCorProTest(TProfile2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCorProTest[eg][j][k] = TP;};
979  TProfile2D* GetFlowQCIntCorProTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCorProTest[eg][j][h];};
980  void SetFlowQCIntCorHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCorHistTest[eg][j][k] = TP;};
981  TH2D* GetFlowQCIntCorHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCorHistTest[eg][j][h];};
982  void SetFlowQCIntCumHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntCumHistTest[eg][j][k] = TP;};
983  TH2D* GetFlowQCIntCumHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntCumHistTest[eg][j][h];};
984  void SetFlowQCIntFinHistTest(TH2D* const TP, Int_t const eg, Int_t const j, Int_t const k) {this->fFlowQCIntFinHistTest[eg][j][k] = TP;};
985  TH2D* GetFlowQCIntFinHistTest(Int_t const eg, Int_t const j, Int_t const h) const {return this->fFlowQCIntFinHistTest[eg][j][h];};
986  void SetFlowQCIntCorNUAProTest(TProfile2D* const TP, Int_t const eg, Int_t const j) {this->fFlowQCIntCorNUAProTest[eg][j] = TP;};
987  TProfile2D* GetFlowQCIntCorNUAProTest(Int_t const eg, Int_t const j) const {return this->fFlowQCIntCorNUAProTest[eg][j];};
988 
989  TProfile* GetFlowQCRefCorPro(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorPro[eg][h];};
990  void SetFlowQCRefCorPro(TProfile* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorPro[eg][k] = TP;};
991  TH1D* GetFlowQCRefCorHist(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorHist[eg][h];};
992  void SetFlowQCRefCorHist(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorHist[eg][k] = TP;};
993  TH1D* GetFlowQCRefCorFinal(Int_t const eg, Int_t const h) const {return this->fFlowQCRefCorFinal[eg][h];};
994  void SetFlowQCRefCorFinal(TH1D* const TP, Int_t const eg, Int_t const k) {this->fFlowQCRefCorFinal[eg][k] = TP;};
995 
996  void SetFlowSCProdPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSCProdPro[c][eg] = TP;};
997  TProfile* GetFlowSCProdPro(Int_t const c, Int_t const eg) const {return this->fFlowSCProdPro[c][eg];};
998  void SetFlowSCProdHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCProdHist[c][eg] = TP;};
999  TH1D* GetFlowSCProdHist(Int_t const c, Int_t const eg) const {return this->fFlowSCProdHist[c][eg];};
1000  void SetFlowSCFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCFinalHist[c][eg] = TP;};
1001  TH1D* GetFlowSCFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSCFinalHist[c][eg];};
1002  void SetFlowSCCovHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowSCCovHist[c][eg] = TP;};
1003  TH1D* GetFlowSCCovHist(Int_t const c, Int_t const eg) const {return this->fFlowSCCovHist[c][eg];};
1004  void SetFlowSCCrossProdPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowSCCrossProdPro[c][eg][k] = TP;};
1005  TProfile* GetFlowSCCrossProdPro(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowSCCrossProdPro[c][eg][k];};
1006  void SetFlowSCCrossProdProMult(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowSCCrossProdProMult[c][eg][k] = TP;};
1007  TProfile* GetFlowSCCrossProdProMult(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowSCCrossProdProMult[c][eg][k];};
1008 
1009  // Flow Generic Framework
1010  void SetFlowGFList(TList* const TL) {this->fFlowGFList = TL;};
1011  void SetFlowGFIntCorPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCorPro[c][eg] = TP;};
1012  TProfile* GetFlowGFIntCorPro(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCorPro[c][eg];};
1013  void SetFlowGFIntCorHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCorHist[c][eg] = TP;};
1014  TH1D* GetFlowGFIntCorHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCorHist[c][eg];};
1015  void SetFlowGFIntCumHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntCumHist[c][eg] = TP;};
1016  TH1D* GetFlowGFIntCumHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntCumHist[c][eg];};
1017  void SetFlowGFIntFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntFinalHist[c][eg] = TP;};
1018  TH1D* GetFlowGFIntFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntFinalHist[c][eg];};
1019  void SetFlowGFIntExtraHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFIntExtraHist[c][eg] = TP;};
1020  TH1D* GetFlowGFIntExtraHist(Int_t const c, Int_t const eg) const {return this->fFlowGFIntExtraHist[c][eg];};
1021 
1022  void SetFlowGFIntCovPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowGFIntCovPro[c][eg][k] = TP;};
1023  TProfile* GetFlowGFIntCovPro(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowGFIntCovPro[c][eg][k];};
1024  void SetFlowGFIntCovHist(TH1D* const TP, Int_t const c, Int_t const eg, Int_t const k) {this->fFlowGFIntCovHist[c][eg][k] = TP;};
1025  TH1D* GetFlowGFIntCovHist(Int_t const c, Int_t const eg, Int_t const k) const {return this->fFlowGFIntCovHist[c][eg][k];};
1026 
1027  void SetFlowGFMixedCorPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedCorPro[c][eg] = TP;};
1028  TProfile* GetFlowGFMixedCorPro(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedCorPro[c][eg];};
1029  void SetFlowGFMixedCorHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedCorHist[c][eg] = TP;};
1030  TH1D* GetFlowGFMixedCorHist(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedCorHist[c][eg];};
1031  void SetFlowGFMixedFinalHist(TH1D* const TP, Int_t const c, Int_t const eg) {this->fFlowGFMixedFinalHist[c][eg] = TP;};
1032  TH1D* SetFlowGFMixedFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowGFMixedFinalHist[c][eg];};
1033 
1034  // Flow SP ZDC
1035  void SetFlowSPZDCList(TList* const TL) {this->fFlowSPZDCList = TL;};
1036 
1037  void SetFlowSPZDCCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorPro[c][eg][h] = TP;};
1038  TProfile* GetFlowSPZDCCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorPro[c][eg][h];};
1039  void SetFlowSPZDCCorNUA(TProfile* const TP, Int_t const c, Int_t const h) {this->fFlowSPZDCCorNUA[c][h] = TP;};
1040  TProfile* GetFlowSPZDCCorNUA(Int_t const c, Int_t const h) const {return this->fFlowSPZDCCorNUA[c][h];};
1041  void SetFlowSPZDCCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCCorHist[c][eg][h] = TH;};
1042  TH1D* GetFlowSPZDCCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCCorHist[c][eg][h];};
1043 
1044  void SetFlowSPZDCFinalPtDifHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPZDCFinalPtDifHist[c][eg][h] = TH;};
1045  TH1D* GetFlowSPZDCFinalPtDifHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPZDCFinalPtDifHist[c][eg][h];};
1046  void SetFlowSPZDCIntHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntHist[c][eg] = TH;};
1047  TH1D* GetFlowSPZDCIntHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntHist[c][eg];};
1048  void SetFlowSPZDCIntFinalHist(TH1D* const TH, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntFinalHist[c][eg] = TH;};
1049  TH1D* GetFlowSPZDCIntFinalHist(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntFinalHist[c][eg];};
1050 
1051  void SetFlowSPZDCIntPro(TProfile* const TP, Int_t const c, Int_t const eg) {this->fFlowSPZDCIntPro[c][eg] = TP;};
1052  TProfile* GetFlowSPZDCIntPro(Int_t const c, Int_t const eg) const {return this->fFlowSPZDCIntPro[c][eg];};
1053  void SetFlowSPZDCIntNUA(TProfile* const TP, Int_t const eg) {this->fFlowSPZDCIntNUA[eg] = TP;};
1054  TProfile* GetFlowSPZDCIntNUA(Int_t const eg) const {return this->fFlowSPZDCIntNUA[eg];};
1055 
1056  // v1
1057  void SetFlowSPZDCv1etaPro(TProfile* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaPro[c][k][r] = TP;};
1058  TProfile* GetFlowSPZDCv1etaPro(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaPro[c][k][r];};
1059  void SetFlowSPZDCv1etaHist(TH1D* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaHist[c][k][r] = TP;};
1060  TH1D* GetFlowSPZDCv1etaHist(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaHist[c][k][r];};
1061  void SetFlowSPZDCv1etaNUAPro(TProfile* const TP, Int_t const c, Int_t const k, Int_t const r) {this->fFlowSPZDCv1etaNUAPro[c][k][r] = TP;};
1062  TProfile* GetFlowSPZDCv1etaNUAPro(Int_t const c, Int_t const k, Int_t const r) const {return this->fFlowSPZDCv1etaNUAPro[c][k][r];};
1063 
1064  void SetFlowSPZDCv1etaPtPro(TProfile2D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaPtPro[c][k] = TP;};
1065  TProfile2D* GetFlowSPZDCv1etaPtPro(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaPtPro[c][k];};
1066  void SetFlowSPZDCv1etaPtHist(TH2D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaPtHist[c][k] = TP;};
1067  TH2D* GetFlowSPZDCv1etaPtHist(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaPtHist[c][k];};
1068 
1069  void SetFlowSPZDCv1etaCovPro(TProfile* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaCovPro[c][k] = TP;};
1070  TProfile* GetFlowSPZDCv1etaCovPro(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaCovPro[c][k];};
1071  void SetFlowSPZDCv1etaCovHist(TH1D* const TP, Int_t const c, Int_t const k) {this->fFlowSPZDCv1etaCovHist[c][k] = TP;};
1072  TH1D* GetFlowSPZDCv1etaCovHist(Int_t const c, Int_t const k) const {return this->fFlowSPZDCv1etaCovHist[c][k];};
1073 
1074  // Flow SP VZ
1075  void SetFlowSPVZList(TList* const TL) {this->fFlowSPVZList = TL;};
1076  void SetFlowSPVZCorPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorPro[c][eg][h] = TP;};
1077  TProfile* GetFlowSPVZCorPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorPro[c][eg][h];};
1078  void SetFlowSPVZNUAPro(TProfile* const TP, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZNUAPro[c][eg][h] = TP;};
1079  TProfile* GetFlowSPVZNUAPro(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZNUAPro[c][eg][h];};
1080  void SetFlowSPVZCorHist(TH1D* const TH, Int_t const c, Int_t const eg, Int_t const h) {this->fFlowSPVZCorHist[c][eg][h] = TH;};
1081  TH1D* GetFlowSPVZCorHist(Int_t const c, Int_t const eg, Int_t const h) const {return this->fFlowSPVZCorHist[c][eg][h];};
1082 
1083  Int_t GetnRun() const {return this->fCRCnRun;};
1084  Int_t GetCRCPtnCen() const {return this->fCRCPtnCenBin;};
1085  Double_t GetCRCPtwCen() const {return this->fCRCPtwCenBin;};
1086  Int_t GetnEG() const {return this->fCRCnEtaGap;};
1087  Int_t GetCRCPtnPt() const {return this->fCRCPtnPtBin;};
1088  Double_t GetCRCPtwPt() const {return this->fCRCPtwPtBin;};
1089  Double_t GetCRCPtMinPt() const {return this->fCRCPtMinPt;};
1090  Int_t GetnCR() const {return this->fCRCnCR;};
1091  Double_t* GetCRCPtvarPtBins() const {return this->fCRCPtvarPtBins;};
1092  Int_t GetCRCZDCnCR() const {return this->fCRCZDCnCR;};
1093  Int_t GetCRCZDCnEtaBin() const {return this->fCRCZDCnEtaBin;};
1094 
1095  // CME:
1096  void SetCMEList(TList* const TL) {this->fCMEList = TL;};
1097  void SetCMETPCList(TList* const TL) {this->fCMETPCList = TL;};
1098  void SetCMEZDCList(TList* const TL) {this->fCMEZDCList = TL;};
1099  // CME TPC only:
1100  void SetCMETPCCorPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCCorPro[c][h] = TP;};
1101  TProfile* GetCMETPCCorPro(Int_t const c, Int_t const h) const {return this->fCMETPCCorPro[c][h];};
1102  void SetCMETPCCorHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCCorHist[c][h] = TH;};
1103  TH1D* GetCMETPCCorHist(Int_t const c, Int_t const h) const {return this->fCMETPCCorHist[c][h];};
1104  void SetCMETPCFinalHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCFinalHist[c][h] = TH;};
1105  TH1D* GetCMETPCFinalHist(Int_t const c, Int_t const h) const {return this->fCMETPCFinalHist[c][h];};
1106  void SetCMETPCCorPro2D(TProfile2D* const TP, Int_t const c) {this->fCMETPCCorPro2D[c] = TP;};
1107  TProfile2D* GetCMETPCCorPro2D(Int_t const c) const {return this->fCMETPCCorPro2D[c];};
1108 
1109  void SetCMETPCSCPro(TProfile* const TP, Int_t const c, Int_t const h) {this->fCMETPCSCPro[c][h] = TP;};
1110  TProfile* GetCMETPCSCPro(Int_t const c, Int_t const h) const {return this->fCMETPCSCPro[c][h];};
1111  void SetCMETPCSCHist(TH1D* const TH, Int_t const c, Int_t const h) {this->fCMETPCSCHist[c][h] = TH;};
1112  TH1D* GetCMETPCSCHist(Int_t const c, Int_t const h) const {return this->fCMETPCSCHist[c][h];};
1113 
1114  // CME TPC-ZDCs:
1115  void SetCMEZDCCorPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCorPro[eg][h] = TP;};
1116  TProfile* GetCMEZDCCorPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorPro[eg][h];};
1117  void SetCMEZDCCovPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCCovPro[eg][h] = TP;};
1118  TProfile* GetCMEZDCCovPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovPro[eg][h];};
1119  void SetCMEZDCNUAPro(TProfile* const TP, Int_t const eg, Int_t const h) {this->fCMEZDCNUAPro[eg][h] = TP;};
1120  TProfile* GetCMEZDCNUAPro(Int_t const eg, Int_t const h) const {return this->fCMEZDCNUAPro[eg][h];};
1121  void SetCMEZDCCorHist(TH1D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCorHist[eg][h] = TH;};
1122  TH1D* GetCMEZDCCorHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCorHist[eg][h];};
1123  void SetCMEZDCCovHist(TH2D* const TH, Int_t const eg, Int_t const h) {this->fCMEZDCCovHist[eg][h] = TH;};
1124  TH2D* GetCMEZDCCovHist(Int_t const eg, Int_t const h) const {return this->fCMEZDCCovHist[eg][h];};
1125  void SetCMEZDCDistHist(TH1D* const TH, Int_t const eg, Int_t const h, Int_t const k) {this->fCMEZDCDistHist[eg][h][k] = TH;};
1126  TH1D* GetCMEZDCDistHist(Int_t const eg, Int_t const h, Int_t const k) const {return this->fCMEZDCDistHist[eg][h][k];};
1127 
1128  // EbE Flow
1129  void SetEbEFlowList(TList* const TL) {this->fEbEFlowList = TL;};
1130 
1131 
1132  // 15.) Various
1133  void SetVariousList(TList* const Various) {this->fVariousList = Various;};
1134  void SetMultHist(TH1D* const TH) {this->fMultHist = TH;};
1135  TH1D* GetMultHist() const {return this->fMultHist;}
1136  void SetCenHist(TH1D* const TH) {this->fCenHist = TH;};
1137  TH1D* GetCenHist() const {return this->fCenHist;}
1138  void SetVtxHist(TH3D* const TH, Int_t const c) {this->fVtxHist[c] = TH;};
1139  TH3D* GetVtxHist(Int_t const c) const {return this->fVtxHist[c];}
1140  void SetRunNumber(Int_t const n) {this->fRunNum = n;};
1141  Int_t GetRunNumber() const {return this->fRunNum;}
1142  void SetDataSet(DataSet set) {this->fDataSet = set;};
1143  DataSet GetDataSet() const {return this->fDataSet;}
1146  void SetSelectCharge(SelectCharge set) {this->fSelectCharge = set;};
1150  void SetCorrWeightTPC(CorrelationWeights weights) {this->fCorrWeightTPC = weights;};
1152  void SetCorrWeightVZ(CorrelationWeights weights) {this->fCorrWeightVZ = weights;};
1154  void SetCorrWeightZDC(CorrelationWeights weights) {this->fCorrWeightZDC = weights;};
1156  void SetMinMulZN(Int_t weights) {this->fMinMulZN = weights;};
1157  Int_t GetMinMulZN() const {return this->fMinMulZN;};
1158  void SetMaxDevZN(Float_t weights) {this->fMaxDevZN = weights;};
1159  Float_t GetMaxDevZN() const {return this->fMaxDevZN;};
1160 
1161 private:
1162 
1163  AliFlowAnalysisCRC(const AliFlowAnalysisCRC& afawQc);
1165 
1166  // 0.) base:
1168 
1169  // 1.) common:
1170  Bool_t fBookOnlyBasicCCH; // book only basis common control histrograms (by default book them all)
1180  Int_t fnBinsPhi; // number of phi bins
1181  Double_t fPhiMin; // minimum phi
1182  Double_t fPhiMax; // maximum phi
1183  Double_t fPhiBinWidth; // bin width for phi histograms
1184  Int_t fnBinsPt; // number of pt bins
1185  Double_t fPtMin; // minimum pt
1186  Double_t fPtMax; // maximum pt
1187  Double_t fPtBinWidth; // bin width for pt histograms
1188  Int_t fnBinsEta; // number of eta bins
1189  Double_t fEtaMin; // minimum eta
1190  Double_t fEtaMax; // maximum eta
1191  Double_t fEtaBinWidth; // bin width for eta histograms
1192  TProfile *fCommonConstants;
1193  Bool_t fFillMultipleControlHistograms; // fill separately control histos for events with >= 2, 4, 6 and 8 particles
1194  Int_t fHarmonic; // harmonic
1196  Bool_t fPrintFinalResults[4]; // print on the screen the final results (0=RF, 1=RP, 2=POI, 3=RF rebinned in M)
1197 
1198  // 2a.) particle weights:
1199  TList *fWeightsList; // list to hold all histograms with particle weights: fUseParticleWeights, fPhiWeights, fPtWeights and fEtaWeights
1200  Bool_t fUsePhiWeights; // use phi weights
1201  Bool_t fUsePtWeights; // use pt weights
1202  Bool_t fUseEtaWeights; // use eta weights
1203  Bool_t fUseTrackWeights; // use track weights (e.g. VZERO sector weights)
1204  Bool_t fUsePhiEtaWeights; // use phi,eta weights
1205  Bool_t fUsePhiEtaWeightsChDep; // use phi,eta weights charge dependent
1206  Bool_t fUsePhiEtaWeightsVtxDep; // use phi,eta weights vertex dependent (vz)
1207  Bool_t fUsePhiEtaWeightsChPtDep; // use phi,eta weights vertex dependent (vz)
1208  Bool_t fUsePhiEtaCuts; // use phi,eta cuts (for NUA)
1209  Bool_t fUseZDCESEMulWeights; // use ZDC-ESE mult. weights
1210  Bool_t fUseZDCESESpecWeights; // use ZDC-ESE spec. weights
1212  // TH1F *fPhiWeightsPOIs[2]; //! histogram holding phi weights
1213  // TH1D *fPtWeightsPOIs[2]; //! histogram holding pt weights
1214  // TH1D *fEtaWeightsPOIs[2]; //! histogram holding eta weights
1215  // TH2D *fPhiEtaWeightsPOIs[2]; //! histogram holding phi,eta weights
1217  // TH1D *fPtWeightsRPs; //!
1218  // TH1D *fEtaWeightsRPs; //!
1219  // TH1F *fPhiDistrRefPOIs[2]; //! histogram holding phi weights
1220  // TH1D *fPtDistrRefPOIs[2]; //! histogram holding pt weights
1221  // TH1D *fEtaDistrRefPOIs[2]; //! histogram holding eta weights
1222  // TH2D *fPhiEtaDistrRefPOIs[2]; //! histogram holding phi,eta weights
1223  // TH1F *fPhiDistrRefRPs; //!
1224  // TH1D *fPtDistrRefRPs; //!
1225  // TH1D *fEtaDistrRefRPs; //!
1226  // TH2D *fPhiEtaDistrRefRPs; //!
1227  // TH1D *fPtWeights[2]; //! histogram holding pt weights
1228 
1229  // 2b.) event weights:
1232 
1233  // 3.) integrated flow
1234  // 3a.) lists:
1239  // 3b.) flags:
1240  TProfile *fIntFlowFlags;
1241  Bool_t fApplyCorrectionForNUA; // apply correction for non-uniform acceptance
1242  Bool_t fApplyCorrectionForNUAVsM; // apply correction for non-uniform acceptance versus M
1243  Int_t fnBinsMult; // number of multiplicity bins for flow analysis versus multiplicity
1244  Double_t fMinMult; // minimal multiplicity for flow analysis versus multiplicity
1245  Double_t fMaxMult; // maximal multiplicity for flow analysis versus multiplicity
1246  Bool_t fPropagateErrorAlsoFromNIT; // propagate error by taking into account also non-isotropic terms (not sure if resulting error then is correct - to be improved)
1247  Bool_t fCalculateCumulantsVsM; // calculate cumulants versus multiplicity
1248  Bool_t fCalculateAllCorrelationsVsM; // calculate all correlations versus multiplicity
1249  Bool_t fMinimumBiasReferenceFlow; // store as reference flow in AliFlowCommonHistResults the minimum bias result (kFALSE by default)
1250  Bool_t fForgetAboutCovariances; // when propagating error forget about the covariances
1251  Bool_t fStoreVarious; // store phi distribution for one event to illustrate flow
1252  Int_t fExactNoRPs; // when shuffled, select only this number of RPs for the analysis
1253  Bool_t fUse2DHistograms; // use TH2D instead of TProfile to improve numerical stability in reference flow calculation
1254  Bool_t fFillProfilesVsMUsingWeights; // if the width of multiplicity bin is 1, weights are not needed
1255  Bool_t fUseQvectorTerms; // use TH2D with separate Q-vector terms instead of TProfile to improve numerical stability in reference flow calculation
1256 
1257  // 3c.) event-by-event quantities:
1258  TMatrixD *fReQ;
1259  TMatrixD *fImQ;
1260  TMatrixD *fSpk;
1261  TMatrixD *fReQGF;
1262  TMatrixD *fImQGF;
1268  Double_t fNumberOfRPsEBE; // # of Reference Particles
1269  Double_t fNumberOfPOIsEBE; // # of Particles of Interest
1270  Double_t fReferenceMultiplicityEBE; // reference multiplicity
1271  Double_t fReferenceMultiplicityRecEBE; // reference multiplicity - <reference multiplicity>
1272  Double_t fCentralityEBE; // centrality percentile
1273  Double_t fNewCentralityEBE; // new centrality percentile
1274  Double_t fNewMetricLEBE; // new metric L
1275  Double_t fNewMetricDEBE; // new metric D
1276  Double_t fNewMetricL2EBE; // new metric L
1277  Double_t fNewMetricD2EBE; // new metric D
1278  Double_t fCentralityCL1EBE; // centrality (CL1) percentile
1279  Double_t fNITSCL1EBE; // centrality (TRK) percentile
1280  Double_t fCentralityTRKEBE; // centrality (TRK) percentile
1281  // 3d.) profiles:
1282  TProfile *fAvMultiplicity;
1292  // [0=<<2><4>>,1=<<2><6>>,2=<<2><8>>,3=<<4><6>>,4=<<4><8>>,5=<<6><8>>]
1296 
1297  // 3e.) histograms with final results:
1306  // [0=Cov(2,4),1=Cov(2,6),2=Cov(2,8),3=Cov(4,6),4=Cov(4,8),5=Cov(6,8)]
1308  // [0=sum{w_{<2>}},1=sum{w_{<4>}},2=sum{w_{<6>}},3=sum{w_{<8>}}][0=linear 1,1=quadratic]
1310  // [0=sum{w_{<2>}w_{<4>}},1=sum{w_{<2>}w_{<6>}},2=sum{w_{<2>}w_{<8>}},
1311  // 3=sum{w_{<4>}w_{<6>}},4=sum{w_{<4>}w_{<8>}},5=sum{w_{<6>}w_{<8>}}]
1324  // 4.) differential flow
1325  // 4a.) lists:
1330  // 4aa.) nested list in list fDiffFlowProfiles:
1335  // 4ab.) nested list in list fDiffFlowResults:
1344  // 4b.) flags:
1345  TProfile *fDiffFlowFlags;
1346  Bool_t fCalculateDiffFlow; // if you set kFALSE only reference flow will be calculated
1347  Bool_t fCalculate2DDiffFlow; // calculate 2D differential flow vs (pt,eta) (Remark: this is expensive in terms of CPU time)
1348  Bool_t fCalculateDiffFlowVsEta; // if you set kFALSE only differential flow vs pt is calculated
1349  // 4c.) event-by-event quantities:
1350  // 1D:
1351  TProfile *fReRPQ1dEBE[3][2][4][9];
1352  TProfile *fImRPQ1dEBE[3][2][4][9];
1353  TProfile *fs1dEBE[3][2][9];
1357 
1358  // 2D:
1359  TProfile2D *fReRPQ2dEBE[3][4][9];
1360  TProfile2D *fImRPQ2dEBE[3][4][9];
1361  TProfile2D *fs2dEBE[3][9];
1362  // 4d.) profiles:
1363  // 1D:
1364  TProfile *fDiffFlowCorrelationsPro[2][2][4];
1365  TProfile *fDiffFlowSquaredCorrelationsPro[2][2][4];
1366  TProfile *fDiffFlowProductOfCorrelationsPro[2][2][8][8];
1367  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1368  TProfile *fDiffFlowCorrectionTermsForNUAPro[2][2][2][10];
1369  // 2D:
1370  TProfile2D *f2DDiffFlowCorrelationsPro[2][4];
1371  // Other differential correlators:
1373  TProfile *fOtherDiffCorrelators[2][2][2][1];
1374  // 4e.) histograms holding final results:
1375  // 1D:
1380  TH1D *fDiffFlow[2][2][4];
1383  // [0=<2>,1=<2'>,2=<4>,3=<4'>,4=<6>,5=<6'>,6=<8>,7=<8'>]
1385  // 2D:
1388  // 6.) distributions:
1391  Bool_t fStoreDistributions; // store or not distributions of correlations
1393  Int_t fnBinsForCorrelations; // # of bins for correlation axis in fDistributions[4], fCorrelation2468VsMult[4] and fCorrelationProduct2468VsMult[1]
1394  Double_t fMinValueOfCorrelation[4]; // min values of <2>, <4>, <6> and <8>
1395  Double_t fMaxValueOfCorrelation[4]; // max values of <2>, <4>, <6> and <8>
1396  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
1397  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
1398  Double_t fMinValueOfQvectorTerms[4]; // MinValueOfQvectorTerms
1399  Double_t fMaxValueOfQvectorTerms[4]; // MaxValueOfQvectorTerms
1400 
1401  // 8.) debugging and cross-checking:
1403  Bool_t fEvaluateIntFlowNestedLoops; // evaluate nested loops relevant for integrated flow
1404  Bool_t fEvaluateDiffFlowNestedLoops; // evaluate nested loops relevant for differential flow
1405  Int_t fMaxAllowedMultiplicity; // nested loops will be evaluated only for events with multiplicity <= fMaxAllowedMultiplicity
1407  // integrated flow:
1411  // differential flow:
1412  Int_t fCrossCheckInPtBinNo; // cross-check results for reduced correlations and corrections in this pt bin
1413  Int_t fCrossCheckInEtaBinNo; // cross-check results for reduced correlations and corrections in this eta bin
1414  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
1415  TProfile *fDiffFlowDirectCorrelations[2][2][4];
1416  TProfile *fDiffFlowDirectCorrectionTermsForNUA[2][2][2][10];
1417  // other differential correlators:
1418  TProfile *fOtherDirectDiffCorrelators[2][2][2][1];
1419  // mixed harmonics:
1421 
1422  // 9.) mixed harmonics:
1423  // 9a.) lists:
1428  //TList *fIntFlowAllCorrelationsVsM; // list to hold all profiles with correlations vs M
1429  // 9b.) flags:
1431  Bool_t fCalculateMixedHarmonics; // calculate or not mixed harmonics
1432  Bool_t fCalculateMixedHarmonicsVsM; // calculate or not mixed harmonics vs multiplicity
1433  // 9c.) profiles:
1434  TProfile *f2pCorrelations;
1435  TProfile *f3pCorrelations;
1436  TProfile *f4pCorrelations;
1437  TProfile *f5pCorrelations;
1438  TProfile *f6pCorrelations;
1439  TProfile *f7pCorrelations;
1440  TProfile *f8pCorrelations;
1441  // 9d.) results:
1449  // 9e.) statistical error propagation:
1453  // 10.) Control histograms:
1454  // 10a.) list:
1455  TList *fControlHistogramsList; // list to hold all control histograms
1456  // 10b.) flags:
1457  TProfile *fControlHistogramsFlags; // profile to hold all flags for control histograms
1458  Bool_t fStoreControlHistograms; // store or not control histograms
1459  // 10c.) histograms:
1466  // 11.) Bootstrap:
1467  // 11a) lists:
1471  // 11b) flags:
1472  TProfile *fBootstrapFlags;
1473  Bool_t fUseBootstrap; // use bootstrap to estimate statistical spread
1474  Bool_t fUseBootstrapVsM; // use bootstrap to estimate statistical spread for results vs M
1475  Int_t fnSubsamples; // number of subsamples (SS), by default 10
1476  TRandom3 *fRandom;
1477  // 11c) profiles:
1479  TProfile2D *fBootstrapCorrelationsVsM[4];
1480  // 11d) histograms:
1483 
1484  // 12.) CRC
1485 
1488  TProfile *fCRCFlags;
1489  Bool_t fCalculateCRC; // calculate CRC
1518 
1520  const static Int_t fCRCnCR = 16;
1521  const static Int_t fCRCnNUA = 14;
1522  const static Int_t fCRCnEtaGap = 7;
1523  const static Int_t fCRCnCorr = 4;
1524  const static Int_t fCRCnEtaBins = 32;
1525  const static Int_t fCRCMaxnCen = 10;
1528  const static Int_t fCRCnHar = 3;
1529  const static Int_t fCRCMaxnRun = 211;
1530 
1538 
1547 
1555 
1556  // Q vectors
1557  const static Int_t fCRCQVecnCR = 64;
1563  TArrayI fRunList; // Run list
1564  TArrayD fAvVtxPosX; // Run list
1565  TArrayD fAvVtxPosY; // Run list
1566  TArrayD fAvVtxPosZ; // Run list
1567  TArrayI fnEvRbR; // number of events in each run
1588 // TH3D* fCRCQVecPhiRbRHist[fCRCMaxnRun]; //! phi ditribution POIs run-by-run
1589 // TH3D* fCRCQVecPhiRbRHistCh[fCRCMaxnRun][2]; //! phi ditribution POIs bins ch run-by-run
1590  TProfile3D* fCRCQVecHarCosProCh[2];
1591  TProfile3D* fCRCQVecHarSinProCh[2];
1600  const static Int_t fkNRbRFlowHar = 2;
1601  const static Int_t fkNRbRIntFlow = 2;
1604 
1605  // temp
1606  TProfile *fTPCQHist[fCRCnHar][2];
1607  TProfile *fZDCQHist[12];
1609  const static Int_t fkNZDCResHist = 4;
1612  TF1* fFitPol0EP;
1613  TProfile3D *fZDCVtxHist[4];
1614  TProfile2D *fZDCEcomHist[4];
1615  TProfile2D *fZDCEcomTotHist[4];
1616  TProfile3D *fZDCEcomTotvsVtxHist[12];
1617 
1618 // TProfile2D *fCRCZDCQVecCenEComTot[fCRCMaxnRun][4]; //!
1620 // TProfile2D *fCRCTPCQVecCenEComTot[fCRCMaxnRun][4]; //!
1623  TProfile2D *fhAvRefMulRbR;
1624  TProfile2D *fhAvQMCRbR;
1625  TProfile2D *fhAvQMARbR;
1626  TProfile *fhAvAbsOrbit;
1627 
1628  TProfile3D *fZDCVtxCenHist[10][4];
1629  TProfile3D *fZDCVtxCenHistMagPol[10][8];
1630  TProfile2D *fVZEROCenHist[3];
1636  TProfile2D *fZDCBinsCenRefMultRbR[4];
1637  TProfile2D *fZDCBinsCenRefMultTot[4];
1638  TProfile *fZDCBinsCenRefMultRbRProf[10][4];
1639  TProfile *fZDCBinsCenRefMultTotProf[10][4];
1648 
1649  TF1 *fZDCFitSec[4];
1656 
1657  TProfile *fCRCVZQVecA[fCRCMaxnRun][2];
1658  TProfile *fCRCVZQVecC[fCRCMaxnRun][2];
1659  const static Int_t fCRCQVecnCov = 12;
1661 
1662  TProfile *fCRCZDCQVecA[fCRCMaxnRun][2];
1663  TProfile *fCRCZDCQVecC[fCRCMaxnRun][2];
1666 // TH2D *fCRCZDCQVecEP[fCRCMaxnRun][4]; //! ZN event planes
1667 // TH3D* fhZNCenDis[2]; //! ZDC 2D Q-vector distribution vs centrality
1668  TProfile *fCRCZDCQVecRes[fCRCMaxnRun][4];
1670  const static Int_t fkCRCnCQVecVtxPos = 8;
1672  TProfile3D *fCRCZDCQVecVtxPos[fCRCMaxnRun][4];
1675  const static Int_t fknEZDCBins = 10;
1678 // TProfile2D *fCRCZDCQVecECom[fCRCMaxnRun][fkCRCnCQVecVtxPos]; //! re-centering Qvec vs Energy common tower
1679  const static Int_t fkCRCnCQVecEcomPos = 12;
1680 // TProfile3D *fCRCZDCQVecEComTot[fkCRCnCQVecEcomPos]; //! re-centering Qvec vs Energy common tower
1681  const static Int_t fkNsteps = 14;
1682  TProfile2D *fCRCZDCQVecCorSteps[4];
1683  // TProfile2D *fCRCZDCResCenEn; //!
1684  // TProfile2D *fCRCZDCQ2[8]; //! Q2
1689 
1690  // test
1691 // TProfile3D *fCRCZDCQVecResVtx[2][3]; //!
1692 // TProfile2D *fCRCZDCQVecResEZDC[2][3]; //!
1693 // TProfile2D *fCRCZDCQVecResv1QA[2][3]; //!
1694 // TProfile2D *fCRCZDCQVecResv1QC[2][3]; //!
1695 // TProfile2D *fCRCZDCQVecResv1Cross[2][3]; //!
1696 //
1697 // TProfile2D *fCRCZDCQVecResCrossC[2][3]; //!
1698 // TProfile2D *fCRCZDCQVecResCrossA[2][3]; //!
1700 
1701  // TProfile *fCRCVZvsZDCCov[fCRCMaxnRun][16]; //! ZDC vs VZ Q Vectors correlations
1702 
1703  // CRCVZERO
1706  const static Int_t fkNHistCRCVZ = 27;
1709 // TProfile2D *fCRCVZEROQVec[fCRCMaxnRun][fCRCnHar]; //!
1710 
1711  // CRCZDC
1713  const static Int_t fCRCZDCnCR = 13;
1714  const static Int_t fCRCZDCnEtaBin = 5;
1729 
1730  // CRC Pt differential
1732 
1734  const static Int_t fCRCPtnPtBinMax = 48;
1743 
1744  // CME
1745  const static Int_t fCMETPCnCR = 20;
1746  const static Int_t fCMEnEtaBin = 2;
1747  const static Int_t fCMETPCnDist = 4;
1748  const static Int_t fCMEZDCnCR = 20;
1749  const static Int_t fCMEZDCnDist = 4;
1750  const static Int_t fCMETPCnSC = 8;
1763  const static Int_t fCMETPCnHist = 19;
1764  const static Int_t fZDCESEnCl = 5;
1769  TProfile *fCMETPCSCPro[fCMETPCnSC][2];
1771  const static Int_t fCMETPCnHist2D = 3;
1773 
1774  // CRC2
1775  const static Int_t fkNCorCRC2 = 6;
1777  Int_t fCRC2nEtaBins; // CRC2 n eta bins
1787 
1788  // Flow all
1789  const static Int_t fFlowNHarm = 6;
1790  const static Int_t fFlowNHarmMax = 14; // WARNING: MIN (2*fFlowNHarm+2)
1791  const static Int_t fQVecPower = 5;
1792  const static Int_t fkNITStypes = 16;
1794  const static Int_t fkEtaDiffNBins = 5;
1795  const static Int_t fkEtaDiffMaxNBins = 10;
1823  const static Int_t fZDCPtDiffNBins = 3;
1824 
1825  // Flow SP ZDC
1827  const static Int_t fFlowNPro = 8;
1828  const static Int_t fFlowNNUA = 2;
1829  const static Int_t fFlowNHarmZDC = 1;
1830 
1835 
1840 
1841  const static Int_t fkNHistv1eta = 14;
1842  const static Int_t fkNHarv1eta = 3;
1845  const static Int_t fkNHistv1etaCov = 13;
1849  const static Int_t fkNHistv2eta = 4;
1854  const static Int_t fkNHistv1etaPt = 6;
1857  const static Int_t fkNHistQVecCorrv1eta = 6;
1858 // TProfile2D *fCRCQVecEtaHist[fCRCMaxnRun][fkNHistQVecCorrv1eta]; //!
1859  TProfile2D *fCRCTPCQVecCenVtxTime[fCRCMaxnRun][3][4];
1860  TProfile2D *fCRCZDCQVecCenVtxTime[fCRCMaxnRun][3][4];
1861 // TProfile2D *fTPCEtaHist[fkNHistQVecCorrv1eta]; //!
1863  TProfile2D *fTPCQVecProTemp[2][4];
1864  const static Int_t fkNv1evenCor = 6;
1866 
1867  // Flow QC
1869  const static Int_t fFlowQCNPro = 4;
1870  const static Int_t fFlowQCNNUA = 12;
1871  const static Int_t fFlowQCNCov = 8;
1883  // TProfile2D *fFlowQCCorProPhiEtaITSType[fCRCMaxnCen][fFlowNHarm][fkNITStypes]; //! vn vs phi vs eta [CRCBin][eg]
1884 
1886  const static Int_t fkFlowQCRbRnHist = 3;
1887  const static Int_t fkFlowQCRbRnHar = 3;
1889 
1890  const static Int_t fkFlowQCnIntCorPro = 5;
1896 
1897  const static Int_t fkFlowQCnIntCorTest = 1;
1898  const static Int_t fkFlowQCnVtxCorTest = 3;
1903  const static Int_t fkFlowQCnNUATest = 6;
1905 
1906 // TList* fFlowQCOrdMagList;
1907 // const static Int_t fkNOrdMag = 20;
1908 // const static Int_t fkNHistOrdMag = 4;
1909 // TH1D *fFlowQCIntCorHistOrdMag[fFlowNHarm][fkNOrdMag][fkNHistOrdMag]; //!
1910 
1915 
1916  const static Int_t fFlowQCNRef = 14;
1920 
1926 
1927  // flow Generic Framework
1929  const static Int_t fkFlowGFNHarm = 4;
1930  const static Int_t fkFlowGFNOrde = 4;
1931  const static Int_t fFlowGFCenBin = 100;
1936  const static Int_t fkFlowGFNExtra = 5;
1940 
1944 
1945  // SC w ZDC
1947  const static Int_t fSCv2vsZNPtBins = 3;
1948  const static Int_t fSCv2vsZNHarm = 2;
1949  const static Int_t fkSCNHist = 6;
1950  const static Int_t fkFlowSCNvar = 6;
1957 
1958  // Flow SP VZ
1959  const static Int_t fkFlowSPVZnHist = 4;
1964 
1965  // EbE Flow
1974  const static Int_t fEBEFlowNResPro=18;
1976  TF1* FourierExp;
1979 
1980  // Various:
1989  TProfile2D* fRefMultRbRPro;
1990  TProfile2D* fAvEZDCCRbRPro;
1991  TProfile2D* fAvEZDCARbRPro;
1995  TH1D* fEtaWeightsHist[10][21][2];
1996  TH1D* fNvsCenCut[2][2];
2012  TH1F* fMultCutMin;
2013  TH1F* fMultCutMax;
2014  TH1F* fMultCutAv;
2015  TH1F* fRMSRefMulCenBins[10];
2016  TH1F* fEZNCutMin;
2017  TH1F* fEZNCutMax;
2018  Double_t fVtxPos[3]; // primary vertex position (x,y,z)
2019  Double_t fVtxPosCor[3]; // primary vertex position (x,y,z), re-centered at 0
2020  TF1 *fPolMin[2];
2021  TF1 *fPolMax[2];
2022  TF1 *fPolAv[2];
2023  TF1 *fPolDer[2];
2024  TF1 *fPolInt[2];
2025  TF1 *fPolDist[2];
2026  TF1 *fPolSlope[2];
2028  Double_t fZNCQ0; // common tower energy from ZNC-C
2029  Double_t fZNAQ0; // common tower energy from ZNC-A
2030  Double_t fZNCen; // total energy from ZNC-C
2031  Double_t fZNAen; // total energy from ZNC-A
2032  Double_t fZPCen; // total energy from ZPC-C
2033  Double_t fZPAen; // total energy from ZPC-A
2034  Double_t fEnNucl; // energy per nucleon (GeV)
2038 
2039  const static Int_t fZDCESEnPol=4;
2042 
2050 
2051  ClassDef(AliFlowAnalysisCRC,69);
2052 
2053 };
2054 
2055 //================================================================================================================
2056 
2057 #endif
TH1D * fFlowSCFinalHist[fSCv2vsZNHarm][fkSCNHist]
Double_t GetMinMult() const
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)
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()
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
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)
void SetFlowSCCrossProdProMult(TProfile *const TP, Int_t const c, Int_t const eg, Int_t const k)
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)
TProfile * fFlowSCCrossProdProMult[fSCv2vsZNHarm][fkFlowSCNvar][fkFlowSCNvar]
TH1D * fPOIPtDiffQImEG[2][fQVecPower][fFlowNHarmMax]
real part [0=pos,1=neg][0=back,1=forw][m]
double Double_t
Definition: External.C:58
TProfile * fControlHistogramsFlags
virtual void FillCommonHistResultsDiffFlow(TString type)
static const Int_t fkNRbRIntFlow
virtual void ResetEventByEventQuantities()
TProfile * GetMixedHarmonicsFlags() const
TH2F * fhZNResvsCen[fCRCMaxnCen][2]
res vs mul
Bool_t GetCalculateFlowQC() const
TProfile * GetCRC2NUAPro(Int_t const h, Int_t const c, Int_t const e) const
void SetIntFlowCorrectionTermsForNUAPro(TProfile *const ifctfnp, Int_t const sc)
void SetFlowQCIntCorHist(TH1D *const TP, Int_t const eg, Int_t const k)
void SetUseTrackWeights(Bool_t const uTrackW)
void SetFlowSCCrossProdPro(TProfile *const TP, Int_t const c, Int_t const eg, Int_t const k)
TH1D * fIntFlowSumOfProductOfEventWeights
sum of linear and quadratic event weights for <2>, <4>, <6> and <8>: [0=linear 1,1=quadratic] ...
TH1D * fIntFlowQcumulantsVsM[4]
final results for integrated Q-cumulants QC{2}, QC{4}, QC{6} and QC{8}
TProfile * fFlowQCCorProPhi[fCRCMaxnCen][fFlowNHarm][fFlowQCNPro]
TH1D * SetFlowGFMixedFinalHist(Int_t const c, Int_t const eg) const
virtual void CalculateCRCPtCorr()
void SetDiffFlowFlags(TProfile *const diffFlowFlags)
TProfile2D * fReRPQ2dEBE[3][4][9]
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index]
Double_t fReferenceMultiplicityEBE