![]() |
AliPhysics
vAN-20150810 (e477c3b)
|
#include <AliAnalysisTaskSEDplus.h>
Public Member Functions | |
AliAnalysisTaskSEDplus () | |
AliAnalysisTaskSEDplus (const char *name, AliRDHFCutsDplustoKpipi *analysiscuts, Bool_t fillNtuple=kFALSE) | |
virtual | ~AliAnalysisTaskSEDplus () |
void | SetReadMC (Bool_t readMC=kTRUE) |
void | SetDoLikeSign (Int_t dols=0) |
void | SetSystem (Int_t system=0) |
void | SetCutsDistr (Bool_t cutsDistr=kTRUE) |
void | SetDoImpactParameterHistos (Bool_t doImp=kTRUE) |
void | SetImpactParameterBinning (Int_t nbins, Float_t dmin, Float_t dmax) |
void | SetUseStrangeness (Bool_t uses=kTRUE) |
void | SetMassLimits (Float_t range) |
void | SetMassLimits (Float_t lowlimit, Float_t uplimit) |
void | SetBinWidth (Float_t w) |
void | SetUseBit (Bool_t dols=kTRUE) |
void | SetUseOnlyPositiveEta () |
void | SetUseOnlyNegativeEta () |
void | SetUseFullEta () |
Float_t | GetUpperMassLimit () |
Float_t | GetLowerMassLimit () |
Int_t | GetNBinsPt () |
Float_t | GetBinWidth () |
Int_t | GetNBinsHistos () |
void | LSAnalysis (TClonesArray *arrayOppositeSign, TClonesArray *arrayLikeSign, AliAODEvent *aod, AliAODVertex *vtx1, Int_t nDplusOS) |
void | CreateLikeSignHistos () |
void | CreateImpactParameterHistos () |
virtual void | UserCreateOutputObjects () |
Implementation of interface methods. More... | |
virtual void | Init () |
virtual void | LocalInit () |
virtual void | UserExec (Option_t *option) |
virtual void | Terminate (Option_t *option) |
Private Types | |
enum | { kMaxPtBins =20 } |
Private Member Functions | |
AliAnalysisTaskSEDplus (const AliAnalysisTaskSEDplus &source) | |
AliAnalysisTaskSEDplus & | operator= (const AliAnalysisTaskSEDplus &source) |
Int_t | GetHistoIndex (Int_t iPtBin) const |
Int_t | GetSignalHistoIndex (Int_t iPtBin) const |
Int_t | GetBackgroundHistoIndex (Int_t iPtBin) const |
Int_t | GetLSHistoIndex (Int_t iPtBin) const |
Float_t | GetTrueImpactParameter (const AliAODMCHeader *mcHeader, TClonesArray *arrayMC, const AliAODMCParticle *partDp) const |
Float_t | GetStrangenessWeights (const AliAODRecoDecayHF3Prong *d, TClonesArray *arrayMC, Float_t factor[3]) const |
Private Attributes | |
TList * | fOutput |
! list send on output slot 0 More... | |
TH1F * | fHistNEvents |
!hist. for No. of events More... | |
TH1F * | fMassHist [3 *kMaxPtBins] |
!hist. for inv mass (LC) More... | |
TH1F * | fCosPHist [3 *kMaxPtBins] |
!hist. for PointingAngle (LC) More... | |
TH1F * | fDLenHist [3 *kMaxPtBins] |
!hist. for Dec Length (LC) More... | |
TH1F * | fSumd02Hist [3 *kMaxPtBins] |
!hist. for sum d02 (LC) More... | |
TH1F * | fSigVertHist [3 *kMaxPtBins] |
!hist. for sigVert (LC) More... | |
TH1F * | fPtMaxHist [3 *kMaxPtBins] |
!hist. for Pt Max (LC) More... | |
TH1F * | fPtKHist [3 *kMaxPtBins] |
!hist. for PtK (LC) More... | |
TH1F * | fPtpi1Hist [3 *kMaxPtBins] |
!hist. for PtPi1 (LC) More... | |
TH1F * | fPtpi2Hist [3 *kMaxPtBins] |
!hist. for PtPi2 (LC) More... | |
TH1F * | fDCAHist [3 *kMaxPtBins] |
!hist. for DCA (LC) More... | |
TH1F * | fDLxy [3 *kMaxPtBins] |
!hist. for DLxy (LC) More... | |
TH1F * | fDLxyTC [3 *kMaxPtBins] |
!hist. for DLxy (TC) More... | |
TH1F * | fCosxy [3 *kMaxPtBins] |
!hist. for Cosxy (LC) More... | |
TH1F * | fCosxyTC [3 *kMaxPtBins] |
!hist. for Cosxy (TC) More... | |
TH1F * | fMassHistTC [3 *kMaxPtBins] |
!hist. for inv mass (TC) More... | |
TH1F * | fMassHistTCPlus [3 *kMaxPtBins] |
!hist. for D+ inv mass (TC) More... | |
TH1F * | fMassHistTCMinus [3 *kMaxPtBins] |
!hist. for D- inv mass (TC) More... | |
TH1F * | fMassHistLS [5 *kMaxPtBins] |
!hist. for LS inv mass (LC) More... | |
TH1F * | fCosPHistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 1 (LC) More... | |
TH1F * | fDLenHistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 2 (LC) More... | |
TH1F * | fSumd02HistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 3 (LC) More... | |
TH1F * | fSigVertHistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 4 (LC) More... | |
TH1F * | fPtMaxHistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 5 (LC) More... | |
TH1F * | fDCAHistLS [3 *kMaxPtBins] |
!hist. for LS cuts variable 6 (LC) More... | |
TH1F * | fMassHistLSTC [5 *kMaxPtBins] |
!hist. for LS inv mass (TC) More... | |
TH2F * | fCorreld0Kd0pi [3] |
!hist. for d0k*d0pi vs. d0k*d0pi (LC) More... | |
TH2F * | fHistCentrality [3] |
!hist. for cent distr (all,sel ev, ) More... | |
THnSparseF * | fHistMassPtImpParTC [5] |
! histograms for impact paramter studies More... | |
TH2F * | fPtVsMass |
! hist. of pt vs. mass (prod. cuts) More... | |
TH2F * | fPtVsMassTC |
! hist. of pt vs. mass (analysis cuts) More... | |
TH3F * | fYVsPt |
! hist. of Y vs. Pt vs. Mass(prod. cuts) More... | |
TH3F * | fYVsPtTC |
! hist. of Y vs. Pt vs. Mass (analysis cuts) More... | |
TH2F * | fYVsPtSig |
! hist. of Y vs. Pt (MC, only sig, prod. cuts) More... | |
TH2F * | fYVsPtSigTC |
! hist. of Y vs. Pt (MC, only sig, analysis cuts) More... | |
TH2F * | fPhiEtaCand |
! hist. with eta/phi distribution of candidates More... | |
TH2F * | fPhiEtaCandSigReg |
! hist. eta/phi of candidates in D+ mass region More... | |
TH1F * | fSPDMult |
! hist. of spd mult More... | |
TNtuple * | fNtupleDplus |
! output ntuple More... | |
Float_t | fUpmasslimit |
Float_t | fLowmasslimit |
upper inv mass limit for histos More... | |
Int_t | fNPtBins |
lower inv mass limit for histos More... | |
Float_t | fBinWidth |
Number of Pt Bins. More... | |
TList * | fListCuts |
width of one bin in output histos More... | |
AliRDHFCutsDplustoKpipi * | fRDCutsAnalysis |
list of cuts More... | |
AliNormalizationCounter * | fCounter |
Cuts for Analysis. More... | |
Double_t | fArrayBinLimits [kMaxPtBins+1] |
Bool_t | fFillNtuple |
limits for the Pt bins More... | |
Bool_t | fReadMC |
flag for filling ntuple More... | |
Bool_t | fUseStrangeness |
flag for access to MC More... | |
Bool_t | fUseBit |
flag to enhance strangeness in MC to fit to data More... | |
Bool_t | fCutsDistr |
flag to use bitmask More... | |
Bool_t | fDoImpPar |
flag to activate cuts distr histos More... | |
Int_t | fNImpParBins |
flag to activate impact paramter histos More... | |
Float_t | fLowerImpPar |
nunber of bins in impact parameter histos More... | |
Float_t | fHigherImpPar |
lower limit in impact parameter (um) More... | |
Int_t | fDoLS |
higher limit in impact parameter (um) More... | |
Int_t | fEtaSelection |
flag to do LS analysis More... | |
Int_t | fSystem |
eta region to accept D+ 0=all, -1 = negative, 1 = positive More... | |
Definition at line 35 of file AliAnalysisTaskSEDplus.h.
|
private |
Enumerator | |
---|---|
kMaxPtBins |
Definition at line 92 of file AliAnalysisTaskSEDplus.h.
AliAnalysisTaskSEDplus::AliAnalysisTaskSEDplus | ( | ) |
Default constructor
Definition at line 53 of file AliAnalysisTaskSEDplus.cxx.
AliAnalysisTaskSEDplus::AliAnalysisTaskSEDplus | ( | const char * | name, |
AliRDHFCutsDplustoKpipi * | analysiscuts, | ||
Bool_t | fillNtuple = kFALSE |
||
) |
Standrd constructor
Definition at line 134 of file AliAnalysisTaskSEDplus.cxx.
|
virtual |
Destructor
Definition at line 231 of file AliAnalysisTaskSEDplus.cxx.
|
private |
void AliAnalysisTaskSEDplus::CreateImpactParameterHistos | ( | ) |
Histos for impact paramter study
Definition at line 1219 of file AliAnalysisTaskSEDplus.cxx.
Referenced by UserCreateOutputObjects().
void AliAnalysisTaskSEDplus::CreateLikeSignHistos | ( | ) |
Histos for Like Sign bckground
Definition at line 1091 of file AliAnalysisTaskSEDplus.cxx.
Referenced by UserCreateOutputObjects().
|
inlineprivate |
Definition at line 87 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateLikeSignHistos(), UserCreateOutputObjects(), and UserExec().
|
inline |
Definition at line 66 of file AliAnalysisTaskSEDplus.h.
Referenced by SetMassLimits().
|
inlineprivate |
Definition at line 85 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateLikeSignHistos(), UserCreateOutputObjects(), and UserExec().
|
inline |
Definition at line 64 of file AliAnalysisTaskSEDplus.h.
|
inlineprivate |
Definition at line 88 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateLikeSignHistos(), and LSAnalysis().
Int_t AliAnalysisTaskSEDplus::GetNBinsHistos | ( | ) |
Definition at line 327 of file AliAnalysisTaskSEDplus.cxx.
Referenced by CreateImpactParameterHistos(), CreateLikeSignHistos(), LSAnalysis(), and UserCreateOutputObjects().
|
inline |
Definition at line 65 of file AliAnalysisTaskSEDplus.h.
|
inlineprivate |
Definition at line 86 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateLikeSignHistos(), UserCreateOutputObjects(), and UserExec().
|
private |
Computes weights to adapt strangeness in MC to data
Definition at line 1353 of file AliAnalysisTaskSEDplus.cxx.
Referenced by UserExec().
|
private |
true impact parameter calculation
Definition at line 1274 of file AliAnalysisTaskSEDplus.cxx.
Referenced by UserExec().
|
inline |
Definition at line 63 of file AliAnalysisTaskSEDplus.h.
|
virtual |
Initialization
Definition at line 433 of file AliAnalysisTaskSEDplus.cxx.
Referenced by LocalInit().
|
inlinevirtual |
Definition at line 77 of file AliAnalysisTaskSEDplus.h.
void AliAnalysisTaskSEDplus::LSAnalysis | ( | TClonesArray * | arrayOppositeSign, |
TClonesArray * | arrayLikeSign, | ||
AliAODEvent * | aod, | ||
AliAODVertex * | vtx1, | ||
Int_t | nDplusOS | ||
) |
Fill the Like Sign histograms
Definition at line 331 of file AliAnalysisTaskSEDplus.cxx.
Referenced by UserExec().
|
private |
void AliAnalysisTaskSEDplus::SetBinWidth | ( | Float_t | w | ) |
Definition at line 312 of file AliAnalysisTaskSEDplus.cxx.
Referenced by SetMassLimits().
|
inline |
Definition at line 46 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 47 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 44 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 48 of file AliAnalysisTaskSEDplus.h.
void AliAnalysisTaskSEDplus::SetMassLimits | ( | Float_t | range | ) |
set invariant mass limits
Definition at line 293 of file AliAnalysisTaskSEDplus.cxx.
Referenced by AddTaskDplus().
void AliAnalysisTaskSEDplus::SetMassLimits | ( | Float_t | lowlimit, |
Float_t | uplimit | ||
) |
set invariant mass limits
Definition at line 301 of file AliAnalysisTaskSEDplus.cxx.
|
inline |
Definition at line 43 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 45 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 57 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 61 of file AliAnalysisTaskSEDplus.h.
|
inline |
Definition at line 60 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 59 of file AliAnalysisTaskSEDplus.h.
Referenced by AddTaskDplus().
|
inline |
Definition at line 53 of file AliAnalysisTaskSEDplus.h.
|
virtual |
Terminate analysis
Definition at line 1251 of file AliAnalysisTaskSEDplus.cxx.
|
virtual |
Implementation of interface methods.
Create the output container
Definition at line 452 of file AliAnalysisTaskSEDplus.cxx.
|
virtual |
Execute analysis for current event: heavy flavor candidates association to MC truth
Definition at line 741 of file AliAnalysisTaskSEDplus.cxx.
|
private |
Definition at line 141 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus().
|
private |
Number of Pt Bins.
Definition at line 137 of file AliAnalysisTaskSEDplus.h.
Referenced by GetBinWidth(), GetNBinsHistos(), and SetBinWidth().
|
private |
!hist. for d0k*d0pi vs. d0k*d0pi (LC)
Definition at line 121 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for PointingAngle (LC)
Definition at line 97 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 1 (LC)
Definition at line 114 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for Cosxy (LC)
Definition at line 108 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for Cosxy (TC)
Definition at line 109 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
Cuts for Analysis.
!Counter for normalization
Definition at line 140 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
flag to use bitmask
Definition at line 146 of file AliAnalysisTaskSEDplus.h.
Referenced by LSAnalysis(), SetCutsDistr(), UserCreateOutputObjects(), and UserExec().
|
private |
!hist. for DCA (LC)
Definition at line 105 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 6 (LC)
Definition at line 119 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for Dec Length (LC)
Definition at line 98 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 2 (LC)
Definition at line 115 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for DLxy (LC)
Definition at line 106 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for DLxy (TC)
Definition at line 107 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
flag to activate cuts distr histos
Definition at line 147 of file AliAnalysisTaskSEDplus.h.
Referenced by SetDoImpactParameterHistos(), UserCreateOutputObjects(), and UserExec().
|
private |
higher limit in impact parameter (um)
Definition at line 151 of file AliAnalysisTaskSEDplus.h.
Referenced by SetDoLikeSign(), UserCreateOutputObjects(), and UserExec().
|
private |
flag to do LS analysis
Definition at line 152 of file AliAnalysisTaskSEDplus.h.
Referenced by SetUseFullEta(), SetUseOnlyNegativeEta(), SetUseOnlyPositiveEta(), and UserExec().
|
private |
limits for the Pt bins
Definition at line 142 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), and UserExec().
|
private |
lower limit in impact parameter (um)
Definition at line 150 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), and SetImpactParameterBinning().
|
private |
!hist. for cent distr (all,sel ev, )
Definition at line 122 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! histograms for impact paramter studies
Definition at line 123 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateImpactParameterHistos(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for No. of events
Definition at line 95 of file AliAnalysisTaskSEDplus.h.
Referenced by Terminate(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
width of one bin in output histos
Definition at line 138 of file AliAnalysisTaskSEDplus.h.
Referenced by Init(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
nunber of bins in impact parameter histos
Definition at line 149 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), and SetImpactParameterBinning().
|
private |
upper inv mass limit for histos
Definition at line 135 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), CreateLikeSignHistos(), GetLowerMassLimit(), GetNBinsHistos(), LSAnalysis(), SetBinWidth(), SetMassLimits(), and UserCreateOutputObjects().
|
private |
!hist. for inv mass (LC)
Definition at line 96 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS inv mass (LC)
Definition at line 113 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS inv mass (TC)
Definition at line 120 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for inv mass (TC)
Definition at line 110 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for D- inv mass (TC)
Definition at line 112 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for D+ inv mass (TC)
Definition at line 111 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
flag to activate impact paramter histos
Definition at line 148 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), and SetImpactParameterBinning().
|
private |
lower inv mass limit for histos
Definition at line 136 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), GetNBinsPt(), UserCreateOutputObjects(), and ~AliAnalysisTaskSEDplus().
|
private |
! output ntuple
Definition at line 133 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! list send on output slot 0
Definition at line 94 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), CreateLikeSignHistos(), Terminate(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. with eta/phi distribution of candidates
Definition at line 130 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. eta/phi of candidates in D+ mass region
Definition at line 131 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for PtK (LC)
Definition at line 102 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for Pt Max (LC)
Definition at line 101 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 5 (LC)
Definition at line 118 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for PtPi1 (LC)
Definition at line 103 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for PtPi2 (LC)
Definition at line 104 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of pt vs. mass (prod. cuts)
Definition at line 124 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of pt vs. mass (analysis cuts)
Definition at line 125 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
list of cuts
Definition at line 139 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), Init(), LSAnalysis(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
flag for filling ntuple
Definition at line 143 of file AliAnalysisTaskSEDplus.h.
Referenced by SetReadMC(), and UserExec().
|
private |
!hist. for sigVert (LC)
Definition at line 100 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 4 (LC)
Definition at line 117 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of spd mult
Definition at line 132 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for sum d02 (LC)
Definition at line 99 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
!hist. for LS cuts variable 3 (LC)
Definition at line 116 of file AliAnalysisTaskSEDplus.h.
Referenced by AliAnalysisTaskSEDplus(), CreateLikeSignHistos(), LSAnalysis(), and ~AliAnalysisTaskSEDplus().
|
private |
eta region to accept D+ 0=all, -1 = negative, 1 = positive
Definition at line 153 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), and SetSystem().
|
private |
Definition at line 134 of file AliAnalysisTaskSEDplus.h.
Referenced by CreateImpactParameterHistos(), CreateLikeSignHistos(), GetNBinsHistos(), GetUpperMassLimit(), LSAnalysis(), SetBinWidth(), SetMassLimits(), and UserCreateOutputObjects().
|
private |
flag to enhance strangeness in MC to fit to data
Definition at line 145 of file AliAnalysisTaskSEDplus.h.
Referenced by LSAnalysis(), SetUseBit(), and UserExec().
|
private |
flag for access to MC
Definition at line 144 of file AliAnalysisTaskSEDplus.h.
Referenced by SetUseStrangeness(), and UserExec().
|
private |
! hist. of Y vs. Pt vs. Mass(prod. cuts)
Definition at line 126 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of Y vs. Pt (MC, only sig, prod. cuts)
Definition at line 128 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of Y vs. Pt (MC, only sig, analysis cuts)
Definition at line 129 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().
|
private |
! hist. of Y vs. Pt vs. Mass (analysis cuts)
Definition at line 127 of file AliAnalysisTaskSEDplus.h.
Referenced by UserCreateOutputObjects(), UserExec(), and ~AliAnalysisTaskSEDplus().