![]() |
AliPhysics
914d8ff (914d8ff)
|
#include <AliFlowTrackSimple.h>
Public Types | |
enum | poiTypes { kInvalid =-1, kRP =0, kPOI =1, kPOI1 =2, kPOI2 =3 } |
Public Member Functions | |
AliFlowTrackSimple () | |
AliFlowTrackSimple (TParticle *p) | |
AliFlowTrackSimple (const AliFlowTrackSimple &aTrack) | |
AliFlowTrackSimple & | operator= (const AliFlowTrackSimple &aTrack) |
virtual | ~AliFlowTrackSimple () |
virtual AliFlowTrackSimple * | Clone (const char *option="") const |
Bool_t | IsFolder () const |
virtual void | Print (Option_t *option="") const |
void | Set (TParticle *p) |
Double_t | Eta () const |
Double_t | Pt () const |
Double_t | Phi () const |
Double_t | Weight () const |
Int_t | Charge () const |
Double_t | Mass () const |
Int_t | PID () const |
Bool_t | InRPSelection () const |
Bool_t | InPOISelection (Int_t poiType=1) const |
Bool_t | IsPOItype (Int_t poiType) const |
void | SetPOItype (Int_t poiType, Bool_t b=kTRUE) |
Bool_t | InSubevent (Int_t i) const |
void | TagRP (Bool_t b=kTRUE) |
void | TagPOI (Bool_t b=kTRUE) |
void | Tag (Int_t n, Bool_t b=kTRUE) |
Bool_t | CheckTag (Int_t n) |
void | SetForSubevent (Int_t i) |
void | ResetPOItype () |
void | ResetSubEventTags () |
Bool_t | IsDead () const |
void | SetEta (Double_t eta) |
void | SetPt (Double_t pt) |
void | SetPhi (Double_t phi) |
void | SetWeight (Double_t weight) |
void | SetCharge (Int_t charge) |
void | SetMass (Double_t mass) |
void | SetForRPSelection (Bool_t b=kTRUE) |
void | SetForPOISelection (Bool_t b=kTRUE) |
virtual void | Clear (Option_t *o="") |
void | ResolutionPt (Double_t resolution) |
void | AddV1 (Double_t v1, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddV2 (Double_t v2, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddV3 (Double_t v3, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddV4 (Double_t v4, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddV5 (Double_t v5, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddFlow (Double_t v1, Double_t v2, Double_t v3, Double_t v4, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | AddFlow (Double_t v1, Double_t v2, Double_t v3, Double_t v4, Double_t v5, Double_t reactionPlaneAngle, Double_t precision, Int_t maxNumberOfIterations=100) |
void | 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, Double_t precision, Int_t maxNumberOfIterations=100) |
const TBits * | GetPOItype () const |
const TBits * | GetFlowBits () const |
void | SetID (Int_t i) |
Int_t | GetID () const |
virtual Int_t | GetNDaughters () const |
virtual void | AddDaughter (Int_t) |
virtual Int_t | GetIDDaughter (Int_t) const |
virtual void | SetDaughter (Int_t, AliFlowTrackSimple *) |
virtual AliFlowTrackSimple * | GetDaughter (Int_t) const |
Private Member Functions | |
AliFlowTrackSimple (Double_t phi, Double_t eta, Double_t pt, Double_t weight, Int_t charge, Double_t mass=-1) | |
Private Attributes | |
Double_t | fEta |
Double_t | fPt |
Double_t | fPhi |
Double_t | fTrackWeight |
Int_t | fCharge |
Double_t | fMass |
TBits | fPOItype |
TBits | fSubEventBits |
Int_t | fID |
Definition at line 17 of file AliFlowTrackSimple.h.
Enumerator | |
---|---|
kInvalid | |
kRP | |
kPOI | |
kPOI1 | |
kPOI2 |
Definition at line 20 of file AliFlowTrackSimple.h.
AliFlowTrackSimple::AliFlowTrackSimple | ( | ) |
Referenced by Clone().
AliFlowTrackSimple::AliFlowTrackSimple | ( | TParticle * | p | ) |
Definition at line 67 of file AliFlowTrackSimple.cxx.
AliFlowTrackSimple::AliFlowTrackSimple | ( | const AliFlowTrackSimple & | aTrack | ) |
Definition at line 99 of file AliFlowTrackSimple.cxx.
|
virtual |
Definition at line 140 of file AliFlowTrackSimple.cxx.
|
private |
Definition at line 51 of file AliFlowTrackSimple.cxx.
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 129 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackCuts::FillFlowTrackKink().
void AliFlowTrackSimple::AddFlow | ( | Double_t | v1, |
Double_t | v2, | ||
Double_t | v3, | ||
Double_t | v4, | ||
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 321 of file AliFlowTrackSimple.cxx.
Referenced by AddFlow(), and AliFlowEventSimple::AddFlow().
void AliFlowTrackSimple::AddFlow | ( | Double_t | v1, |
Double_t | v2, | ||
Double_t | v3, | ||
Double_t | v4, | ||
Double_t | v5, | ||
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 307 of file AliFlowTrackSimple.cxx.
void AliFlowTrackSimple::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, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 264 of file AliFlowTrackSimple.cxx.
void AliFlowTrackSimple::AddV1 | ( | Double_t | v1, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 154 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV1().
void AliFlowTrackSimple::AddV2 | ( | Double_t | v2, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 176 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV2().
void AliFlowTrackSimple::AddV3 | ( | Double_t | v3, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 198 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV3().
void AliFlowTrackSimple::AddV4 | ( | Double_t | v4, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 220 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV4().
void AliFlowTrackSimple::AddV5 | ( | Double_t | v5, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 242 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV5().
|
inline |
Definition at line 159 of file AliFlowTrackSimple.h.
Referenced by AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), and AliFlowEventSimple::TagSubeventsByCharge().
Definition at line 56 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::DefineDeadZone().
|
virtual |
Reimplemented in AliFlowTrack, and AliFlowCandidateTrack.
Definition at line 371 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowTrack::Clear().
|
virtual |
Reimplemented in AliFlowTrack.
Definition at line 115 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::CloneTracks(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 151 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AddV2(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowEventSimple::GetQ(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowEventSimple::TagSubeventsInEta(), AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals(), AliAnalysisTaskZDCGainEq::UserExec(), and AliAnalysisTaskVnZDC::UserExec().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 132 of file AliFlowTrackSimple.h.
Referenced by AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 123 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMaker::FillTracks().
|
inline |
Definition at line 126 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEvent::FindDaughters(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
Reimplemented in AliFlowCandidateTrack.
Definition at line 130 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::FindDaughters().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 128 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AddTrack(), AliFlowEvent::Fill(), AliFlowEvent::FindDaughters(), AliFlowEvent::InsertTrack(), and AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 122 of file AliFlowTrackSimple.h.
Referenced by GetFlowBits().
Definition at line 166 of file AliFlowTrackSimple.h.
Referenced by AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimpleMaker::FillTracks(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), Print(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), and AliFlowEventSimple::TagPOI().
|
inline |
Definition at line 164 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithQCumulants::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForRAD(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLeeYangZeros::GetGrtheta(), AliFlowEventSimple::GetQ(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), Print(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliFlowEventSimple::TagRP(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
Definition at line 170 of file AliFlowTrackSimple.h.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithScalarProduct::Make(), Print(), and AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 60 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::CleanUpDeadTracks().
|
inline |
Definition at line 34 of file AliFlowTrackSimple.h.
Definition at line 168 of file AliFlowTrackSimple.h.
Referenced by AliFlowVector::SubtractTrackWithDaughters(), and AliAnalysisTaskZDCGainEq::UserExec().
|
inline |
AliFlowTrackSimple & AliFlowTrackSimple::operator= | ( | const AliFlowTrackSimple & | aTrack | ) |
Definition at line 122 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowTrack::operator=().
|
inline |
Definition at line 155 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMakerOnTheFly::AcceptPhi(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateIntFlowCorrectionsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateIntFlowCorrectionsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateIntFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateIntFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithQCumulants::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateMixedHarmonicsWithNestedLoops(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForRAD(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLeeYangZeros::GetGrtheta(), AliFlowEventSimple::GetQ(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliFlowVector::SubtractTrackWithDaughters(), AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals(), AliAnalysisTaskZDCGainEq::UserExec(), AliAnalysisTaskVnZDC::UserExec(), and AliAnalysisTaskPhiFlow::VZEROSubEventAnalysis().
|
inline |
Definition at line 46 of file AliFlowTrackSimple.h.
|
virtual |
Definition at line 357 of file AliFlowTrackSimple.cxx.
|
inline |
Definition at line 153 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMakerOnTheFly::AcceptPt(), AliFlowEventSimple::AddV2(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisCRC::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowEventSimple::GetQ(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals(), and AliAnalysisTaskPhiFlow::VZEROSubEventAnalysis().
|
inline |
Definition at line 58 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::DefineDeadZone().
|
inline |
Definition at line 59 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::TagSubeventsByCharge(), and AliFlowEventSimple::TagSubeventsInEta().
void AliFlowTrackSimple::ResolutionPt | ( | Double_t | resolution | ) |
Definition at line 147 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::ResolutionPt().
void AliFlowTrackSimple::Set | ( | TParticle * | p | ) |
Definition at line 86 of file AliFlowTrackSimple.cxx.
|
inline |
Definition at line 182 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventStar::AliFlowEventStar(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowEventSimple::Generate(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), and AliFlowTrack::Set().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 131 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::FindDaughters().
|
inline |
Definition at line 174 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 190 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEvent::AliFlowEvent(), AliFlowEventSimpleMaker::FillTracks(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), TagPOI(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 188 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEvent::AliFlowEvent(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEvent::FindDaughters(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), TagRP(), AliFlowEventSimple::TagRP(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 192 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::TagSubeventsByCharge(), and AliFlowEventSimple::TagSubeventsInEta().
|
inline |
Definition at line 125 of file AliFlowTrackSimple.h.
Referenced by AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowTrackCuts::FillFlowTrackKink(), AliFlowTrackCuts::FillFlowTrackVParticle(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), and AliAnalysisTaskFlowStrangee::PushBackFlowTrack().
|
inline |
Definition at line 184 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowTrackCuts::FillFlowTrackKink(), AliFlowTrackCuts::FillFlowTrackVParticle(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), and AliAnalysisTaskFlowK0Candidates::ReadFromESD().
|
inline |
Definition at line 178 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
Definition at line 195 of file AliFlowTrackSimple.h.
|
inline |
Definition at line 176 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowTrackCuts::FillFlowTrackKink(), AliFlowTrackCuts::FillFlowTrackVParticle(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 180 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), and AliAnalysisTaskFlowStrangee::PushBackFlowTrack().
Definition at line 55 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AliFlowEventSimple(), AliFlowEvent::Fill(), and AliFlowEventSimple::TagPOI().
|
inline |
Definition at line 54 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventStar::AliFlowEventStar(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 53 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventSimple::AliFlowEventSimple(), AliFlowEventStar::AliFlowEventStar(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 157 of file AliFlowTrackSimple.h.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowEventSimple::Get2Qsub(), AliFlowEventSimple::GetQ(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowVector::SubtractTrackWithDaughters(), and AliAnalysisTaskFlowCascade::UserExec().
|
private |
Definition at line 140 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackSimple(), Charge(), Clear(), operator=(), Set(), and SetCharge().
|
private |
Definition at line 136 of file AliFlowTrackSimple.h.
Referenced by Clear(), Eta(), operator=(), Print(), Set(), and SetEta().
|
private |
Definition at line 144 of file AliFlowTrackSimple.h.
Referenced by Clear(), GetID(), operator=(), and SetID().
|
private |
Definition at line 141 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackSimple(), Clear(), Mass(), operator=(), Set(), and SetMass().
|
private |
|
private |
Definition at line 142 of file AliFlowTrackSimple.h.
Referenced by CheckTag(), Clear(), GetPOItype(), InPOISelection(), InRPSelection(), IsDead(), IsPOItype(), operator=(), ResetPOItype(), SetForPOISelection(), SetForRPSelection(), SetPOItype(), and Tag().
|
private |
Definition at line 137 of file AliFlowTrackSimple.h.
Referenced by Clear(), operator=(), Print(), Pt(), ResolutionPt(), Set(), and SetPt().
|
private |
Definition at line 143 of file AliFlowTrackSimple.h.
Referenced by Clear(), InSubevent(), operator=(), ResetSubEventTags(), and SetForSubevent().
|
private |
Definition at line 139 of file AliFlowTrackSimple.h.
Referenced by Clear(), operator=(), Print(), Set(), SetWeight(), and Weight().