AliPhysics  9074f74 (9074f74)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFlowTrackSimple Class Reference

#include <AliFlowTrackSimple.h>

Inheritance diagram for AliFlowTrackSimple:

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)
 
AliFlowTrackSimpleoperator= (const AliFlowTrackSimple &aTrack)
 
virtual ~AliFlowTrackSimple ()
 
virtual AliFlowTrackSimpleClone (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 AliFlowTrackSimpleGetDaughter (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
 

Detailed Description

Definition at line 17 of file AliFlowTrackSimple.h.

Member Enumeration Documentation

Enumerator
kInvalid 
kRP 
kPOI 
kPOI1 
kPOI2 

Definition at line 20 of file AliFlowTrackSimple.h.

Constructor & Destructor Documentation

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.

AliFlowTrackSimple::~AliFlowTrackSimple ( )
virtual

Definition at line 140 of file AliFlowTrackSimple.cxx.

AliFlowTrackSimple::AliFlowTrackSimple ( Double_t  phi,
Double_t  eta,
Double_t  pt,
Double_t  weight,
Int_t  charge,
Double_t  mass = -1 
)
private

Definition at line 51 of file AliFlowTrackSimple.cxx.

Member Function Documentation

virtual void AliFlowTrackSimple::AddDaughter ( Int_t  )
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().

Bool_t AliFlowTrackSimple::CheckTag ( Int_t  n)
inline

Definition at line 56 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimple::DefineDeadZone().

void AliFlowTrackSimple::Clear ( Option_t *  o = "")
virtual

Reimplemented in AliFlowTrack, and AliFlowCandidateTrack.

Definition at line 371 of file AliFlowTrackSimple.cxx.

Referenced by AliFlowTrack::Clear().

AliFlowTrackSimple * AliFlowTrackSimple::Clone ( const char *  option = "") const
virtual
Double_t AliFlowTrackSimple::Eta ( ) const
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(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowEventSimple::TagSubeventsInEta(), and AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals().

virtual AliFlowTrackSimple* AliFlowTrackSimple::GetDaughter ( Int_t  ) const
inlinevirtual

Reimplemented in AliFlowCandidateTrack.

Definition at line 132 of file AliFlowTrackSimple.h.

Referenced by AliFlowVector::SubtractTrackWithDaughters().

const TBits* AliFlowTrackSimple::GetFlowBits ( ) const
inline

Definition at line 123 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimpleMaker::FillTracks().

virtual Int_t AliFlowTrackSimple::GetIDDaughter ( Int_t  ) const
inlinevirtual

Reimplemented in AliFlowCandidateTrack.

Definition at line 130 of file AliFlowTrackSimple.h.

Referenced by AliFlowEvent::FindDaughters().

virtual Int_t AliFlowTrackSimple::GetNDaughters ( void  ) const
inlinevirtual
const TBits* AliFlowTrackSimple::GetPOItype ( ) const
inline

Definition at line 122 of file AliFlowTrackSimple.h.

Referenced by GetFlowBits().

Bool_t AliFlowTrackSimple::InPOISelection ( Int_t  poiType = 1) const
inline

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(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), Print(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), and AliFlowEventSimple::TagPOI().

Bool_t AliFlowTrackSimple::InRPSelection ( ) const
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(), 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().

Bool_t AliFlowTrackSimple::IsDead ( ) const
inline

Definition at line 60 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimple::CleanUpDeadTracks().

Bool_t AliFlowTrackSimple::IsFolder ( ) const
inline

Definition at line 34 of file AliFlowTrackSimple.h.

Bool_t AliFlowTrackSimple::IsPOItype ( Int_t  poiType) const
inline

Definition at line 168 of file AliFlowTrackSimple.h.

Referenced by AliFlowVector::SubtractTrackWithDaughters().

AliFlowTrackSimple & AliFlowTrackSimple::operator= ( const AliFlowTrackSimple aTrack)

Definition at line 122 of file AliFlowTrackSimple.cxx.

Referenced by AliFlowTrack::operator=().

Double_t AliFlowTrackSimple::Phi ( ) const
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(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithQCumulants::StorePhiDistributionForOneEvent(), AliFlowVector::SubtractTrackWithDaughters(), AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals(), and AliAnalysisTaskPhiFlow::VZEROSubEventAnalysis().

Int_t AliFlowTrackSimple::PID ( ) const
inline

Definition at line 46 of file AliFlowTrackSimple.h.

void AliFlowTrackSimple::Print ( Option_t *  option = "") const
virtual

Definition at line 357 of file AliFlowTrackSimple.cxx.

Double_t AliFlowTrackSimple::Pt ( ) const
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(), AliFlowAnalysisWithScalarProduct::Make(), AliFlowAnalysisWithMCEventPlane::Make(), AliFlowAnalysisWithFittingQDistribution::Make(), AliFlowAnalysisWithMixedHarmonics::Make(), AliFlowAnalysisWithMultiparticleCorrelations::Make(), AliFlowAnalysisWithQCumulants::Make(), AliFlowAnalysisCRC::Make(), AliFlowTrackSimpleCuts::PassesCuts(), AliFlowAnalysisWithLeeYangZeros::SecondFillFromFlowEvent(), AliFlowAnalysisWithMultiparticleCorrelations::TrackIsInSpecifiedIntervals(), and AliAnalysisTaskPhiFlow::VZEROSubEventAnalysis().

void AliFlowTrackSimple::ResetPOItype ( )
inline

Definition at line 58 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimple::DefineDeadZone().

void AliFlowTrackSimple::ResetSubEventTags ( )
inline
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.

virtual void AliFlowTrackSimple::SetDaughter ( Int_t  ,
AliFlowTrackSimple  
)
inlinevirtual

Reimplemented in AliFlowCandidateTrack.

Definition at line 131 of file AliFlowTrackSimple.h.

Referenced by AliFlowEvent::FindDaughters().

void AliFlowTrackSimple::SetPOItype ( Int_t  poiType,
Bool_t  b = kTRUE 
)
inline

Definition at line 195 of file AliFlowTrackSimple.h.

void AliFlowTrackSimple::Tag ( Int_t  n,
Bool_t  b = kTRUE 
)
inline
void AliFlowTrackSimple::TagPOI ( Bool_t  b = kTRUE)
inline

Member Data Documentation

Int_t AliFlowTrackSimple::fCharge
private

Definition at line 140 of file AliFlowTrackSimple.h.

Referenced by AliFlowTrackSimple(), Charge(), Clear(), operator=(), Set(), and SetCharge().

Double_t AliFlowTrackSimple::fEta
private

Definition at line 136 of file AliFlowTrackSimple.h.

Referenced by Clear(), Eta(), operator=(), Print(), Set(), and SetEta().

Int_t AliFlowTrackSimple::fID
private

Definition at line 144 of file AliFlowTrackSimple.h.

Referenced by Clear(), GetID(), operator=(), and SetID().

Double_t AliFlowTrackSimple::fMass
private

Definition at line 141 of file AliFlowTrackSimple.h.

Referenced by AliFlowTrackSimple(), Clear(), Mass(), operator=(), Set(), and SetMass().

Double_t AliFlowTrackSimple::fPhi
private
Double_t AliFlowTrackSimple::fPt
private

Definition at line 137 of file AliFlowTrackSimple.h.

Referenced by Clear(), operator=(), Print(), Pt(), ResolutionPt(), Set(), and SetPt().

TBits AliFlowTrackSimple::fSubEventBits
private

Definition at line 143 of file AliFlowTrackSimple.h.

Referenced by Clear(), InSubevent(), operator=(), ResetSubEventTags(), and SetForSubevent().

Double_t AliFlowTrackSimple::fTrackWeight
private

Definition at line 139 of file AliFlowTrackSimple.h.

Referenced by Clear(), operator=(), Print(), Set(), SetWeight(), and Weight().


The documentation for this class was generated from the following files: