![]() |
AliPhysics
7105eaf (7105eaf)
|
#include <AliFlowEventSimpleMakerOnTheFly.h>
Public Member Functions | |
AliFlowEventSimpleMakerOnTheFly (UInt_t uiSeed=0) | |
virtual | ~AliFlowEventSimpleMakerOnTheFly () |
virtual void | Init () |
Bool_t | AcceptPhi (AliFlowTrackSimple *pTrack) |
Bool_t | AcceptPt (AliFlowTrackSimple *pTrack) |
AliFlowEventSimple * | CreateEventOnTheFly (AliFlowTrackSimpleCuts const *cutsRP, AliFlowTrackSimpleCuts const *cutsPOI) |
void | SetMinMult (Int_t iMinMult) |
Int_t | GetMinMult () const |
void | SetMaxMult (Int_t iMaxMult) |
Int_t | GetMaxMult () const |
void | SetMass (Double_t dMass) |
Double_t | GetMass () const |
void | SetTemperature (Double_t dT) |
Double_t | GetTemperature () const |
void | SetV1 (Double_t dV1) |
Double_t | GetV1 () const |
void | SetV2 (Double_t dV2) |
Double_t | GetV2 () const |
void | SetV3 (Double_t dV3) |
Double_t | GetV3 () const |
void | SetV4 (Double_t dV4) |
Double_t | GetV4 () const |
void | SetV5 (Double_t dV5) |
Double_t | GetV5 () const |
void | SetV6 (Double_t dV6) |
Double_t | GetV6 () const |
void | SetUniformFluctuationsV2 (Bool_t b) |
Bool_t | GetUniformFluctuationsV2 () const |
void | SetMinV2 (Double_t dMinV2) |
Double_t | GetMinV2 () const |
void | SetMaxV2 (Double_t dMaxV2) |
Double_t | GetMaxV2 () const |
void | SetPtDependentV2 (Bool_t b) |
Bool_t | GetPtDependentV2 () const |
void | SetV2vsPtCutOff (Double_t dV2vsPtCutOff) |
Double_t | GetV2vsPtCutOff () const |
void | SetV2vsPtMax (Double_t dV2vsPtMax) |
Double_t | GetV2vsPtMax () const |
void | SetSubeventEtaRange (Double_t minA, Double_t maxA, Double_t minB, Double_t maxB) |
void | SetNTimes (Int_t nt) |
Int_t | GetNTimes () const |
void | SetUniformAcceptance (Bool_t ua) |
Bool_t | GetUniformAcceptance () const |
void | SetFirstSectorPhiMin (Double_t dPhiMin1) |
Double_t | GetFirstSectorPhiMin () const |
void | SetFirstSectorPhiMax (Double_t dPhiMax1) |
Double_t | GetFirstSectorPhiMax () const |
void | SetFirstSectorProbability (Double_t dProbability1) |
Double_t | GetFirstSectorProbability () const |
void | SetSecondSectorPhiMin (Double_t dPhiMin2) |
Double_t | GetSecondSectorPhiMin () const |
void | SetSecondSectorPhiMax (Double_t dPhiMax2) |
Double_t | GetSecondSectorPhiMax () const |
void | SetSecondSectorProbability (Double_t dProbability2) |
Double_t | GetSecondSectorProbability () const |
void | SetUniformEfficiency (Bool_t ue) |
Bool_t | GetUniformEfficiency () const |
void | SetPtMin (Double_t ptMin) |
Double_t | GetPtMin () const |
void | SetPtMax (Double_t ptMax) |
Double_t | GetPtMax () const |
void | SetPtProbability (Double_t ptp) |
Double_t | GetPtProbability () const |
Private Member Functions | |
AliFlowEventSimpleMakerOnTheFly (const AliFlowEventSimpleMakerOnTheFly &anAnalysis) | |
AliFlowEventSimpleMakerOnTheFly & | operator= (const AliFlowEventSimpleMakerOnTheFly &anAnalysis) |
Private Attributes | |
Int_t | fCount |
Int_t | fMinMult |
Int_t | fMaxMult |
TF1 * | fPtSpectra |
Double_t | fMass |
Double_t | fTemperature |
TF1 * | fPhiDistribution |
Double_t | fV1 |
Double_t | fV2 |
Double_t | fV3 |
Double_t | fV4 |
Double_t | fV5 |
Double_t | fV6 |
Bool_t | fUniformFluctuationsV2 |
Double_t | fMinV2 |
Double_t | fMaxV2 |
Bool_t | fPtDependentV2 |
Double_t | fV2vsPtCutOff |
Double_t | fV2vsPtMax |
Double_t | fEtaMinA |
Double_t | fEtaMaxA |
Double_t | fEtaMinB |
Double_t | fEtaMaxB |
Int_t | fNTimes |
Bool_t | fUniformAcceptance |
Double_t | fPhiMin1 |
Double_t | fPhiMax1 |
Double_t | fProbability1 |
Double_t | fPhiMin2 |
Double_t | fPhiMax2 |
Double_t | fProbability2 |
Double_t | fPi |
Bool_t | fUniformEfficiency |
Double_t | fPtMin |
Double_t | fPtMax |
Double_t | fPtProbability |
Definition at line 26 of file AliFlowEventSimpleMakerOnTheFly.h.
AliFlowEventSimpleMakerOnTheFly::AliFlowEventSimpleMakerOnTheFly | ( | UInt_t | uiSeed = 0 | ) |
|
virtual |
Definition at line 88 of file AliFlowEventSimpleMakerOnTheFly.cxx.
|
private |
Bool_t AliFlowEventSimpleMakerOnTheFly::AcceptPhi | ( | AliFlowTrackSimple * | pTrack | ) |
Definition at line 139 of file AliFlowEventSimpleMakerOnTheFly.cxx.
Referenced by CreateEventOnTheFly().
Bool_t AliFlowEventSimpleMakerOnTheFly::AcceptPt | ( | AliFlowTrackSimple * | pTrack | ) |
Definition at line 159 of file AliFlowEventSimpleMakerOnTheFly.cxx.
Referenced by CreateEventOnTheFly().
AliFlowEventSimple * AliFlowEventSimpleMakerOnTheFly::CreateEventOnTheFly | ( | AliFlowTrackSimpleCuts const * | cutsRP, |
AliFlowTrackSimpleCuts const * | cutsPOI | ||
) |
Definition at line 176 of file AliFlowEventSimpleMakerOnTheFly.cxx.
|
inline |
Definition at line 76 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 74 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 78 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 40 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 38 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 60 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 36 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 58 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 70 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 62 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 90 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 88 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 92 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 82 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 80 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 84 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 42 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 72 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 86 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 56 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 44 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 46 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 64 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 66 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 48 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 50 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 52 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 54 of file AliFlowEventSimpleMakerOnTheFly.h.
|
virtual |
Definition at line 99 of file AliFlowEventSimpleMakerOnTheFly.cxx.
|
private |
|
inline |
Definition at line 75 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 73 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 77 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 39 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 37 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 59 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 35 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 57 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 69 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 61 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 89 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 87 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 91 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 81 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 79 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 83 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 67 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 41 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 71 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 85 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 55 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 43 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 45 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 63 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 65 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 47 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 49 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 51 of file AliFlowEventSimpleMakerOnTheFly.h.
|
inline |
Definition at line 53 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 97 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly().
|
private |
Definition at line 117 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), and SetSubeventEtaRange().
|
private |
Definition at line 119 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), and SetSubeventEtaRange().
|
private |
Definition at line 116 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), and SetSubeventEtaRange().
|
private |
Definition at line 118 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), and SetSubeventEtaRange().
|
private |
Definition at line 101 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 99 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetMaxMult(), and SetMaxMult().
|
private |
Definition at line 112 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetMaxV2(), and SetMaxV2().
|
private |
Definition at line 98 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetMinMult(), and SetMinMult().
|
private |
Definition at line 111 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetMinV2(), and SetMinV2().
|
private |
Definition at line 120 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetNTimes(), and SetNTimes().
|
private |
Definition at line 103 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), Init(), and ~AliFlowEventSimpleMakerOnTheFly().
|
private |
Definition at line 123 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetFirstSectorPhiMax(), and SetFirstSectorPhiMax().
|
private |
Definition at line 126 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetSecondSectorPhiMax(), and SetSecondSectorPhiMax().
|
private |
Definition at line 122 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetFirstSectorPhiMin(), and SetFirstSectorPhiMin().
|
private |
Definition at line 125 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetSecondSectorPhiMin(), and SetSecondSectorPhiMin().
|
private |
Definition at line 128 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi().
|
private |
Definition at line 124 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetFirstSectorProbability(), and SetFirstSectorProbability().
|
private |
Definition at line 127 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPhi(), GetSecondSectorProbability(), and SetSecondSectorProbability().
|
private |
Definition at line 113 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetPtDependentV2(), and SetPtDependentV2().
|
private |
Definition at line 131 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPt(), GetPtMax(), and SetPtMax().
|
private |
Definition at line 130 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPt(), GetPtMin(), and SetPtMin().
|
private |
Definition at line 132 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by AcceptPt(), GetPtProbability(), and SetPtProbability().
|
private |
Definition at line 100 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), Init(), and ~AliFlowEventSimpleMakerOnTheFly().
|
private |
Definition at line 102 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by GetTemperature(), Init(), and SetTemperature().
|
private |
Definition at line 121 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetUniformAcceptance(), and SetUniformAcceptance().
|
private |
Definition at line 129 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetUniformEfficiency(), and SetUniformEfficiency().
|
private |
Definition at line 110 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetUniformFluctuationsV2(), and SetUniformFluctuationsV2().
|
private |
Definition at line 104 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 105 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 114 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetV2vsPtCutOff(), and SetV2vsPtCutOff().
|
private |
Definition at line 115 of file AliFlowEventSimpleMakerOnTheFly.h.
Referenced by CreateEventOnTheFly(), GetV2vsPtMax(), and SetV2vsPtMax().
|
private |
Definition at line 106 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 107 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 108 of file AliFlowEventSimpleMakerOnTheFly.h.
|
private |
Definition at line 109 of file AliFlowEventSimpleMakerOnTheFly.h.