AliPhysics  bba8f44 (bba8f44)
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 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 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
 
Int_t fITStype
 

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 ( )

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.

AliFlowTrackSimple::~AliFlowTrackSimple ( )
virtual

Definition at line 146 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 52 of file AliFlowTrackSimple.cxx.

Member Function Documentation

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

Bool_t AliFlowTrackSimple::CheckTag ( Int_t  n)
inline

Definition at line 57 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimple::DefineDeadZone().

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

Reimplemented in AliFlowTrack, and AliFlowCandidateTrack.

Definition at line 377 of file AliFlowTrackSimple.cxx.

Referenced by AliFlowTrack::Clear(), and IsDead().

AliFlowTrackSimple * AliFlowTrackSimple::Clone ( const char *  option = "") const
virtual
Double_t AliFlowTrackSimple::Eta ( ) const
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().

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

Reimplemented in AliFlowCandidateTrack.

Definition at line 134 of file AliFlowTrackSimple.h.

Referenced by AliFlowVector::SubtractTrackWithDaughters().

const TBits* AliFlowTrackSimple::GetFlowBits ( ) const
inline

Definition at line 125 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimpleMaker::FillTracks().

virtual Int_t AliFlowTrackSimple::GetIDDaughter ( Int_t  ) const
inlinevirtual

Reimplemented in AliFlowCandidateTrack.

Definition at line 132 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 124 of file AliFlowTrackSimple.h.

Referenced by GetFlowBits().

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

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().

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

Bool_t AliFlowTrackSimple::IsDead ( ) const
inline

Definition at line 61 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
Int_t AliFlowTrackSimple::ITStype ( ) const
inline

Definition at line 166 of file AliFlowTrackSimple.h.

Referenced by IsFolder().

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

Definition at line 127 of file AliFlowTrackSimple.cxx.

Referenced by AliFlowTrack::operator=().

Double_t AliFlowTrackSimple::Phi ( ) const
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().

Int_t AliFlowTrackSimple::PID ( ) const
inline

Definition at line 47 of file AliFlowTrackSimple.h.

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

Definition at line 363 of file AliFlowTrackSimple.cxx.

Referenced by IsFolder().

Double_t AliFlowTrackSimple::Pt ( ) const
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().

void AliFlowTrackSimple::ResetPOItype ( )
inline

Definition at line 59 of file AliFlowTrackSimple.h.

Referenced by AliFlowEventSimple::DefineDeadZone().

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

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

Reimplemented in AliFlowCandidateTrack.

Definition at line 133 of file AliFlowTrackSimple.h.

Referenced by AliFlowEvent::FindDaughters().

void AliFlowTrackSimple::SetITStype ( Int_t  val)
inline

Definition at line 191 of file AliFlowTrackSimple.h.

Referenced by AliFlowTrackCuts::FillFlowTrackVParticle(), and IsDead().

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

Definition at line 202 of file AliFlowTrackSimple.h.

Referenced by PID(), and AliAnalysisTaskCRCZDC::UserExec().

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 142 of file AliFlowTrackSimple.h.

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

Double_t AliFlowTrackSimple::fEta
private

Definition at line 138 of file AliFlowTrackSimple.h.

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

Int_t AliFlowTrackSimple::fID
private

Definition at line 146 of file AliFlowTrackSimple.h.

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

Int_t AliFlowTrackSimple::fITStype
private

Definition at line 147 of file AliFlowTrackSimple.h.

Referenced by Clear(), ITStype(), operator=(), Set(), and SetITStype().

Double_t AliFlowTrackSimple::fMass
private

Definition at line 143 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 139 of file AliFlowTrackSimple.h.

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

TBits AliFlowTrackSimple::fSubEventBits
private

Definition at line 145 of file AliFlowTrackSimple.h.

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

Double_t AliFlowTrackSimple::fTrackWeight
private

Definition at line 141 of file AliFlowTrackSimple.h.

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


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