![]() |
AliPhysics
d37ed96 (d37ed96)
|
#include <AliFlowEventSimple.h>
Public Types | |
enum | ConstructionMethod { kEmpty, kGenerate } |
Static Public Member Functions | |
static TF1 * | SimplePtSpectrum () |
static TF1 * | SimplePtDepV2 () |
static TF2 * | SimplePtEtaDepV2 () |
Protected Member Functions | |
virtual void | Generate (Int_t nParticles, TF1 *ptDist=NULL, Double_t phiMin=0.0, Double_t phiMax=TMath::TwoPi(), Double_t etaMin=-1.0, Double_t etaMax=1.0) |
Private Attributes | |
Int_t | fNumberOfPOItypes |
Int_t * | fNumberOfPOIs |
Definition at line 29 of file AliFlowEventSimple.h.
Enumerator | |
---|---|
kEmpty | |
kGenerate |
Definition at line 33 of file AliFlowEventSimple.h.
AliFlowEventSimple::AliFlowEventSimple | ( | ) |
Definition at line 53 of file AliFlowEventSimple.cxx.
AliFlowEventSimple::AliFlowEventSimple | ( | Int_t | nParticles, |
ConstructionMethod | m = kEmpty , |
||
TF1 * | ptDist = NULL , |
||
Double_t | phiMin = 0.0 , |
||
Double_t | phiMax = TMath::TwoPi() , |
||
Double_t | etaMin = -1.0 , |
||
Double_t | etaMax = 1.0 |
||
) |
Definition at line 106 of file AliFlowEventSimple.cxx.
AliFlowEventSimple::AliFlowEventSimple | ( | TTree * | anInput, |
const AliFlowTrackSimpleCuts * | rpCuts, | ||
const AliFlowTrackSimpleCuts * | poiCuts | ||
) |
Definition at line 857 of file AliFlowEventSimple.cxx.
AliFlowEventSimple::AliFlowEventSimple | ( | const AliFlowEventSimple & | anEvent | ) |
Definition at line 172 of file AliFlowEventSimple.cxx.
|
virtual |
Definition at line 313 of file AliFlowEventSimple.cxx.
void AliFlowEventSimple::AddFlow | ( | Double_t | v1, |
Double_t | v2, | ||
Double_t | v3, | ||
Double_t | v4, | ||
Double_t | v5 | ||
) |
Definition at line 1117 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::AddFlow | ( | Double_t | v1, |
Double_t | v2, | ||
Double_t | v3, | ||
Double_t | v4, | ||
Double_t | v5, | ||
Double_t | rp1, | ||
Double_t | rp2, | ||
Double_t | rp3, | ||
Double_t | rp4, | ||
Double_t | rp5 | ||
) |
Definition at line 1104 of file AliFlowEventSimple.cxx.
void AliFlowEventSimple::AddTrack | ( | AliFlowTrackSimple * | track | ) |
Definition at line 448 of file AliFlowEventSimple.cxx.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventSimple(), AliFlowEventStar::AliFlowEventStar(), CloneTracks(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowEventSimpleMaker::FillTracks(), Generate(), SetShuffleTracks(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::AddV1 | ( | Double_t | v1 | ) |
Definition at line 1019 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::AddV2 | ( | Double_t | v2 | ) |
Definition at line 1036 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::AddV2 | ( | TF1 * | ptDepV2 | ) |
Definition at line 1129 of file AliFlowEventSimple.cxx.
void AliFlowEventSimple::AddV2 | ( | TF2 * | ptEtaDepV2 | ) |
Definition at line 1143 of file AliFlowEventSimple.cxx.
void AliFlowEventSimple::AddV3 | ( | Double_t | v3 | ) |
Definition at line 1053 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::AddV4 | ( | Double_t | v4 | ) |
Definition at line 1070 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::AddV5 | ( | Double_t | v5 | ) |
Definition at line 1087 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::Browse | ( | TBrowser * | b | ) |
Definition at line 829 of file AliFlowEventSimple.cxx.
Referenced by IsFolder().
Int_t AliFlowEventSimple::CleanUpDeadTracks | ( | ) |
Definition at line 1233 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
|
virtual |
Reimplemented in AliFlowEvent.
Definition at line 1272 of file AliFlowEventSimple.cxx.
Referenced by AliFlowEvent::ClearFast(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), and SetShuffleTracks().
void AliFlowEventSimple::CloneTracks | ( | Int_t | n | ) |
Definition at line 955 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::DefineDeadZone | ( | Double_t | etaMin, |
Double_t | etaMax, | ||
Double_t | phiMin, | ||
Double_t | phiMax | ||
) |
Definition at line 1208 of file AliFlowEventSimple.cxx.
Referenced by AliAnalysisTaskGammaConvFlow::PrepareFlowEvent(), AliAnalysisTaskPhiFlow::PrepareFlowEvent(), SetShuffleTracks(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
protectedvirtual |
Definition at line 360 of file AliFlowEventSimple.cxx.
Referenced by AliFlowEventSimple(), and GetAbsOrbit().
|
virtual |
Reimplemented in AliFlowEvent.
Definition at line 606 of file AliFlowEventSimple.cxx.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliFlowEvent::Get2Qsub(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), SetShuffleTracks(), and AliAnalysisTaskQAflow::UserExec().
|
inline |
Definition at line 154 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 84 of file AliFlowEventSimple.h.
|
inline |
Definition at line 132 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimpleCuts::IsSelected(), AliFlowAnalysisCRC::Make(), AliAnalysisTaskZDCGainEq::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 134 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 138 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 57 of file AliFlowEventSimple.h.
|
inline |
Definition at line 55 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithCumulants::Make(), and AliFlowAnalysisWithMixedHarmonics::Make().
|
inline |
Definition at line 80 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithMCEventPlane::Make(), AliAnalysisTaskFlowEventforRP::UserExec(), and AliAnalysisTaskFlowEvent::UserExec().
|
inline |
Definition at line 136 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
Definition at line 61 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), Browse(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithQCumulants::FillControlHistograms(), AliFlowAnalysisCRC::FillControlHistograms(), GetEventNSelTracksPOI(), GetEventNSelTracksRP(), GetNumberOfRPs(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithQCumulants::Make(), and AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 59 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), Browse(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateCorrelations(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEbECumulants(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateProductsOfCorrelations(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateSymmetryPlanes(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckInternalFlags(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::FillCommonControlHistograms(), AliFlowAnalysisCRC::FillCommonControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithQCumulants::FillControlHistograms(), AliFlowAnalysisCRC::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskFlowCascade::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 74 of file AliFlowEventSimple.h.
|
inline |
Definition at line 75 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisWithSimpleSP::Make().
|
inline |
Definition at line 76 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisWithSimpleSP::Make().
|
inline |
Definition at line 77 of file AliFlowEventSimple.h.
|
inline |
Definition at line 78 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisWithSimpleSP::Make().
|
virtual |
Reimplemented in AliFlowEvent.
Definition at line 489 of file AliFlowEventSimple.cxx.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithLeeYangZeros::FillFromFlowEvent(), AliFlowAnalysisWithCumulants::FillQvectorComponents(), AliFlowEvent::GetQ(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), SetShuffleTracks(), and AliAnalysisTaskQAflow::UserExec().
|
inline |
Definition at line 53 of file AliFlowEventSimple.h.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithQCumulants::FillControlHistograms(), AliFlowAnalysisCRC::FillControlHistograms(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliAnalysisTaskQAflow::UserExec(), and AliAnalysisTaskZDCGainEq::UserExec().
|
inline |
Definition at line 140 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRC::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
AliFlowTrackSimple * AliFlowEventSimple::GetTrack | ( | Int_t | i | ) |
Definition at line 417 of file AliFlowEventSimple.cxx.
Referenced by AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithQCumulants::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForRAD(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLeeYangZeros::GetGrtheta(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), SetShuffleTracks(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliAnalysisTaskZDCGainEq::UserExec(), and AliAnalysisTaskCMEV0::UserExec().
|
virtual |
Definition at line 769 of file AliFlowEventSimple.cxx.
Referenced by AliFlowAnalysisCRC::Make(), and SetShuffleTracks().
|
virtual |
Definition at line 791 of file AliFlowEventSimple.cxx.
Referenced by AliFlowAnalysisCRC::Make(), and SetShuffleTracks().
|
virtual |
Definition at line 753 of file AliFlowEventSimple.cxx.
Referenced by AliFlowAnalysisCRC::Make(), SetShuffleTracks(), and AliAnalysisTaskZDCGainEq::UserExec().
|
inline |
Definition at line 148 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 144 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 146 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 142 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 152 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
|
inline |
Definition at line 150 of file AliFlowEventSimple.h.
Referenced by AliFlowAnalysisCRC::Make().
void AliFlowEventSimple::IncrementNumberOfPOIs | ( | Int_t | poiType = 1 | ) |
Definition at line 247 of file AliFlowEventSimple.cxx.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventSimple(), AliFlowEventStar::AliFlowEventStar(), AliFlowEvent::Fill(), GetNumberOfPOIs(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 48 of file AliFlowEventSimple.h.
|
inline |
Definition at line 82 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 86 of file AliFlowEventSimple.h.
AliFlowTrackSimple * AliFlowEventSimple::MakeNewTrack | ( | ) |
Definition at line 478 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
|
inline |
Definition at line 52 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::DetermineRandomIndices(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowNestedLoops(), AliFlowAnalysisCRC::EvaluateIntFlowNestedLoops(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithQCumulants::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForRAD(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLeeYangZeros::GetGrtheta(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisTemplate::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliAnalysisTaskFlowStrange::MakeQTPC(), AliAnalysisTaskFlowStrangee::MakeQTPC(), AliAnalysisTaskFlowStrange::MakeQVZE(), AliAnalysisTaskFlowStrangee::MakeQVZE(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliAnalysisTaskFlowEventforRP::UserExec(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskZDCGainEq::UserExec(), AliAnalysisTaskCMEV0::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
AliFlowEventSimple & AliFlowEventSimple::operator= | ( | const AliFlowEventSimple & | anEvent | ) |
Definition at line 255 of file AliFlowEventSimple.cxx.
Referenced by AliFlowEventStar::operator=(), and AliFlowEvent::operator=().
void AliFlowEventSimple::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 808 of file AliFlowEventSimple.cxx.
Referenced by IsFolder().
void AliFlowEventSimple::ResolutionPt | ( | Double_t | res | ) |
Definition at line 974 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
|
inline |
Definition at line 153 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 83 of file AliFlowEventSimple.h.
|
inline |
Definition at line 131 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 133 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 137 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 58 of file AliFlowEventSimple.h.
|
inline |
Definition at line 56 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimpleMaker::FillTracks().
|
inline |
|
inline |
Definition at line 135 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
Definition at line 227 of file AliFlowEventSimple.cxx.
Referenced by AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), GetNumberOfPOIs(), IncrementNumberOfPOIs(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), SetEventNSelTracksPOI(), SetEventNSelTracksRP(), and SetNumberOfRPs().
|
inline |
Definition at line 60 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliAnalysisTaskFlowStrange::MakeQTPC(), AliAnalysisTaskFlowStrangee::MakeQTPC(), AliAnalysisTaskFlowStrange::MakeQVZE(), AliAnalysisTaskFlowStrangee::MakeQVZE(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 69 of file AliFlowEventSimple.h.
|
inline |
Definition at line 70 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 71 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 72 of file AliFlowEventSimple.h.
|
inline |
Definition at line 73 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 54 of file AliFlowEventSimple.h.
Referenced by AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliAnalysisTaskGammaConvFlow::PrepareFlowEvent(), AliAnalysisTaskPhiFlow::PrepareFlowEvent(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 139 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 87 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::SetUseExternalSymmetryPlanes | ( | TF1 * | gPsi1Psi3 = 0x0 , |
TF1 * | gPsi2Psi4 = 0x0 , |
||
TF1 * | gPsi3Psi5 = 0x0 |
||
) |
Definition at line 328 of file AliFlowEventSimple.cxx.
Referenced by SetUseGlauberMCSymmetryPlanes().
|
inline |
Definition at line 65 of file AliFlowEventSimple.h.
|
inline |
Definition at line 85 of file AliFlowEventSimple.h.
Referenced by AddFlow(), AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), CloneTracks(), Generate(), and ResolutionPt().
|
virtual |
Definition at line 781 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), and AliAnalysisTaskCRCZDC::UserExec().
|
virtual |
Definition at line 800 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), and AliAnalysisTaskCRCZDC::UserExec().
|
virtual |
Definition at line 761 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), AliAnalysisTaskZDCEP::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 147 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 143 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 145 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 141 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 151 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 149 of file AliFlowEventSimple.h.
Referenced by AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::ShuffleTracks | ( | ) |
Definition at line 433 of file AliFlowEventSimple.cxx.
Referenced by GetTrack(), and SetShuffleTracks().
|
static |
Definition at line 1251 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
|
static |
Definition at line 1258 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
|
static |
Definition at line 1265 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::TagPOI | ( | const AliFlowTrackSimpleCuts * | cuts, |
Int_t | poiType = 1 |
||
) |
Definition at line 1179 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), TagTracks(), and AliAnalysisTaskFilterFE::UserExec().
void AliFlowEventSimple::TagRP | ( | const AliFlowTrackSimpleCuts * | cuts | ) |
Definition at line 1157 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), and AliAnalysisTaskFilterFE::UserExec().
void AliFlowEventSimple::TagSubeventsByCharge | ( | ) |
Definition at line 1004 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks(), and AliAnalysisTaskQAflow::UserExec().
void AliFlowEventSimple::TagSubeventsInEta | ( | Double_t | etaMinA, |
Double_t | etaMaxA, | ||
Double_t | etaMinB, | ||
Double_t | etaMaxB | ||
) |
Definition at line 986 of file AliFlowEventSimple.cxx.
Referenced by AliAnalysisTaskSEHFQA::FillFlowObs(), SetShuffleTracks(), AliAnalysisTaskFilterFE::UserExec(), AliAnalysisTaskQAflow::UserExec(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskCRCZDC::UserExec().
void AliFlowEventSimple::TagTracks | ( | const AliFlowTrackSimpleCuts * | cutsRP, |
const AliFlowTrackSimpleCuts * | cutsPOI | ||
) |
Definition at line 1201 of file AliFlowEventSimple.cxx.
Referenced by SetShuffleTracks().
void AliFlowEventSimple::TrackAdded | ( | ) |
Definition at line 466 of file AliFlowEventSimple.cxx.
Referenced by AddTrack(), and SetShuffleTracks().
|
protected |
Definition at line 206 of file AliFlowEventSimple.h.
Referenced by GetAbsOrbit(), operator=(), and SetAbsOrbit().
|
protected |
Definition at line 180 of file AliFlowEventSimple.h.
Referenced by AddFlow(), AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), ClearFast(), GetAfterBurnerPrecision(), operator=(), and SetAfterBurnerPrecision().
|
protected |
cache the particles with daughters
Definition at line 189 of file AliFlowEventSimple.h.
Referenced by GetCentrality(), operator=(), and SetCentrality().
|
protected |
Definition at line 190 of file AliFlowEventSimple.h.
Referenced by GetCentralityCL1(), operator=(), and SetCentralityCL1().
|
protected |
Definition at line 192 of file AliFlowEventSimple.h.
Referenced by GetCentralityTRK(), operator=(), and SetCentralityTRK().
|
protected |
Definition at line 178 of file AliFlowEventSimple.h.
Referenced by AddFlow(), AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), Browse(), ClearFast(), Generate(), GetMCReactionPlaneAngle(), operator=(), Print(), and SetMCReactionPlaneAngle().
|
protected |
Definition at line 179 of file AliFlowEventSimple.h.
Referenced by ClearFast(), Generate(), IsSetMCReactionPlaneAngle(), operator=(), and SetMCReactionPlaneAngle().
|
protected |
number of tracks that have passed the POI selection in TBrowser
Definition at line 185 of file AliFlowEventSimple.h.
Referenced by Browse(), operator=(), and ~AliFlowEventSimple().
|
protected |
Definition at line 188 of file AliFlowEventSimple.h.
Referenced by AddTrack(), AliFlowEvent::Fill(), AliFlowEvent::FindDaughters(), AliFlowEvent::InsertTrack(), and ~AliFlowEventSimple().
|
protected |
Definition at line 191 of file AliFlowEventSimple.h.
Referenced by GetNITSCL1(), operator=(), and SetNITSCL1().
|
private |
Definition at line 210 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), ClearFast(), DefineDeadZone(), GetNumberOfPOIs(), IncrementNumberOfPOIs(), operator=(), Print(), SetNumberOfPOIs(), TagPOI(), TagRP(), and ~AliFlowEventSimple().
|
protected |
number of tracks that have passed the RP selection in TBrowser
Definition at line 184 of file AliFlowEventSimple.h.
Referenced by Browse(), operator=(), and ~AliFlowEventSimple().
|
private |
Definition at line 209 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), ClearFast(), DefineDeadZone(), GetNumberOfPOIs(), IncrementNumberOfPOIs(), operator=(), and SetNumberOfPOIs().
|
protected |
number of tracks in TBrowser
Definition at line 183 of file AliFlowEventSimple.h.
Referenced by Browse(), operator=(), and ~AliFlowEventSimple().
|
protected |
Definition at line 167 of file AliFlowEventSimple.h.
Referenced by AddFlow(), AddTrack(), AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), Browse(), CleanUpDeadTracks(), ClearFast(), CloneTracks(), DefineDeadZone(), AliFlowEvent::Fill(), AliFlowEvent::FindDaughters(), Get2Qsub(), GetQ(), AliFlowEvent::GetTrack(), GetTrack(), AliFlowEvent::InsertTrack(), MakeNewTrack(), NumberOfTracks(), operator=(), Print(), ResolutionPt(), ShuffleTracks(), TagPOI(), TagRP(), TagSubeventsByCharge(), TagSubeventsInEta(), and TrackAdded().
|
protected |
Definition at line 182 of file AliFlowEventSimple.h.
Referenced by Browse(), operator=(), and ~AliFlowEventSimple().
|
protected |
Definition at line 170 of file AliFlowEventSimple.h.
Referenced by AddV1(), Generate(), GetPsi1(), operator=(), and SetPsi1().
|
protected |
Definition at line 175 of file AliFlowEventSimple.h.
Referenced by Generate(), operator=(), and SetUseExternalSymmetryPlanes().
|
protected |
Definition at line 171 of file AliFlowEventSimple.h.
Referenced by AddV2(), Generate(), GetPsi2(), operator=(), and SetPsi2().
|
protected |
Definition at line 176 of file AliFlowEventSimple.h.
Referenced by Generate(), operator=(), and SetUseExternalSymmetryPlanes().
|
protected |
Definition at line 172 of file AliFlowEventSimple.h.
Referenced by AddV3(), Generate(), GetPsi3(), operator=(), and SetPsi3().
|
protected |
Definition at line 177 of file AliFlowEventSimple.h.
Referenced by Generate(), operator=(), and SetUseExternalSymmetryPlanes().
|
protected |
Definition at line 173 of file AliFlowEventSimple.h.
Referenced by AddV4(), Generate(), GetPsi4(), operator=(), and SetPsi4().
|
protected |
Definition at line 174 of file AliFlowEventSimple.h.
Referenced by AddV5(), Generate(), GetPsi5(), operator=(), and SetPsi5().
|
protected |
Definition at line 166 of file AliFlowEventSimple.h.
Referenced by ClearFast(), GetReferenceMultiplicity(), operator=(), and SetReferenceMultiplicity().
|
protected |
Definition at line 193 of file AliFlowEventSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEvent::Fill(), GetRun(), operator=(), and SetRun().
|
protected |
the angle of the reaction plane from the MC truth in TBrowser
Definition at line 186 of file AliFlowEventSimple.h.
Referenced by CleanUpDeadTracks(), ClearFast(), GetTrack(), operator=(), ShuffleTracks(), TrackAdded(), and ~AliFlowEventSimple().
|
protected |
placeholder for randomized indexes
Definition at line 187 of file AliFlowEventSimple.h.
Referenced by GetTrack(), operator=(), and SetShuffleTracks().
|
protected |
Definition at line 165 of file AliFlowEventSimple.h.
Referenced by AddFlow(), AddTrack(), AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), AliFlowEventSimple(), Browse(), CleanUpDeadTracks(), CloneTracks(), DefineDeadZone(), AliFlowEvent::Fill(), AliFlowEvent::FindDaughters(), Get2Qsub(), GetQ(), AliFlowEvent::GetTrack(), GetTrack(), MakeNewTrack(), operator=(), Print(), ResolutionPt(), AliFlowEvent::ReuseTrack(), TagPOI(), TagRP(), TagSubeventsByCharge(), TagSubeventsInEta(), and ~AliFlowEventSimple().
|
protected |
Definition at line 169 of file AliFlowEventSimple.h.
Referenced by AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), Generate(), operator=(), and SetUseExternalSymmetryPlanes().
|
protected |
Definition at line 168 of file AliFlowEventSimple.h.
Referenced by AddV1(), AddV2(), AddV3(), AddV4(), AddV5(), operator=(), and SetUseGlauberMCSymmetryPlanes().
|
protected |
Definition at line 181 of file AliFlowEventSimple.h.
Referenced by ClearFast(), IsUserModified(), operator=(), and SetUserModified().
|
protected |
Definition at line 198 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), GetV02Qsub(), operator=(), and SetV02Qsub().
|
protected |
Definition at line 197 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), GetV02Qsub(), operator=(), and SetV02Qsub().
|
protected |
Definition at line 205 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), GetVertexPosition(), operator=(), and SetVertexPosition().
|
protected |
Definition at line 202 of file AliFlowEventSimple.h.
Referenced by GetZNAEnergy(), operator=(), and SetZNAEnergy().
|
protected |
Definition at line 195 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), GetZDC2Qsub(), operator=(), and SetZDC2Qsub().
|
protected |
Definition at line 200 of file AliFlowEventSimple.h.
Referenced by GetZNAQ0(), operator=(), and SetZNAQ0().
|
protected |
Definition at line 201 of file AliFlowEventSimple.h.
Referenced by GetZNCEnergy(), operator=(), and SetZNCEnergy().
|
protected |
Definition at line 194 of file AliFlowEventSimple.h.
Referenced by AliFlowEventSimple(), GetZDC2Qsub(), operator=(), and SetZDC2Qsub().
|
protected |
Definition at line 199 of file AliFlowEventSimple.h.
Referenced by GetZNCQ0(), operator=(), and SetZNCQ0().
|
protected |
Definition at line 204 of file AliFlowEventSimple.h.
Referenced by GetZPAEnergy(), operator=(), and SetZPAEnergy().
|
protected |
Definition at line 203 of file AliFlowEventSimple.h.
Referenced by GetZPCEnergy(), operator=(), and SetZPCEnergy().