![]() |
AliPhysics
bba8f44 (bba8f44)
|
#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 | ITStype () 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 | SetITStype (Int_t val) |
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 |
Int_t | fITStype |
Definition at line 17 of file AliFlowTrackSimple.h.
Enumerator | |
---|---|
kInvalid | |
kRP | |
kPOI | |
kPOI1 | |
kPOI2 |
Definition at line 20 of file AliFlowTrackSimple.h.
AliFlowTrackSimple::AliFlowTrackSimple | ( | ) |
Definition at line 35 of file AliFlowTrackSimple.cxx.
Referenced by Clone(), and GetDaughter().
AliFlowTrackSimple::AliFlowTrackSimple | ( | TParticle * | p | ) |
Definition at line 69 of file AliFlowTrackSimple.cxx.
AliFlowTrackSimple::AliFlowTrackSimple | ( | const AliFlowTrackSimple & | aTrack | ) |
Definition at line 103 of file AliFlowTrackSimple.cxx.
|
virtual |
Definition at line 146 of file AliFlowTrackSimple.cxx.
|
private |
Definition at line 52 of file AliFlowTrackSimple.cxx.
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 131 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 327 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddFlow(), AddFlow(), and IsDead().
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 313 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 270 of file AliFlowTrackSimple.cxx.
void AliFlowTrackSimple::AddV1 | ( | Double_t | v1, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 160 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV1(), and IsDead().
void AliFlowTrackSimple::AddV2 | ( | Double_t | v2, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 182 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV2(), and IsDead().
void AliFlowTrackSimple::AddV3 | ( | Double_t | v3, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 204 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV3(), and IsDead().
void AliFlowTrackSimple::AddV4 | ( | Double_t | v4, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 226 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV4(), and IsDead().
void AliFlowTrackSimple::AddV5 | ( | Double_t | v5, |
Double_t | reactionPlaneAngle, | ||
Double_t | precision, | ||
Int_t | maxNumberOfIterations = 100 |
||
) |
Definition at line 248 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::AddV5(), and IsDead().
|
inline |
Definition at line 162 of file AliFlowTrackSimple.h.
Referenced by AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), IsFolder(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowEventSimple::TagSubeventsByCharge(), AliAnalysisTaskCMEV0::UserExec(), and AliAnalysisTaskZDCGainEq::UserExec().
Definition at line 57 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::DefineDeadZone().
|
virtual |
Reimplemented in AliFlowTrack, and AliFlowCandidateTrack.
Definition at line 377 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowTrack::Clear(), and IsDead().
|
virtual |
Reimplemented in AliFlowTrack.
Definition at line 120 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowEventSimple::CloneTracks(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 154 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AddV2(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowEventSimple::GetQ(), IsFolder(), 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(), AliAnalysisTaskCMEV0::UserExec(), and AliAnalysisTaskZDCGainEq::UserExec().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 134 of file AliFlowTrackSimple.h.
Referenced by AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 125 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMaker::FillTracks().
|
inline |
Definition at line 128 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 132 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::FindDaughters().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 130 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AddTrack(), AliFlowEvent::Fill(), AliFlowEvent::FindDaughters(), AliFlowEvent::InsertTrack(), and AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 124 of file AliFlowTrackSimple.h.
Referenced by GetFlowBits().
Definition at line 171 of file AliFlowTrackSimple.h.
Referenced by AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), 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(), PID(), Print(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowEventSimple::TagPOI(), and AliAnalysisTaskCMEV0::UserExec().
|
inline |
Definition at line 169 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), 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(), 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(), PID(), Print(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliFlowEventSimple::TagRP(), AliAnalysisTaskFlowEvent::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
Definition at line 175 of file AliFlowTrackSimple.h.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithScalarProduct::Make(), PID(), Print(), and AliFlowVector::SubtractTrackWithDaughters().
|
inline |
Definition at line 61 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::CleanUpDeadTracks().
|
inline |
Definition at line 34 of file AliFlowTrackSimple.h.
Definition at line 173 of file AliFlowTrackSimple.h.
Referenced by PID(), AliFlowVector::SubtractTrackWithDaughters(), and AliAnalysisTaskZDCGainEq::UserExec().
|
inline |
Definition at line 166 of file AliFlowTrackSimple.h.
Referenced by IsFolder().
|
inline |
Definition at line 164 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowCommonHist::FillControlHistograms(), IsFolder(), and AliFlowTrackSimpleCuts::PassesCuts().
AliFlowTrackSimple & AliFlowTrackSimple::operator= | ( | const AliFlowTrackSimple & | aTrack | ) |
Definition at line 127 of file AliFlowTrackSimple.cxx.
Referenced by AliFlowTrack::operator=().
|
inline |
Definition at line 158 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMakerOnTheFly::AcceptPhi(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckWithNestedLoops(), AliFlowEventSimple::DefineDeadZone(), 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(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowAnalysisWithLeeYangZeros::GetGrtheta(), AliFlowEventSimple::GetQ(), IsFolder(), 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(), and AliAnalysisTaskCMEV0::UserExec().
|
inline |
Definition at line 47 of file AliFlowTrackSimple.h.
|
virtual |
Definition at line 363 of file AliFlowTrackSimple.cxx.
Referenced by IsFolder().
|
inline |
Definition at line 156 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimpleMakerOnTheFly::AcceptPt(), AliFlowEventSimple::AddV2(), AliFlowAnalysisWithMultiparticleCorrelations::CalculateEtaGaps(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowAnalysisWithMultiparticleCorrelations::CrossCheckDiffWithNestedLoops(), AliFlowAnalysisWithMultiparticleCorrelations::DumpThePoints(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrectionTermsForNUAWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoops(), AliFlowAnalysisWithQCumulants::EvaluateDiffFlowCorrelationsWithNestedLoopsUsingParticleWeights(), AliFlowAnalysisWithMCEventPlane::EvaluateMixedHarmonics(), AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH(), AliFlowAnalysisWithQCumulants::EvaluateOtherDiffCorrelatorsWithNestedLoops(), AliFlowAnalysisCRC::EvaulateIfSplitMergedTracks(), AliFlowCommonHist::FillControlHistograms(), AliFlowAnalysisWithMultiparticleCorrelations::FillControlHistograms(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForDiffFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionForReferenceFlow(), AliFlowAnalysisWithCumulants::FillGeneratingFunctionsForDifferentTuningParameters(), AliFlowAnalysisWithMultiparticleCorrelations::FillQvector(), AliFlowEventSimple::Get2Qsub(), AliFlowAnalysisWithLeeYangZeros::GetDiffFlow(), AliFlowEventSimple::GetQ(), IsFolder(), AliFlowAnalysisWithLYZEventPlane::Make(), AliFlowAnalysisWithSimpleSP::Make(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), and AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals().
|
inline |
Definition at line 59 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::DefineDeadZone().
|
inline |
Definition at line 60 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::TagSubeventsByCharge(), and AliFlowEventSimple::TagSubeventsInEta().
void AliFlowTrackSimple::ResolutionPt | ( | Double_t | resolution | ) |
Definition at line 153 of file AliFlowTrackSimple.cxx.
Referenced by IsDead(), and AliFlowEventSimple::ResolutionPt().
void AliFlowTrackSimple::Set | ( | TParticle * | p | ) |
Definition at line 89 of file AliFlowTrackSimple.cxx.
Referenced by IsFolder().
|
inline |
Definition at line 187 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventStar::AliFlowEventStar(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowEventSimple::Generate(), IsDead(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
|
inlinevirtual |
Reimplemented in AliFlowCandidateTrack.
Definition at line 133 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::FindDaughters().
|
inline |
Definition at line 179 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 197 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEvent::AliFlowEvent(), AliFlowEventSimpleMaker::FillTracks(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), TagPOI(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 195 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowCascade::AddCandidates(), AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowEvent::AliFlowEvent(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEvent::FindDaughters(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), TagRP(), AliFlowEventSimple::TagRP(), AliAnalysisTaskFlowEvent::UserExec(), AliAnalysisTaskCRCZDC::UserExec(), and AliAnalysisTaskPhiFlow::UserExec().
|
inline |
Definition at line 199 of file AliFlowTrackSimple.h.
Referenced by CheckTag(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::TagSubeventsByCharge(), and AliFlowEventSimple::TagSubeventsInEta().
|
inline |
Definition at line 127 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 191 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackCuts::FillFlowTrackVParticle(), and IsDead().
|
inline |
Definition at line 189 of file AliFlowTrackSimple.h.
Referenced by AliAnalysisTaskFlowStrange::AddCandidates(), AliAnalysisTaskFlowStrangee::AddCandidates(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowTrackCuts::FillFlowTrackKink(), AliFlowTrackCuts::FillFlowTrackVParticle(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), and AliAnalysisTaskFlowK0Candidates::ReadFromESD().
|
inline |
Definition at line 183 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
Definition at line 202 of file AliFlowTrackSimple.h.
Referenced by PID(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 181 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventStar::AliFlowEventStar(), AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly(), AliFlowTrackCuts::FillFlowTrackGeneric(), AliFlowTrackCuts::FillFlowTrackKink(), AliFlowTrackCuts::FillFlowTrackVParticle(), AliFlowEventSimpleMaker::FillTracks(), AliFlowEventSimple::Generate(), IsDead(), AliAnalysisTaskFlowCascade::MakeTrack(), AliAnalysisTaskFlowStrange::MakeTrack(), AliAnalysisTaskFlowStrangee::MakeTrack(), AliAnalysisTaskPhiFlow::MakeTrack(), AliAnalysisTaskGammaConvFlow::ProcessPhotonCandidatesforV2(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), AliAnalysisTaskFlowStrangee::PushBackFlowTrack(), AliAnalysisTaskFlowK0Candidates::ReadFromAOD(), AliAnalysisTaskFlowK0Candidates::ReadFromESD(), AliFlowTrack::Set(), and AliAnalysisTaskCRCZDC::UserExec().
|
inline |
Definition at line 185 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowOnTheFlyEventGenerator::ConvertTClonesToFlowEvent(), AliFlowTrackCuts::FillFlowTrackGeneric(), IsDead(), AliAnalysisTaskFlowStrange::PushBackFlowTrack(), and AliAnalysisTaskFlowStrangee::PushBackFlowTrack().
Definition at line 56 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventSimple::AliFlowEventSimple(), AliFlowEvent::Fill(), and AliFlowEventSimple::TagPOI().
|
inline |
Definition at line 55 of file AliFlowTrackSimple.h.
Referenced by AliFlowEventStar::AliFlowEventStar(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 54 of file AliFlowTrackSimple.h.
Referenced by AliFlowEvent::AliFlowEvent(), AliFlowEventSimple::AliFlowEventSimple(), AliFlowEventStar::AliFlowEventStar(), and AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly().
|
inline |
Definition at line 160 of file AliFlowTrackSimple.h.
Referenced by AliFlowCommonHist::FillControlHistograms(), AliAnalysisTaskSEHFQA::FillFlowObs(), AliFlowEventSimple::Get2Qsub(), AliFlowEventSimple::GetQ(), IsFolder(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowVector::SubtractTrackWithDaughters(), and AliAnalysisTaskFlowCascade::UserExec().
|
private |
Definition at line 142 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackSimple(), Charge(), Clear(), operator=(), Set(), and SetCharge().
|
private |
Definition at line 138 of file AliFlowTrackSimple.h.
Referenced by Clear(), Eta(), operator=(), Print(), Set(), and SetEta().
|
private |
Definition at line 146 of file AliFlowTrackSimple.h.
Referenced by Clear(), GetID(), operator=(), and SetID().
|
private |
Definition at line 147 of file AliFlowTrackSimple.h.
Referenced by Clear(), ITStype(), operator=(), Set(), and SetITStype().
|
private |
Definition at line 143 of file AliFlowTrackSimple.h.
Referenced by AliFlowTrackSimple(), Clear(), Mass(), operator=(), Set(), and SetMass().
|
private |
|
private |
Definition at line 144 of file AliFlowTrackSimple.h.
Referenced by CheckTag(), Clear(), GetPOItype(), InPOISelection(), InRPSelection(), IsDead(), IsPOItype(), operator=(), ResetPOItype(), SetForPOISelection(), SetForRPSelection(), SetPOItype(), and Tag().
|
private |
Definition at line 139 of file AliFlowTrackSimple.h.
Referenced by Clear(), operator=(), Print(), Pt(), ResolutionPt(), Set(), and SetPt().
|
private |
Definition at line 145 of file AliFlowTrackSimple.h.
Referenced by Clear(), InSubevent(), operator=(), ResetSubEventTags(), and SetForSubevent().
|
private |
Definition at line 141 of file AliFlowTrackSimple.h.
Referenced by Clear(), operator=(), Print(), Set(), SetWeight(), and Weight().