![]() |
AliPhysics
f6e6b3f (f6e6b3f)
|
#include <AliAnalysisTaskFlowModes.h>
Public Member Functions | |
FlowPart (Double_t dPt=0, Double_t dPhi=0, Double_t dEta=0, Short_t iCharge=0, PartSpecies sSpecies=kUnknown, Double_t dMass=0, Double_t dPx=0, Double_t dPy=0, Double_t dPz=0) | |
void | PrintPart () const |
Public Attributes | |
Double_t | pt |
Double_t | px |
Double_t | py |
Double_t | pz |
Double_t | phi |
Double_t | eta |
Double_t | mass |
Short_t | charge |
PartSpecies | species |
Definition at line 36 of file AliAnalysisTaskFlowModes.h.
|
inline |
Definition at line 38 of file AliAnalysisTaskFlowModes.h.
|
inline |
Definition at line 41 of file AliAnalysisTaskFlowModes.h.
Short_t AliAnalysisTaskFlowModes::FlowPart::charge |
Definition at line 44 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
Double_t AliAnalysisTaskFlowModes::FlowPart::eta |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart(), and AliAnalysisTaskFlowModes::SetChargedEtaMax().
Double_t AliAnalysisTaskFlowModes::FlowPart::mass |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
Double_t AliAnalysisTaskFlowModes::FlowPart::phi |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
Double_t AliAnalysisTaskFlowModes::FlowPart::pt |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart(), AliAnalysisTaskFlowModes::SetChargedPtMax(), AliAnalysisTaskFlowModes::SetChargedPtMin(), AliAnalysisTaskFlowModes::SetFlowRFPsPtMax(), and AliAnalysisTaskFlowModes::SetFlowRFPsPtMin().
Double_t AliAnalysisTaskFlowModes::FlowPart::px |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
Double_t AliAnalysisTaskFlowModes::FlowPart::py |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
Double_t AliAnalysisTaskFlowModes::FlowPart::pz |
Definition at line 43 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().
PartSpecies AliAnalysisTaskFlowModes::FlowPart::species |
Definition at line 45 of file AliAnalysisTaskFlowModes.h.
Referenced by PrintPart().