![]() |
AliPhysics
68dfc25 (68dfc25)
|
#include <AliFlowAnalysisCRC.h>
Public Types | |
enum | CorrelationWeights { kMultiplicity, kUnit } |
enum | DataSet { k2010, k2011, k2015, k2015v6, k2015pidfix, kAny } |
enum | InteractionRate { kHigh, kLow, kPos, kNeg, kAll } |
enum | SelectCharge { kPosCh, kNegCh, kAllCh } |
enum | POIExtraWeights { kNone, kEtaPhi, kEtaPhiCh, kEtaPhiVtx, kEtaPhiChPt, kEtaPhiRbR, kEtaPhiChRbR, kEtaPhiVtxRbR } |
Private Member Functions | |
AliFlowAnalysisCRC (const AliFlowAnalysisCRC &afawQc) | |
AliFlowAnalysisCRC & | operator= (const AliFlowAnalysisCRC &afawQc) |
Private Attributes | |
TList * | fHistList |
Bool_t | fBookOnlyBasicCCH |
base list to hold all output object More... | |
AliFlowCommonHist * | fCommonHists |
AliFlowCommonHist * | fCommonHists2nd |
common control histograms (taking into account ALL events) More... | |
AliFlowCommonHist * | fCommonHists4th |
common control histograms (taking into account only the events with 2 and more particles) More... | |
AliFlowCommonHist * | fCommonHists6th |
common control histograms (taking into account only the events with 4 and more particles) More... | |
AliFlowCommonHist * | fCommonHists8th |
common control histograms (taking into account only the events with 6 and more particles) More... | |
AliFlowCommonHistResults * | fCommonHistsResults2nd |
common control histograms (taking into account only the events with 8 and more particles) More... | |
AliFlowCommonHistResults * | fCommonHistsResults4th |
final results for 2nd order int. and diff. flow for events with 2 and more particles More... | |
AliFlowCommonHistResults * | fCommonHistsResults6th |
final results for 4th order int. and diff. flow for events with 4 and more particles More... | |
AliFlowCommonHistResults * | fCommonHistsResults8th |
final results for 6th order int. and diff. flow for events with 6 and more particles More... | |
Int_t | fnBinsPhi |
final results for 8th order int. and diff. flow for events with 8 and more particles More... | |
Double_t | fPhiMin |
Double_t | fPhiMax |
Double_t | fPhiBinWidth |
Int_t | fnBinsPt |
Double_t | fPtMin |
Double_t | fPtMax |
Double_t | fPtBinWidth |
Int_t | fnBinsEta |
Double_t | fEtaMin |
Double_t | fEtaMax |
Double_t | fEtaBinWidth |
TProfile * | fCommonConstants |
Bool_t | fFillMultipleControlHistograms |
profile to hold common constants More... | |
Int_t | fHarmonic |
TString * | fAnalysisLabel |
Bool_t | fPrintFinalResults [4] |
analysis label (all histograms and output file will have this label) More... | |
TList * | fWeightsList |
Bool_t | fUsePhiWeights |
Bool_t | fUsePtWeights |
Bool_t | fUseEtaWeights |
Bool_t | fUseTrackWeights |
Bool_t | fUsePhiEtaWeights |
Bool_t | fUsePhiEtaWeightsChDep |
Bool_t | fUsePhiEtaWeightsVtxDep |
Bool_t | fUsePhiEtaWeightsChPtDep |
Bool_t | fUsePhiEtaCuts |
Bool_t | fUseZDCESEMulWeights |
Bool_t | fUseZDCESESpecWeights |
TProfile * | fUseParticleWeights |
TH1F * | fPhiWeightsRPs |
profile with three bins to hold values of fUsePhiWeights, fUsePtWeights and fUseEtaWeights More... | |
TString * | fMultiplicityWeight |
AliFlowCommonConstants::ERefMultSource | fMultiplicityIs |
event-by-event weights for multiparticle correlations More... | |
TList * | fIntFlowList |
TList * | fIntFlowProfiles |
list to hold all histograms and profiles relevant for integrated flow More... | |
TList * | fIntFlowResults |
list to hold all profiles relevant for integrated flow More... | |
TList * | fIntFlowAllCorrelationsVsM |
list to hold all histograms with final results relevant for integrated flow More... | |
TProfile * | fIntFlowFlags |
list to hold all profiles with correlations vs M More... | |
Bool_t | fApplyCorrectionForNUA |
profile to hold all flags for integrated flow More... | |
Bool_t | fApplyCorrectionForNUAVsM |
Int_t | fnBinsMult |
Double_t | fMinMult |
Double_t | fMaxMult |
Bool_t | fPropagateErrorAlsoFromNIT |
Bool_t | fCalculateCumulantsVsM |
Bool_t | fCalculateAllCorrelationsVsM |
Bool_t | fMinimumBiasReferenceFlow |
Bool_t | fForgetAboutCovariances |
Bool_t | fStoreVarious |
Int_t | fExactNoRPs |
Bool_t | fUse2DHistograms |
Bool_t | fFillProfilesVsMUsingWeights |
Bool_t | fUseQvectorTerms |
TMatrixD * | fReQ |
TMatrixD * | fImQ |
fReQ[m][k] = sum_{i=1}^{M} w_{i}^{k} cos(m*phi_{i}) More... | |
TMatrixD * | fSpk |
fImQ[m][k] = sum_{i=1}^{M} w_{i}^{k} sin(m*phi_{i}) More... | |
TMatrixD * | fReQGF |
fSM[p][k] = (sum_{i=1}^{M} w_{i}^{k})^{p+1} More... | |
TMatrixD * | fImQGF |
fReQ[m][k] = sum_{i=1}^{M} w_{i}^{k} cos(m*phi_{i}) More... | |
TH1D * | fIntFlowCorrelationsEBE |
fImQ[m][k] = sum_{i=1}^{M} w_{i}^{k} sin(m*phi_{i}) More... | |
TH1D * | fIntFlowEventWeightsForCorrelationsEBE |
1st bin: <2>, 2nd bin: <4>, 3rd bin: <6>, 4th bin: <8> More... | |
TH1D * | fIntFlowCorrelationsAllEBE |
1st bin: eW_<2>, 2nd bin: eW_<4>, 3rd bin: eW_<6>, 4th bin: eW_<8> More... | |
TH1D * | fIntFlowCorrectionTermsForNUAEBE [2] |
to be improved (add comment) More... | |
TH1D * | fIntFlowEventWeightForCorrectionTermsForNUAEBE [2] |
[0=sin terms,1=cos terms], NUA = non-uniform acceptance More... | |
Double_t | fNumberOfRPsEBE |
[0=sin terms,1=cos terms], NUA = non-uniform acceptance More... | |
Double_t | fNumberOfPOIsEBE |
Double_t | fReferenceMultiplicityEBE |
Double_t | fReferenceMultiplicityRecEBE |
Double_t | fCentralityEBE |
Double_t | fNewCentralityEBE |
Double_t | fNewMetricLEBE |
Double_t | fNewMetricDEBE |
Double_t | fNewMetricL2EBE |
Double_t | fNewMetricD2EBE |
Double_t | fCentralityCL1EBE |
Double_t | fNITSCL1EBE |
Double_t | fCentralityTRKEBE |
TProfile * | fAvMultiplicity |
TProfile * | fIntFlowCorrelationsPro |
profile to hold average multiplicities and number of events for events with nRP>=0, nRP>=1, ... , and nRP>=8 More... | |
TProfile * | fIntFlowSquaredCorrelationsPro |
average correlations <<2>>, <<4>>, <<6>> and <<8>> (with wrong errors!) More... | |
TProfile * | fIntFlowCorrelationsVsMPro [4] |
average correlations squared <<2>^2>, <<4>^2>, <<6>^2> and <<8>^2> More... | |
TProfile * | fIntFlowSquaredCorrelationsVsMPro [4] |
average correlations <<2>>, <<4>>, <<6>> and <<8>> versus multiplicity (error is wrong here!) More... | |
TProfile * | fIntFlowCorrelationsAllPro |
average correlations <<2>^2>, <<4>^2>, <<6>^2> and <<8>^2> versus multiplicity More... | |
TProfile * | fIntFlowCorrelationsAllVsMPro [64] |
average all correlations for integrated flow (with wrong errors!) More... | |
TProfile * | fIntFlowExtraCorrelationsPro |
average all correlations vs M (errors via Sumw2 - to me improved) More... | |
TProfile * | fIntFlowProductOfCorrelationsPro |
when particle weights are used some extra correlations appear More... | |
TProfile * | fIntFlowProductOfCorrelationsVsMPro [6] |
average product of correlations <2>, <4>, <6> and <8> More... | |
TProfile * | fIntFlowProductOfCorrectionTermsForNUAPro |
average product of correlations <2>, <4>, <6> and <8> More... | |
TProfile * | fIntFlowCorrectionTermsForNUAPro [2] |
average product of correction terms for NUA More... | |
TProfile * | fIntFlowCorrectionTermsForNUAVsMPro [2][4] |
average correction terms for non-uniform acceptance (with wrong errors!) [0=sin terms,1=cos terms] More... | |
TH1D * | fIntFlowCorrelationsHist |
average correction terms for non-uniform acceptance (with wrong errors!) [0=sin terms,1=cos terms][correction term index] vs multiplicity More... | |
TH1D * | fIntFlowCorrelationsVsMHist [4] |
final results for average correlations <<2>>, <<4>>, <<6>> and <<8>> (with correct errors!) More... | |
TH1D * | fIntFlowCorrelationsAllHist |
average correlations <<2>>, <<4>>, <<6>> and <<8>> versus multiplicity (error is correct here!) More... | |
TH1D * | fIntFlowCorrectionTermsForNUAHist [2] |
final results for all average correlations (with correct errors!) More... | |
TH1D * | fIntFlowCovariances |
final results for correction terms for non-uniform acceptance (with correct errors!) [0=sin terms,1=cos terms] More... | |
TH1D * | fIntFlowSumOfEventWeights [2] |
final result for covariances of correlations (multiplied with weight dependent prefactor) More... | |
TH1D * | fIntFlowSumOfProductOfEventWeights |
sum of linear and quadratic event weights for <2>, <4>, <6> and <8>: [0=linear 1,1=quadratic] More... | |
TH1D * | fIntFlowCovariancesVsM [6] |
sum of products of event weights for correlations <2>, <4>, <6> and <8> More... | |
TH1D * | fIntFlowSumOfEventWeightsVsM [4][2] |
final result for covariances of correlations (multiplied with weight dependent prefactor) versus M More... | |
TH1D * | fIntFlowSumOfProductOfEventWeightsVsM [6] |
sum of linear and quadratic event weights for <2>, <4>, <6> and <8> versum multiplicity More... | |
TH1D * | fIntFlowCovariancesNUA |
sum of products of event weights for correlations <2>, <4>, <6> and <8> vs M More... | |
TH1D * | fIntFlowSumOfEventWeightsNUA [2][2] |
final result for covariances of all terms needed for NUA (multiplied with weight dependent prefactor) More... | |
TH1D * | fIntFlowSumOfProductOfEventWeightsNUA |
sum of linear and quadratic event weights for NUA terms: [0=sin,1=cos][0=linear 1,1=quadratic] More... | |
TH1D * | fIntFlowQcumulants |
sum of products of event weights for NUA terms More... | |
TH1D * | fIntFlowQcumulantsVsM [4] |
final results for integrated Q-cumulants QC{2}, QC{4}, QC{6} and QC{8} More... | |
TH1D * | fIntFlowQcumulantsRebinnedInM |
final results for integrated Q-cumulants QC{2}, QC{4}, QC{6} and QC{8} versus multiplicity More... | |
TH1D * | fIntFlowQcumulantsErrorSquaredRatio |
final results for reference Q-cumulants QC{2}, QC{4}, QC{6} and QC{8} rebinned in M More... | |
TH1D * | fIntFlow |
ratio between error squared: with/without non-isotropic terms More... | |
TH1D * | fIntFlowVsM [4] |
final results for integrated flow estimates v_n{2,QC}, v_n{4,QC}, v_n{6,QC} and v_n{8,QC} More... | |
TH1D * | fIntFlowRebinnedInM |
final results for integrated flow estimates v_n{2,QC}, v_n{4,QC}, v_n{6,QC} and v_n{8,QC} versus multiplicity More... | |
TH1D * | fIntFlowDetectorBias |
final results for ref. flow estimates v_n{2,QC}, v_n{4,QC}, v_n{6,QC} and v_n{8,QC} rebinned in M More... | |
TH1D * | fIntFlowDetectorBiasVsM [4] |
bias coming from detector inefficiencies to <<2>>, <<4>>, <<6>> and <<8>> (corrected/measured) More... | |
TList * | fDiffFlowList |
bias coming from detector inefficiencies to <<2>>, <<4>>, <<6>> and <<8>> vs M (corrected/measured) More... | |
TList * | fDiffFlowProfiles |
list to hold list with all histograms (fDiffFlowResults) and list with profiles (fDiffFlowProfiles) relevant for differential flow More... | |
TList * | fDiffFlowResults |
list to hold all profiles relevant for differential flow More... | |
TList * | fDiffFlow2D |
list to hold all histograms with final results relevant for differential flow More... | |
TList * | fDiffFlowCorrelationsProList [2][2] |
list to hold all objects relevant for 2D differential flow More... | |
TList * | fDiffFlowProductOfCorrelationsProList [2][2] |
list to hold profiles with all correlations for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowCorrectionsProList [2][2] |
list to hold profiles with products of all correlations for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | f2DDiffFlowCorrelationsProList [2] |
list to hold profiles with correction term for NUA for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowCorrelationsHistList [2][2] |
list to hold profiles with all correlations for 2D differential flow [0=RP,1=POI] More... | |
TList * | fDiffFlowSumOfEventWeightsHistList [2][2][2] |
list to hold histograms with all correlations for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowSumOfProductOfEventWeightsHistList [2][2] |
list to hold histograms with sum of linear/quadratic event weights [0=RP,1=POI][0=pt,1=eta][0=linear 1,1=quadratic] More... | |
TList * | fDiffFlowCorrectionsHistList [2][2] |
list to hold histograms with sum of products of event weights [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowCovariancesHistList [2][2] |
list to hold histograms with correction term for NUA for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowCumulantsHistList [2][2] |
list to hold histograms with all covariances for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowDetectorBiasHistList [2][2] |
list to hold histograms with all cumulants for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
TList * | fDiffFlowHistList [2][2] |
list to hold histograms which quantify detector bias to differential cumulants [0=RP,1=POI][0=pt,1=eta] More... | |
TProfile * | fDiffFlowFlags |
list to hold histograms with final results for differential flow [0=RP,1=POI][0=pt,1=eta] More... | |
Bool_t | fCalculateDiffFlow |
profile to hold all flags for differential flow More... | |
Bool_t | fCalculate2DDiffFlow |
Bool_t | fCalculateDiffFlowVsEta |
TProfile * | fReRPQ1dEBE [3][2][4][9] |
TProfile * | fImRPQ1dEBE [3][2][4][9] |
real part [0=r,1=p,2=q][0=pt,1=eta][m][k] More... | |
TProfile * | fs1dEBE [3][2][9] |
imaginary part [0=r,1=p,2=q][0=pt,1=eta][m][k] More... | |
TH1D * | fDiffFlowCorrelationsEBE [2][2][4] |
[0=r,1=p,2=q][0=pt,1=eta][k] // to be improved More... | |
TH1D * | fDiffFlowEventWeightsForCorrelationsEBE [2][2][4] |
[0=RP,1=POI][0=pt,1=eta][reduced correlation index] More... | |
TH1D * | fDiffFlowCorrectionTermsForNUAEBE [2][2][2][10] |
[0=RP,1=POI][0=pt,1=eta][event weights for reduced correlation index] More... | |
TProfile2D * | fReRPQ2dEBE [3][4][9] |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index] More... | |
TProfile2D * | fImRPQ2dEBE [3][4][9] |
real part of r_{m*n,k}(pt,eta), p_{m*n,k}(pt,eta) and q_{m*n,k}(pt,eta) More... | |
TProfile2D * | fs2dEBE [3][9] |
imaginary part of r_{m*n,k}(pt,eta), p_{m*n,k}(pt,eta) and q_{m*n,k}(pt,eta) More... | |
TProfile * | fDiffFlowCorrelationsPro [2][2][4] |
[t][k] // to be improved More... | |
TProfile * | fDiffFlowSquaredCorrelationsPro [2][2][4] |
[0=RP,1=POI][0=pt,1=eta][correlation index] More... | |
TProfile * | fDiffFlowProductOfCorrelationsPro [2][2][8][8] |
[0=RP,1=POI][0=pt,1=eta][correlation index] More... | |
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 More... | |
TProfile2D * | f2DDiffFlowCorrelationsPro [2][4] |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index] More... | |
TList * | fOtherDiffCorrelatorsList |
[0=RP,1=POI][correlation index] More... | |
TProfile * | fOtherDiffCorrelators [2][2][2][1] |
list to hold profiles with other differential correlators More... | |
TH1D * | fDiffFlowCorrelationsHist [2][2][4] |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correlator index] More... | |
TH1D * | fDiffFlowCovariances [2][2][5] |
[0=RP,1=POI][0=pt,1=eta][correlation index] More... | |
TH1D * | fDiffFlowCumulants [2][2][4] |
[0=RP,1=POI][0=pW not used,1=pW used][0=exact eW,1=non-exact eW][0=pt,1=eta][index of covariances] More... | |
TH1D * | fDiffFlowDetectorBias [2][2][4] |
[0=RP,1=POI][0=pt,1=eta][0=QC{2'},1=QC{4'},2=QC{6'},3=QC{8'}] More... | |
TH1D * | fDiffFlow [2][2][4] |
[0=RP,1=POI][0=pt,1=eta][0=gQC{2'}/QC{2'},1=gQC{4'}/QC{4'},2=gQC{6'}/QC{6'},3=gQC{8'}/QC{8'}] More... | |
TH1D * | fDiffFlowSumOfEventWeights [2][2][2][4] |
[0=RP,1=POI][0=pt,1=eta][0=v'{2},1=v'{4},2=v'{6},3=v'{8}] More... | |
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'>] More... | |
TH1D * | fDiffFlowCorrectionTermsForNUAHist [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 More... | |
TH2D * | f2DDiffFlowCumulants [2][4] |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index] More... | |
TH2D * | f2DDiffFlow [2][4] |
2D differential cumulants [0=RP,1=POI][cumulant order] More... | |
TList * | fDistributionsList |
2D differential flow [0=RP,1=POI][cumulants order] More... | |
TProfile * | fDistributionsFlags |
list to hold all distributions of correlations More... | |
Bool_t | fStoreDistributions |
profile to hold all flags for distributions of correlations More... | |
TH1D * | fDistributions [4] |
Int_t | fnBinsForCorrelations |
[0=distribution of <2>,1=distribution of <4>,2=distribution of <6>,3=distribution of <8>] More... | |
Double_t | fMinValueOfCorrelation [4] |
Double_t | fMaxValueOfCorrelation [4] |
Double_t | fMinValueOfCorrelationProduct [1] |
Double_t | fMaxValueOfCorrelationProduct [1] |
Double_t | fMinValueOfQvectorTerms [4] |
Double_t | fMaxValueOfQvectorTerms [4] |
TList * | fNestedLoopsList |
Bool_t | fEvaluateIntFlowNestedLoops |
list to hold all profiles filled with nested loops More... | |
Bool_t | fEvaluateDiffFlowNestedLoops |
Int_t | fMaxAllowedMultiplicity |
TProfile * | fEvaluateNestedLoops |
TProfile * | fIntFlowDirectCorrelations |
profile with four bins: fEvaluateIntFlowNestedLoops, fEvaluateDiffFlowNestedLoops, fCrossCheckInPtBinNo and fCrossCheckInEtaBinNo More... | |
TProfile * | fIntFlowExtraDirectCorrelations |
multiparticle correlations relevant for int. flow calculated with nested loops More... | |
TProfile * | fIntFlowDirectCorrectionTermsForNUA [2] |
when particle weights are used some extra correlations appear More... | |
Int_t | fCrossCheckInPtBinNo |
average correction terms for non-uniform acceptance evaluated with nested loops [0=sin terms,1=cos terms] More... | |
Int_t | fCrossCheckInEtaBinNo |
TH1D * | fNoOfParticlesInBin |
TProfile * | fDiffFlowDirectCorrelations [2][2][4] |
TProfile * | fDiffFlowDirectCorrectionTermsForNUA [2][2][2][10] |
[0=RP,1=POI][0=pt,1=eta][correlation index] More... | |
TProfile * | fOtherDirectDiffCorrelators [2][2][2][1] |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correction term index] More... | |
TProfile * | fMixedHarmonicsNestedLoops |
[0=RP,1=POI][0=pt,1=eta][0=sin terms,1=cos terms][correlator index] More... | |
TList * | fMixedHarmonicsList |
Cross-check mixed harmonics with nested loops. More... | |
TList * | fMixedHarmonicsProfiles |
list to hold all histograms and profiles for mixed harmonics More... | |
TList * | fMixedHarmonicsResults |
list to hold all profiles for mixed harmonics More... | |
TList * | fMixedHarmonicsErrorPropagation |
list to hold all histograms with final results for mixed harmonics More... | |
TProfile * | fMixedHarmonicsFlags |
list to hold all objects needed for statistical error propagation More... | |
Bool_t | fCalculateMixedHarmonics |
profile to hold all flags for mixed harmonics More... | |
Bool_t | fCalculateMixedHarmonicsVsM |
TProfile * | f2pCorrelations |
TProfile * | f3pCorrelations |
profile to hold all 2-particle correlations More... | |
TProfile * | f4pCorrelations |
profile to hold all 3-particle correlations More... | |
TProfile * | f5pCorrelations |
profile to hold all 4-particle correlations More... | |
TProfile * | f6pCorrelations |
profile to hold all 5-particle correlations More... | |
TProfile * | f7pCorrelations |
profile to hold all 6-particle correlations More... | |
TProfile * | f8pCorrelations |
profile to hold all 7-particle correlations More... | |
TH1D * | f2pCumulants |
profile to hold all 8-particle correlations More... | |
TH1D * | f3pCumulants |
histogram to hold all 2-particle cumulants More... | |
TH1D * | f4pCumulants |
histogram to hold all 3-particle cumulants More... | |
TH1D * | f5pCumulants |
histogram to hold all 4-particle cumulants More... | |
TH1D * | f6pCumulants |
histogram to hold all 5-particle cumulants More... | |
TH1D * | f7pCumulants |
histogram to hold all 6-particle cumulants More... | |
TH1D * | f8pCumulants |
histogram to hold all 7-particle cumulants More... | |
TH1D * | fMixedHarmonicEventWeights [2] |
histogram to hold all 8-particle cumulants More... | |
TH2D * | fMixedHarmonicProductOfEventWeights |
sum of linear and quadratic event weights for mixed harmonics => [0=linear 1,1=quadratic] More... | |
TProfile2D * | fMixedHarmonicProductOfCorrelations |
sum of products of event weights for mixed harmonics More... | |
TList * | fControlHistogramsList |
averages of products of mixed harmonics correlations More... | |
TProfile * | fControlHistogramsFlags |
Bool_t | fStoreControlHistograms |
TH2D * | fCorrelationNoRPsVsRefMult |
TH2D * | fCorrelationNoPOIsVsRefMult |
correlation between # RPs and ref. mult. determined centrally More... | |
TH2D * | fCorrelationNoRPsVsNoPOIs |
correlation between # POIs and ref. mult. determined centrally More... | |
TH2D * | fCorrelation2468VsMult [4] |
correlation between # RPs and # POIs More... | |
TH2D * | fCorrelationProduct2468VsMult [1] |
<2>, <4>, <6> and <8> vs multiplicity (#RPs, #POIs or external) More... | |
TH2D * | fQvectorTermsVsMult [4] |
<2><4>, <2><6>, <2><8>, <4><6> etc. vs multiplicity (#RPs, #POIs or external) More... | |
TList * | fBootstrapList |
|Qn|^2/M, |Q2n|^2/M, |Qn|^4/(M(2M-1)), Re[Q2nQn^*Qn^*]/M, ... vs multiplicity (#RPs, #POIs or external) More... | |
TList * | fBootstrapProfilesList |
list to hold all output objects for bootstrap More... | |
TList * | fBootstrapResultsList |
list to hold all profiles for bootstrap More... | |
TProfile * | fBootstrapFlags |
list to hold all histograms for bootstrap More... | |
Bool_t | fUseBootstrap |
profile to hold all flags for mixed harmonics More... | |
Bool_t | fUseBootstrapVsM |
Int_t | fnSubsamples |
TRandom3 * | fRandom |
TProfile2D * | fBootstrapCorrelations |
local random generator More... | |
TProfile2D * | fBootstrapCorrelationsVsM [4] |
x-axis => <2>, <4>, <6>, <8>; y-axis => subsample # More... | |
TH2D * | fBootstrapCumulants |
index => <2>, <4>, <6>, <8>; x-axis => multiplicity; y-axis => subsample # More... | |
TH2D * | fBootstrapCumulantsVsM [4] |
x-axis => QC{2}, QC{4}, QC{6}, QC{8}; y-axis => subsample # More... | |
TList * | fCRCList |
index => QC{2}, QC{4}, QC{6}, QC{8}; x-axis => multiplicity; y-axis => subsample # More... | |
TList * | fTempList |
list to hold CRC histograms More... | |
TProfile * | fCRCFlags |
list to hold temp histograms More... | |
Bool_t | fCalculateCRC |
profile to hold all flags for CRC More... | |
Bool_t | fCalculateCRCPt |
Bool_t | fCalculateCME |
Bool_t | fCalculateCRCInt |
Bool_t | fCalculateCRC2 |
Bool_t | fCalculateCRCVZ |
Bool_t | fCalculateCRCZDC |
Bool_t | fCalculateFlowQC |
Bool_t | fCalculateFlowZDC |
Bool_t | fCalculateFlowVZ |
Bool_t | fUseVZERO |
Bool_t | fUseZDC |
Bool_t | fRemoveSplitMergedTracks |
Bool_t | fRecenterZDC |
Bool_t | fNUAforCRC |
Bool_t | fUseCRCRecenter |
Bool_t | fDivSigma |
Bool_t | fInvertZDC |
Bool_t | fCRCTestSin |
Bool_t | fVtxRbR |
Double_t | fCRCEtaMin |
Double_t | fCRCEtaMax |
Int_t | fRunNum |
Int_t | fCachedRunNum |
Int_t | fRunBin |
Int_t | fCenBin |
CorrelationWeights | fCorrWeightTPC |
CorrelationWeights | fCorrWeightVZ |
CorrelationWeights | fCorrWeightZDC |
TList * | fCRCIntList |
Int_t | fCRCnCen |
Int_t | fCRCCenBinWidth |
TH3D * | fPhiEtaWeights |
TH3D * | fPhiEtaWeightsCh [2] |
TH3D * | fPhiEtaWeightsChPt [2][3] |
TH2F * | fPtWeightsCent |
TH3D * | fPhiEtaWeightsVtx [fCRCMaxnCen] |
TH3D * | fPhiEtaRbRWeights |
TH3D * | fPhiEtaRbRWeightsCh [2] |
TList * | fCRCIntRbRList |
TList * | fCRCIntRunsList [fCRCMaxnRun] |
CRC list of histograms RbR. More... | |
TH1D * | fCRCQRe [2][fCRCnHar] |
list of runs More... | |
TH1D * | fCRCQIm [2][fCRCnHar] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fCRCMult [2][fCRCnHar] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TProfile * | fCRCCorrPro [fCRCMaxnRun][fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH1D * | fCRCSumWeigHist [fCRCMaxnRun][fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
correlation profile, [CRCBin][eg] More... | |
TProfile * | fCRCNUATermsPro [fCRCMaxnRun][fCRCnNUA][fCRCnEtaGap][fCRCMaxnCen] |
correlation weights histo, [CRCBin][eg] More... | |
TH1D * | fCRCCorrProdTempHist [fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
NUA terms profile. More... | |
TH1D * | fCRCCorrHist [fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
temporary correlation products for covariances, [CRCBin][eg] More... | |
TH1D * | fCRCCumHist [fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
<<2'>>, [CRCBin][eg] More... | |
TProfile * | fCRCCorrProd2p2pPro [fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
QC{2}, [CRCBin][eg]. More... | |
TH1D * | fCRCCovHist [fCRCnCorr][fCRCnEtaGap][fCRCMaxnCen] |
correlation products More... | |
TH1D * | fCRCCFunHist [fCRCnEtaGap][fCRCMaxnCen] |
covariances final histo More... | |
TH1D * | fCRCNUATermsHist [fCRCnNUA][fCRCnEtaGap][fCRCMaxnCen] |
correlation function histo, [CRCBin][eg] More... | |
Int_t | fCRCnRun |
DataSet | fDataSet |
InteractionRate | fInteractionRate |
SelectCharge | fSelectCharge |
POIExtraWeights | fPOIExtraWeights |
TArrayI | fRunList |
TArrayD | fAvVtxPosX |
TArrayD | fAvVtxPosY |
TArrayD | fAvVtxPosZ |
TArrayI | fnEvRbR |
TList * | fCRCQVecList |
TList * | fCRCQVecEtaPhiList |
Q Vectors list. More... | |
TList * | fCRCQVecListTPC |
TList * | fCRCQVecListVZ |
Q Vectors list TPC. More... | |
TList * | fCRCQVecListRun [fCRCMaxnRun] |
Q Vectors list VZERO. More... | |
TList * | fCRCQVecWeightsList |
Q Vectors list per run. More... | |
TList * | fCRCZDCCalibList |
Weights for Q Vectors. More... | |
TList * | fCRCZDC2DCutList |
ZDC calibration. More... | |
TList * | fCRCVZEROCalibList |
ZDC 2D cut. More... | |
TList * | fCRCZDCResList |
ZDC calibration. More... | |
TList * | fZDCESEList |
ZDC rescaling list. More... | |
TProfile * | fCRCQnRe [fCRCMaxnRun][fCRCnHar] |
ZDC ESE. More... | |
TProfile * | fCRCQnIm [fCRCMaxnRun][fCRCnHar] |
Q Vectors Re. More... | |
TProfile * | fCRCQnReCorr [fCRCMaxnRun][fCRCnHar] |
Q Vectors Im. More... | |
TProfile * | fCRCQnImCorr [fCRCMaxnRun][fCRCnHar] |
Q Vectors Re. More... | |
TH1D * | fCRCVZEPA [fCRCMaxnRun][fCRCMaxnCen] |
Q Vectors Im. More... | |
TH1D * | fCRCVZEPC [fCRCMaxnRun][fCRCMaxnCen] |
VZA-EP. More... | |
TH3D * | fCRCQVecPhiHist |
VZC-EP. More... | |
TH2D * | fCRCQVecPtHistMagField |
phi ditribution POIs More... | |
TH3D * | fCRCQVecPhiHistCh [2] |
TProfile3D * | fCRCQVecHarCosProCh [2] |
phi ditribution POIs bins ch More... | |
TProfile3D * | fCRCQVecHarSinProCh [2] |
phi ditribution POIs More... | |
TH3D * | fCRCQVecPhiHistVtx [fCRCMaxnCen][fCRCMaxnRun] |
phi ditribution POIs More... | |
TH3D * | fCRCQVecPhiHistRefMul [fCRCMaxnCen] |
phi ditribution POIs, vtx dep More... | |
TH3D * | fCRCQVecPhiHistVtxAll [fCRCMaxnCen] |
TProfile * | fCRCVZCosnA [fCRCMaxnRun][fCRCnHar] |
TProfile * | fCRCVZSinnA [fCRCMaxnRun][fCRCnHar] |
VZA_cosn. More... | |
TProfile * | fCRCVZCosnC [fCRCMaxnRun][fCRCnHar] |
VZA_sinn. More... | |
TProfile * | fCRCVZSinnC [fCRCMaxnRun][fCRCnHar] |
VZA_cosn. More... | |
AliFlowVector | fTPCQnRecenter [fCRCnHar] |
VZA_sinn. More... | |
TProfile * | fCRCFlowQCRbRIntFlow [fCRCMaxnRun][fkNRbRFlowHar][fkNRbRIntFlow] |
TProfile * | fCRCFlowQCRbRMulFlow [fCRCMaxnRun][fkNRbRFlowHar][fkNRbRIntFlow] |
VZA_cosn. More... | |
TProfile * | fTPCQHist [fCRCnHar][2] |
VZA_cosn. More... | |
TProfile * | fZDCQHist [12] |
Run-by-run TPCQvecHist. More... | |
TH2D * | fZDCQHist2 |
Run-by-run ZDCQvecHist. More... | |
TH1D * | fZDCResHist [fkNZDCResHist] |
TH2D * | fZDCEPHist [2] |
TF1 * | fFitPol0EP |
Run-by-run ZDCQvecHist. More... | |
TProfile3D * | fZDCVtxHist [4] |
TProfile2D * | fZDCEcomHist [4] |
Run-by-run vtxZDCQvec. More... | |
TProfile2D * | fZDCEcomTotHist [4] |
Run-by-run vtxZDCQvec. More... | |
TProfile3D * | fZDCEcomTotvsVtxHist [12] |
Run-by-run vtxZDCQvec. More... | |
TProfile2D * | fCRCZDCQVecCenRefMulTot [fCRCMaxnRun][4] |
Run-by-run vtxZDCQvec. More... | |
TProfile2D * | fCRCTPCQVecCenRefMulTot [fCRCMaxnRun][4] |
TH2D * | fMulvsCenRbR [fCRCMaxnRun] |
TProfile2D * | fhAvRefMulRbR |
TProfile2D * | fhAvQMCRbR |
Average reference multiplicity vs run vs centrality. More... | |
TProfile2D * | fhAvQMARbR |
TProfile * | fhAvAbsOrbit |
TProfile3D * | fZDCVtxCenHist [10][4] |
TProfile3D * | fZDCVtxCenHistMagPol [10][8] |
Run-by-run vtxZDCQvec. More... | |
TProfile2D * | fVZEROCenHist [3] |
Run-by-run vtxZDCQvec. More... | |
TH3D * | fZDCVtxFitHist [4] |
Run-by-run VZERO Q-vector (harmonics 1-3) More... | |
TH1D * | fZDCVtxFitCenProjHist [4][3] |
TH3D * | fZDCVtxFitHist2 [4] |
TH1D * | fZDCVtxFitCenProjHist2 [4][3] |
TH3D * | fZDCBinsCenRefMult [10] |
TProfile2D * | fZDCBinsCenRefMultRbR [4] |
TProfile2D * | fZDCBinsCenRefMultTot [4] |
TProfile * | fZDCBinsCenRefMultRbRProf [10][4] |
TProfile * | fZDCBinsCenRefMultTotProf [10][4] |
TH1D * | fZDCBinsCenRefMultRbRProj [10][4] |
TH1D * | fZDCBinsCenRefMultTotProj [10][4] |
TH3D * | fZDCBinsVtxCenEZDC [3][4] |
TH3D * | fZDCQVecVtxCenEZDC3D [10][10][4] |
TH3D * | fZDCQVecVtxCenEZDCFit0 |
TH3D * | fZDCQVecVtxCenEZDCFit1 |
TH2D * | fCRCZDC2DCutZDCC [2][10] |
TH2D * | fCRCZDC2DCutZDCA [2][10] |
TF1 * | fZDCFitSec [4] |
TH1D * | fZDCESEMinHist [2] |
Run-by-run fit ZDCQvecHist. More... | |
TH1D * | fZDCESEMaxHist [2] |
TH1D * | fZDCESEAvHist [2] |
TH1D * | fZDCESEMinMetricHist [2] |
TH1D * | fZDCESEMaxMetricHist [2] |
TH1D * | fEBEAzimuthalDis |
TProfile * | fCRCVZQVecA [fCRCMaxnRun][2] |
TProfile * | fCRCVZQVecC [fCRCMaxnRun][2] |
Q Vectors VZERO-A. More... | |
TProfile2D * | fCRCZDCQVecCov [fCRCMaxnRun][fCRCQVecnCov] |
TProfile * | fCRCZDCQVecA [fCRCMaxnRun][2] |
ZDCs Q Vectors correlations. More... | |
TProfile * | fCRCZDCQVecC [fCRCMaxnRun][2] |
Q Vectors ZDCN-A. More... | |
TProfile * | fCRCZDCQVecACorr [fCRCMaxnRun][2] |
Q Vectors ZDCN-C. More... | |
TProfile * | fCRCZDCQVecCCorr [fCRCMaxnRun][2] |
Q Vectors ZDCN-A. More... | |
TProfile * | fCRCZDCQVecRes [fCRCMaxnRun][4] |
Q Vectors ZDCN-C. More... | |
TProfile * | fCRCZDCQVecTest [fCRCMaxnRun][8] |
Q Vectors Resolution Terms. More... | |
Bool_t | fStoreZDCQVecVtxPos |
TProfile3D * | fCRCZDCQVecVtxPos [fCRCMaxnRun][4] |
TProfile3D * | fCRCZDCQVecVtxPosCen [fCRCMaxnCen][fkCRCnCQVecVtxPos] |
Vtx positions re-centered Qvec run by run. More... | |
TProfile3D * | fCRCZDCQVecVtxCenEZDC [3][fkCRCnCQVecVtxPos] |
Vtx positions re-centered Qvec in cen bins. More... | |
TProfile3D * | fCRCZDCQVecVtxCenEZDC3D [fCRCMaxnCen][fknEZDCBins][fkCRCnCQVecVtxPos] |
TH1D * | fCRCZDCQVecDummyEZDCBins [fCRCMaxnCen] |
TProfile2D * | fCRCZDCQVecCorSteps [4] |
Double_t | fEvPlZDCCflat |
Double_t | fEvPlZDCAflat |
Double_t | fEvPlDPsiC |
Double_t | fEvPlDPsiA |
TH2D * | fCRCZDCQVecDis [2][fCRCMaxnCen][2] |
TList * | fCRCVZList |
AliFlowVector | fVZFlowVect [2][fCRCnHar] |
VZERO CRC List. More... | |
TProfile * | fCRCVZEROetaPro [fCRCMaxnCen][fkNHistCRCVZ] |
TH1D * | fCRCVZEROetaHist [fCRCMaxnCen][fkNHistCRCVZ] |
TList * | fCRCZDCList |
TList * | fCRCZDCRbRList |
AliFlowVector | fZDCFlowVect [2] |
CRC list of histograms RbR. More... | |
TH1D * | fCRCZDCQRe [4][fCRCnHar] |
TH1D * | fCRCZDCQIm [4][fCRCnHar] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fCRCZDCMult [4][fCRCnHar] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TList * | fCRCZDCRunsList [fCRCMaxnRun] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TProfile * | fCRCZDCCorrPro [fCRCMaxnRun][2][fCRCZDCnEtaBin][fCRCMaxnCen] |
list of runs More... | |
TProfile * | fCRCZDCCorrProd2p2pHist [fCRCMaxnRun][2][fCRCZDCnEtaBin][fCRCMaxnCen] |
correlation profile, [CRCBin][eg] More... | |
TProfile * | fCRCZDCNUAPro [fCRCMaxnRun][4][fCRCZDCnEtaBin][fCRCMaxnCen] |
correlation weights histo, [CRCBin][eg] More... | |
TH1D * | fCRCZDCCorrProdTempHist [2][fCRCZDCnEtaBin][fCRCMaxnCen] |
correlation profile, [CRCBin][eg] More... | |
TH1D * | fCRCZDCCorrHist [2][fCRCZDCnEtaBin][fCRCMaxnCen] |
temporary correlation products for covariances, [CRCBin][eg] More... | |
TH1D * | fCRCZDCCFunHist [fCRCZDCnEtaBin][fCRCMaxnCen] |
<<2'>>, [CRCBin][eg] More... | |
TH2D * | fCRCZDCCovHist [2][fCRCZDCnEtaBin][fCRCMaxnCen] |
correlation function histo, [CRCBin][eg] More... | |
TProfile * | fCRCZDCSpectra [fCRCZDCnEtaBin][fCRCMaxnCen] |
covariances final histo More... | |
TList * | fCRCPtList |
spectra More... | |
Int_t | fCRCPtnPtBin |
list to hold CRC histograms More... | |
Double_t | fCRCPtMinPt |
Double_t | fCRCPtMaxPt |
Double_t | fCRCPtwPtBin |
Double_t * | fCRCPtvarPtBins |
Int_t | fCRCPtnCenBin |
Double_t | fCRCPtCenMin |
Double_t | fCRCPtCenMax |
Double_t | fCRCPtwCenBin |
TList * | fCMEList |
TList * | fCMETPCList |
CME List. More... | |
TList * | fCMEZDCList |
CME list of histograms TPC only. More... | |
TH1D * | fCMEQRe [4][fCRCnHar] |
CME list of histograms TPC-ZDCs. More... | |
TH1D * | fCMEQIm [4][fCRCnHar] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fCMEMult [4][fCRCnHar] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fCMEZDCCorHist [fCMEnEtaBin][fCRCMaxnCen] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH2D * | fCMEZDCCovHist [fCMEnEtaBin][fCRCMaxnCen] |
<<2'>>, [CRCBin][eg] More... | |
TH1D * | fCMEZDCDistHist [fCMEnEtaBin][fCRCMaxnCen][fCMEZDCnDist] |
correlation function histo, [CRCBin][eg] More... | |
TProfile * | fCMEZDCCorPro [fCMEnEtaBin][fCRCMaxnCen] |
<<2'>>, [CRCBin][eg] More... | |
TProfile * | fCMEZDCCovPro [fCMEnEtaBin][fCRCMaxnCen] |
correlation profile, [CRCBin][eg] More... | |
TProfile * | fCMEZDCNUAPro [fCMEnEtaBin][fCRCMaxnCen] |
correlation weights histo, [CRCBin][eg] More... | |
Int_t | fZDCESEclEbE |
TProfile * | fCMETPCCorPro [fZDCESEnCl][fCMETPCnHist] |
TH1D * | fCMETPCCorHist [fZDCESEnCl][fCMETPCnHist] |
correlation profile, [CRCBin][eg] More... | |
TH1D * | fCMETPCFinalHist [fZDCESEnCl][fCMETPCnHist] |
<<2'>>, [CRCBin][eg] More... | |
TProfile * | fCMETPCSCPro [fCMETPCnSC][2] |
<<2'>>, [CRCBin][eg] More... | |
TH1D * | fCMETPCSCHist [fCMETPCnSC][2] |
correlation profile, [CRCBin][eg] More... | |
TProfile2D * | fCMETPCCorPro2D [fCMETPCnHist2D] |
TList * | fCRC2List |
Int_t | fCRC2nEtaBins |
ZDCERO CRC List. More... | |
TH1D * | fCRC2QRe [3][fCRCnHar] |
TH1D * | fCRC2QIm [3][fCRCnHar] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fCRC2Mul [3][fCRCnHar] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TProfile * | fCRC2CorPro [fCRCMaxnCen][fkNCorCRC2] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TProfile * | fCRC2NUAPro [fCRCMaxnCen][fkNCorCRC2][4] |
correlation profile, [CRCBin][eg] More... | |
TH1D * | fCRC2CorHist [fCRCMaxnCen][fkNCorCRC2][2] |
NUA terms profile, [CRCBin][eg]. More... | |
TH1D * | fCRC2NUAHist [fCRCMaxnCen][fkNCorCRC2][4] |
<<2'>>, [centrality][pos,neg,all][corr,spectra] More... | |
TProfile * | fCRC2CovPro [fCRCMaxnCen][fkNCorCRC2][fkNCorCRC2] |
NUA hist. More... | |
TH1D * | fCRC2CovHist [fCRCMaxnCen][fkNCorCRC2][fkNCorCRC2] |
Cov pro. More... | |
Int_t | fPtDiffNBins |
TH1D * | fPOIPhiDiffQRe [fQVecPower][fFlowNHarmMax] |
TH1D * | fPOIPhiDiffQIm [fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPhiDiffMul [fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH2D * | fPOIPtEtaDiffQRe [fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH2D * | fPOIPtEtaDiffQIm [fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH2D * | fPOIPtEtaDiffMul [fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH2D * | fPOIPhiEtaDiffQRe [fkNITStypes][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH2D * | fPOIPhiEtaDiffQIm [fkNITStypes][fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH2D * | fPOIPhiEtaDiffMul [fkNITStypes][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fEtaDiffQRe [2][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH1D * | fEtaDiffQIm [2][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][eta] More... | |
TH1D * | fEtaDiffMul [2][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][eta] More... | |
TH1D * | fPOIPhiDiffQReEG [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][eta] More... | |
TH1D * | fPOIPhiDiffQImEG [2][fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPhiDiffMulEG [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffQRe [fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH1D * | fPOIPtDiffQIm [fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffMul [fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffQReCh [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH1D * | fPOIPtDiffQImCh [2][fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffMulCh [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffQReEG [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH1D * | fPOIPtDiffQImEG [2][fQVecPower][fFlowNHarmMax] |
real part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH1D * | fPOIPtDiffMulEG [2][fQVecPower][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][m] More... | |
TH2D * | fPOIEtaPtQRe [2][fFlowNHarmMax] |
imaginary part [0=pos,1=neg][0=back,1=forw][p][k] More... | |
TH2D * | fPOIEtaPtQIm [2][fFlowNHarmMax] |
TH2D * | fPOIEtaPtMul [2][fFlowNHarmMax] |
TList * | fFlowSPZDCList |
TProfile * | fFlowSPZDCCorPro [fCRCMaxnCen][fFlowNHarmZDC][fFlowNPro] |
TH1D * | fFlowSPZDCCorHist [fCRCMaxnCen][fFlowNHarmZDC][fFlowNPro] |
correlation profile, [CRCBin][eg] More... | |
TH1D * | fFlowSPZDCFinalPtDifHist [fCRCMaxnCen][fFlowNHarmZDC][fFlowNPro] |
<<2'>>, [CRCBin][eg] More... | |
TProfile * | fFlowSPZDCCorNUA [fCRCMaxnCen][fFlowNPro] |
TProfile * | fFlowSPZDCIntPro [fFlowNHarmZDC][fFlowNPro] |
NUA profile, [CRCBin][eg]. More... | |
TH1D * | fFlowSPZDCIntHist [fFlowNHarmZDC][fFlowNPro] |
reference flow More... | |
TH1D * | fFlowSPZDCIntFinalHist [fFlowNHarmZDC][fFlowNPro] |
TProfile * | fFlowSPZDCIntNUA [fFlowNNUA] |
TProfile * | fFlowSPZDCv1etaPro [fCRCMaxnCen][fkNHarv1eta][fkNHistv1eta] |
TProfile * | fFlowSPZDCv1etaProImag [fCRCMaxnCen][fkNHistv1eta] |
TProfile * | fFlowSPZDCv1etaCovPro [fCRCMaxnCen][fkNHistv1etaCov] |
TH1D * | fFlowSPZDCv1etaCovHist [fCRCMaxnCen][fkNHistv1etaCov] |
TProfile2D * | fFlowSPZDCv1etaProPhi [fkNHistv1eta] |
TProfile2D * | fFlowSPZDCv1etaProITS [fkNHistv1eta] |
TH2D * | fFlowSPZDCv1etaProITSDis [2][fkNITStypes] |
TH1D * | fFlowSPZDCv1etaHist [fCRCMaxnCen][fkNHarv1eta][fkNHistv1eta] |
TProfile * | fFlowSPZDCv1etaNUAPro [fCRCMaxnCen][fkNHarv1eta][fkNHistv1eta] |
TProfile2D * | fFlowSPZDCv1etaPtPro [fCRCMaxnCen][fkNHistv1etaPt] |
TH2D * | fFlowSPZDCv1etaPtHist [fCRCMaxnCen][fkNHistv1etaPt] |
TProfile2D * | fCRCTPCQVecCenVtxTime [fCRCMaxnRun][3][4] |
TProfile2D * | fCRCZDCQVecCenVtxTime [fCRCMaxnRun][3][4] |
TProfile3D * | fCRCTPCQVecVtxPosCen [fCRCMaxnCen][fCRCZDCnEtaBin][6] |
TProfile2D * | fTPCQVecProTemp [2][4] |
TProfile2D * | fFlowSPZDCv1evenCorPro [fkNv1evenCor] |
TList * | fFlowQCList |
Int_t | fFlowQCCenBin |
Double_t | fFlowQCDeltaEta |
TProfile * | fFlowQCCorPro [fCRCMaxnCen][fFlowNHarm][fFlowQCNPro] |
TH1D * | fFlowQCCorHist [fCRCMaxnCen][fFlowNHarm][fFlowQCNPro] |
correlation profile, [CRCBin][eg] More... | |
TProfile * | fFlowQCCorNUAPro [fCRCMaxnCen][fFlowNHarm][fFlowQCNNUA] |
<<2'>>, [CRCBin][eg] More... | |
TH1D * | fFlowQCCorNUAHist [fCRCMaxnCen][fFlowNHarm][fFlowQCNNUA] |
profile for NUA terms More... | |
TProfile * | fFlowQCCorCovPro [fCRCMaxnCen][fFlowNHarm][fFlowQCNCov] |
final NUA terms More... | |
TH1D * | fFlowQCCorCovHist [fCRCMaxnCen][fFlowNHarm][fFlowQCNCov] |
profile for product of correlations (for covariances) More... | |
TH1D * | fFlowQCFinalPtDifHist [fCRCMaxnCen][fFlowNHarm][fFlowQCNCov] |
histo for covariances More... | |
TProfile * | fFlowQCCorProPhi [fCRCMaxnCen][fFlowNHarm][fFlowQCNPro] |
TProfile2D * | fFlowQCIntCorProPtEta [fCRCMaxnCen][fFlowNHarm][fFlowQCNPro] |
correlation profile, [CRCBin][eg] More... | |
TList * | fFlowQCVtxList [fCRCMaxnRun] |
vn vs phi vs eta [CRCBin][eg] More... | |
TProfile2D * | fFlowQCIntRbRProPtEta [fCRCMaxnRun][fkFlowQCRbRnHar][fkFlowQCRbRnHist] |
TProfile * | fFlowQCIntCorPro [fFlowNHarm][fkFlowQCnIntCorPro] |
TH1D * | fFlowQCIntCorHist [fFlowNHarm][fkFlowQCnIntCorPro] |
TH1D * | fFlowQCIntCumHist [fFlowNHarm][fkFlowQCnIntCorPro] |
TProfile * | fFlowQCIntCorNUAPro [fFlowNHarm][6] |
TH1D * | fFlowQCIntCorNUAHist [fFlowNHarm][6] |
TProfile2D * | fFlowQCIntCorProTest [fFlowNHarm][fkFlowQCnVtxCorTest][fkFlowQCnIntCorTest] |
TH2D * | fFlowQCIntCorHistTest [fFlowNHarm][fkFlowQCnVtxCorTest][fkFlowQCnIntCorTest] |
correlation profile, precision test More... | |
TH2D * | fFlowQCIntCumHistTest [fFlowNHarm][fkFlowQCnVtxCorTest][fkFlowQCnIntCorTest] |
correlation profile, precision test More... | |
TH2D * | fFlowQCIntFinHistTest [fFlowNHarm][fkFlowQCnVtxCorTest][fkFlowQCnIntCorTest] |
correlation profile, precision test More... | |
TProfile2D * | fFlowQCIntCorNUAProTest [fFlowNHarm][fkFlowQCnNUATest] |
TProfile * | fFlowQCIntCorProEG [fFlowNHarm] |
TH1D * | fFlowQCIntCorHistEG [fFlowNHarm] |
TProfile * | fFlowQCIntCorNUAProEG [fFlowNHarm][4] |
TH1D * | fFlowQCIntCorNUAHistEG [fFlowNHarm][4] |
TProfile * | fFlowQCRefCorPro [fFlowNHarm][fFlowQCNRef] |
TH1D * | fFlowQCRefCorHist [fFlowNHarm][fFlowQCNRef] |
TH1D * | fFlowQCRefCorFinal [fFlowNHarm][4] |
TH2D * | fFlowQCSpectra |
TH2D * | fFlowQCSpectraCharge [2] |
TH2D * | fFlowQCSpectraPubBin |
TH2F * | fFlowQCNewCenSpec [fZDCESEnCl] |
TH2F * | fFlowQCCenSpec [fZDCESEnCl] |
TList * | fFlowGFList |
TProfile * | fFlowGFIntCorPro [fkFlowGFNHarm][fkFlowGFNOrde] |
TH1D * | fFlowGFIntCorHist [fkFlowGFNHarm][fkFlowGFNOrde] |
TH1D * | fFlowGFIntCumHist [fkFlowGFNHarm][fkFlowGFNOrde] |
TH1D * | fFlowGFIntFinalHist [fkFlowGFNHarm][fkFlowGFNOrde] |
TH1D * | fFlowGFIntExtraHist [fkFlowGFNHarm][fkFlowGFNExtra] |
TProfile * | fFlowGFIntCovPro [fkFlowGFNHarm][fkFlowGFNOrde][fkFlowGFNOrde] |
TH1D * | fFlowGFIntCovHist [fkFlowGFNHarm][fkFlowGFNOrde][fkFlowGFNOrde] |
TProfile * | fFlowGFMixedCorPro [fkFlowGFNHarm][fkFlowGFNHarm] |
TH1D * | fFlowGFMixedCorHist [fkFlowGFNHarm][fkFlowGFNHarm] |
TH1D * | fFlowGFMixedFinalHist [fkFlowGFNHarm][fkFlowGFNHarm] |
TList * | fFlowQCCorrZDCList |
TProfile * | fFlowSCProdPro [fSCv2vsZNHarm][fkSCNHist] |
TH1D * | fFlowSCProdHist [fSCv2vsZNHarm][fkSCNHist] |
TH1D * | fFlowSCFinalHist [fSCv2vsZNHarm][fkSCNHist] |
TH1D * | fFlowSCCovHist [fSCv2vsZNHarm][fkSCNHist] |
TProfile * | fFlowSCCrossProdPro [fSCv2vsZNHarm][fkFlowSCNvar][fkFlowSCNvar] |
TProfile * | fFlowSCCrossProdProMult [fSCv2vsZNHarm][fkFlowSCNvar][fkFlowSCNvar] |
TList * | fFlowSPVZList |
TProfile * | fFlowSPVZCorPro [fCRCMaxnCen][fCRCnHar][fkFlowSPVZnHist] |
SPVZ List. More... | |
TProfile * | fFlowSPVZNUAPro [fCRCMaxnCen][fCRCnHar][fkFlowSPVZnHist] |
correlation profile, [CRCBin][eg] More... | |
TH1D * | fFlowSPVZCorHist [fCRCMaxnCen][fCRCnHar][fkFlowSPVZnHist] |
NUA profile, [CRCBin][eg]. More... | |
Bool_t | fCalculateEbEFlow |
<<2'>>, [CRCBin][eg] More... | |
Int_t | fEBEFlowMulBin |
TList * | fEbEFlowList |
TH1D * | fEbEFlowAzimDis [26] |
EbE Flow List. More... | |
TH2D * | fEBEFlowRChiSqHist [2] |
mult. binned azim. dis. More... | |
TH2D * | fEBEFlowpValueHist [2] |
TH1D * | fEBEFlowFlucHis [fCRCMaxnCen][4] |
TProfile * | fEBEFlowCrosPro [fCRCMaxnCen][2] |
TProfile * | fEBEFlowResVZPro [fEBEFlowNResPro] |
TF1 * | FourierExp |
Double_t * | fchisqVA |
Double_t * | fchisqVC |
TList * | fVariousList |
TH1D * | fMultHist |
list to hold various unclassified objects More... | |
TH1D * | fV0MMultHist |
TPC Multiplicity distribution. More... | |
TH1D * | fCenHist |
V0M Multiplicity distribution. More... | |
TH1D * | fEventCounter |
Centrality distribution. More... | |
TH3D * | fVtxHist [3] |
Event counter for different methods. More... | |
TH2D * | fRefMulRecHist |
primary vertex More... | |
TH1D * | fCenWeightsHist |
TProfile2D * | fRefMultRbRPro |
Centrality weights. More... | |
TProfile2D * | fAvEZDCCRbRPro |
run-by-run average reference multiplicity More... | |
TProfile2D * | fAvEZDCARbRPro |
run-by-run average EZDC-C More... | |
TH2D * | fPhiExclZoneHist |
run-by-run average EZDC-A More... | |
TH1D * | fCenWeigCalHist |
TH1D * | fPtWeightsHist [10] |
Centrality weights. More... | |
TH1D * | fEtaWeightsHist [10][21][2] |
Pt weights. More... | |
TH1D * | fNvsCenCut [2][2] |
Eta weights. More... | |
Double_t * | fCRCPtBins |
ZDC mult cuts. More... | |
Int_t | fZDCESENBins |
Double_t | fZDCESELCtot |
Double_t | fZDCESELC2tot |
Double_t * | fCorrMap |
Double_t | fCenWeightEbE |
TH2F * | fhZNCvsZNA [fCRCMaxnCen] |
TH2F * | fhZNCenvsMul [fCRCMaxnCen][2] |
ZNA-ZNC correlation. More... | |
TH2F * | fhZNResvsMul [fCRCMaxnCen][2] |
rad vs mul More... | |
TH2F * | fhZNResvsCen [fCRCMaxnCen][2] |
res vs mul More... | |
TH2F * | fhZNvsCen [2] |
res vs rad More... | |
TH2F * | fhZNvsTCen [2] |
cen vs mul More... | |
TH2F * | fhCenvsMul [fZDCESEnCl+1] |
cen vs mul More... | |
TH2F * | fhCenvsSpec [fZDCESEnCl+1] |
cen vs mul More... | |
TH2F * | fhZNvsMul |
cen vs spec More... | |
TH1F * | fMultCutMin |
cen vs mul More... | |
TH1F * | fMultCutMax |
TH1F * | fMultCutAv |
TH1F * | fRMSRefMulCenBins [10] |
TH1F * | fEZNCutMin |
TH1F * | fEZNCutMax |
Double_t | fVtxPos [3] |
Double_t | fVtxPosCor [3] |
TF1 * | fPolMin [2] |
TF1 * | fPolMax [2] |
TF1 * | fPolAv [2] |
TF1 * | fPolDer [2] |
TF1 * | fPolInt [2] |
TF1 * | fPolDist [2] |
TF1 * | fPolSlope [2] |
TGraph * | fCenMetric |
Double_t | fZNCQ0 |
Double_t | fZNAQ0 |
Double_t | fZNCen |
Double_t | fZNAen |
Double_t | fZPCen |
Double_t | fZPAen |
Double_t | fEnNucl |
TH2F * | fZDCESEMultWeightsHist [5] |
TH2F * | fZDCESESpecWeightsHist [5] |
ZDC-ESE mult weights. More... | |
Double_t * | fZDCEPweightEbE |
ZDC-ESE mult weights. More... | |
TF1 * | fPolCuts [fZDCESEnPol] |
TH1D * | fZDCESECutsHist [fZDCESEnPol] |
Bool_t | fQAZDCCuts |
Bool_t | fUseTracklets |
Bool_t | fQAZDCCutsFlag |
Int_t | fMinMulZN |
Float_t | fMaxDevZN |
Float_t | fZDCGainAlpha |
Bool_t | fbFlagIsPosMagField |
Static Private Attributes | |
static const Int_t | fCRCnCR = 16 |
list to hold CRC histograms More... | |
static const Int_t | fCRCnNUA = 14 |
static const Int_t | fCRCnEtaGap = 7 |
static const Int_t | fCRCnCorr = 4 |
static const Int_t | fCRCnEtaBins = 32 |
static const Int_t | fCRCMaxnCen = 10 |
static const Int_t | fCRCnHar = 3 |
static const Int_t | fCRCMaxnRun = 211 |
static const Int_t | fCRCQVecnCR = 64 |
NUA terms final histo. More... | |
static const Int_t | fkNRbRFlowHar = 2 |
static const Int_t | fkNRbRIntFlow = 2 |
static const Int_t | fkNZDCResHist = 4 |
Run-by-run ZDCQvecHist. More... | |
static const Int_t | fCRCQVecnCov = 12 |
Q Vectors VZERO-C. More... | |
static const Int_t | fkCRCnCQVecVtxPos = 8 |
Q Vectors Resolution Terms. More... | |
static const Int_t | fknEZDCBins = 10 |
static const Int_t | fkCRCnCQVecEcomPos = 12 |
static const Int_t | fkNsteps = 14 |
static const Int_t | fkNHistCRCVZ = 27 |
static const Int_t | fCRCZDCnCR = 13 |
ZDCERO CRC List. More... | |
static const Int_t | fCRCZDCnEtaBin = 5 |
static const Int_t | fCRCPtnPtBinMax = 48 |
static const Int_t | fCMETPCnCR = 20 |
static const Int_t | fCMEnEtaBin = 2 |
static const Int_t | fCMETPCnDist = 4 |
static const Int_t | fCMEZDCnCR = 20 |
static const Int_t | fCMEZDCnDist = 4 |
static const Int_t | fCMETPCnSC = 8 |
static const Int_t | fCMETPCnHist = 19 |
correlation profile, [CRCBin][eg] More... | |
static const Int_t | fZDCESEnCl = 5 |
static const Int_t | fCMETPCnHist2D = 3 |
correlation profile, [CRCBin][eg] More... | |
static const Int_t | fkNCorCRC2 = 6 |
static const Int_t | fFlowNHarm = 6 |
Cov hist. More... | |
static const Int_t | fFlowNHarmMax = 14 |
static const Int_t | fQVecPower = 5 |
static const Int_t | fkNITStypes = 16 |
static const Int_t | fkEtaDiffNBins = 5 |
static const Int_t | fkEtaDiffMaxNBins = 10 |
static const Int_t | fZDCPtDiffNBins = 3 |
static const Int_t | fFlowNPro = 8 |
SPZDC List. More... | |
static const Int_t | fFlowNNUA = 2 |
static const Int_t | fFlowNHarmZDC = 1 |
static const Int_t | fkNHistv1eta = 14 |
static const Int_t | fkNHarv1eta = 3 |
static const Int_t | fkNHistv1etaCov = 13 |
static const Int_t | fkNHistv2eta = 4 |
static const Int_t | fkNHistv1etaPt = 6 |
static const Int_t | fkNHistQVecCorrv1eta = 6 |
static const Int_t | fkNv1evenCor = 6 |
static const Int_t | fFlowQCNPro = 4 |
QC List. More... | |
static const Int_t | fFlowQCNNUA = 12 |
static const Int_t | fFlowQCNCov = 8 |
static const Int_t | fkFlowQCRbRnHist = 3 |
QC List. More... | |
static const Int_t | fkFlowQCRbRnHar = 3 |
static const Int_t | fkFlowQCnIntCorPro = 5 |
static const Int_t | fkFlowQCnIntCorTest = 1 |
static const Int_t | fkFlowQCnVtxCorTest = 3 |
static const Int_t | fkFlowQCnNUATest = 6 |
correlation profile, precision test More... | |
static const Int_t | fFlowQCNRef = 14 |
static const Int_t | fkFlowGFNHarm = 4 |
QC with Generic Framework List. More... | |
static const Int_t | fkFlowGFNOrde = 4 |
static const Int_t | fFlowGFCenBin = 100 |
static const Int_t | fkFlowGFNExtra = 5 |
static const Int_t | fSCv2vsZNPtBins = 3 |
static const Int_t | fSCv2vsZNHarm = 2 |
static const Int_t | fkSCNHist = 6 |
static const Int_t | fkFlowSCNvar = 6 |
static const Int_t | fkFlowSPVZnHist = 4 |
static const Int_t | fEBEFlowNResPro =18 |
static const Int_t | fZDCESEnPol =4 |
Definition at line 58 of file AliFlowAnalysisCRC.h.
Enumerator | |
---|---|
kMultiplicity | |
kUnit |
Definition at line 65 of file AliFlowAnalysisCRC.h.
Enumerator | |
---|---|
k2010 | |
k2011 | |
k2015 | |
k2015v6 | |
k2015pidfix | |
kAny |
Definition at line 69 of file AliFlowAnalysisCRC.h.
Enumerator | |
---|---|
kHigh | |
kLow | |
kPos | |
kNeg | |
kAll |
Definition at line 77 of file AliFlowAnalysisCRC.h.
Enumerator | |
---|---|
kNone | |
kEtaPhi | |
kEtaPhiCh | |
kEtaPhiVtx | |
kEtaPhiChPt | |
kEtaPhiRbR | |
kEtaPhiChRbR | |
kEtaPhiVtxRbR |
Definition at line 91 of file AliFlowAnalysisCRC.h.
Enumerator | |
---|---|
kPosCh | |
kNegCh | |
kAllCh |
Definition at line 85 of file AliFlowAnalysisCRC.h.
AliFlowAnalysisCRC::AliFlowAnalysisCRC | ( | const char * | name = "AliFlowAnalysisCRC" , |
Int_t | nCen = 7 , |
||
Double_t | CenWidth = 10. |
||
) |
Definition at line 78 of file AliFlowAnalysisCRC.cxx.
|
virtual |
Definition at line 402 of file AliFlowAnalysisCRC.cxx.
|
private |
|
virtual |
Definition at line 2164 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 6079 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 6296 of file AliFlowAnalysisCRC.cxx.
Referenced by BookAndNestAllLists().
|
virtual |
Definition at line 2101 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 15964 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 3436 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17395 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 3322 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16462 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16577 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 18038 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16364 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16385 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16044 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 5864 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17995 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17606 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17918 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17706 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17970 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 17490 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 2392 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 3546 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 4293 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 16635 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 5909 of file AliFlowAnalysisCRC.cxx.
Referenced by Init().
|
virtual |
Definition at line 13566 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 10077 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 5688 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 8449 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 8601 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 4444 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 4449 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 8332 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 8138 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 10049 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 7757 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 7815 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 7892 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 4469 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 4464 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 4429 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
Definition at line 13561 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
Definition at line 19024 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 19009 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
|
virtual |
Definition at line 19128 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
|
virtual |
Definition at line 19004 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
|
virtual |
Definition at line 19133 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
Definition at line 6605 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
|
virtual |
Definition at line 18735 of file AliFlowAnalysisCRC.cxx.
Referenced by EvaluateDiffFlowNestedLoops(), and Make().
Definition at line 13556 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
Definition at line 5683 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 19019 of file AliFlowAnalysisCRC.cxx.
Referenced by Finish().
|
virtual |
Definition at line 13551 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|
virtual |
Definition at line 10082 of file AliFlowAnalysisCRC.cxx.
Referenced by Make().
|