![]() |
AliPhysics
64a5cfc (64a5cfc)
|
#include <AliForwardCreateResponseMatrices.h>
Public Member Functions | |
Bin () | |
Bin (Double_t etaLow, Double_t etaHigh) | |
Bin (const Bin &o) | |
Bin & | operator= (const Bin &) |
~Bin () | |
virtual void | CreateOutputObjects (TList *cont, Int_t max) |
virtual void | Process (TH1D *dndetaForward, TH1D *dndetaCentral, TH1D *normForward, TH1D *normCentral, TH1D *mc, Double_t ipZ, Bool_t pileup, Bool_t selectedTrigger, Bool_t isMCNSDm, Bool_t isESDNSD, const AliAODEvent &aodevent, Double_t minIPz, Double_t maxIPz) |
ClassDef (Bin, 3) | |
Response matrix (MC truth vs. ana multiplicity) More... | |
![]() | |
Bin () | |
Bin (Double_t etaLow, Double_t etaHigh) | |
Bin (const Bin &) | |
Bin & | operator= (const Bin &) |
virtual Double_t | CalcMult (TH1D *dndetaForward, TH1D *dndetaCentral, TH1D *normForward, TH1D *normCentral, TH1D *mc, Double_t ipZ, Double_t &statErr, Double_t &sysErr, Double_t &mcMult, Double_t &mcErr) |
ClassDef (Bin, 1) | |
Public Attributes | |
TH2D * | fResponseMatrix |
![]() | |
Double_t | fEtaLow |
Double_t | fEtaHigh |
TH1D * | fHist |
TH1D * | fHistMC |
TH2D * | fAcceptance |
TH2D * | fVtxZvsNdataBins |
Additional Inherited Members | |
![]() | |
static const Char_t * | FormBinName (Double_t etaLow, Double_t etaHigh) |
Embedded Class begins here
Definition at line 54 of file AliForwardCreateResponseMatrices.h.
|
inline |
Default Constructor
Definition at line 59 of file AliForwardCreateResponseMatrices.h.
Constructor
Definition at line 63 of file AliForwardCreateResponseMatrices.h.
|
inline |
Copy Constructor
Definition at line 70 of file AliForwardCreateResponseMatrices.h.
|
inlinevirtual |
Destructor
Reimplemented from AliBaseMultTask::Bin.
Definition at line 81 of file AliForwardCreateResponseMatrices.h.
AliForwardCreateResponseMatrices::Bin::ClassDef | ( | Bin | , |
3 | |||
) |
Response matrix (MC truth vs. ana multiplicity)
Define outputs of a single eta bin
Reimplemented from AliBaseMultTask::Bin.
Definition at line 31 of file AliForwardCreateResponseMatrices.cxx.
Assignment Operator
Definition at line 77 of file AliForwardCreateResponseMatrices.h.
|
virtual |
Process a single eta bin
dndetaForward | Forward observations |
dndetaCentral | Central observations |
normForward | Acceptance |
normCentral | Acceptance |
mc | Primary "observations" |
ipZ | Interaction point |
pileup | True if flagged as pile-up |
selectedTrigger | Is event selected |
isMCNSDm | Is event MC NSD |
isESDNSD | Is event real NSD |
aodevent | Full event |
minIPz | Least Z coordinate of IP |
maxIPz | Largest Z coordinate of IP |
Reimplemented from AliBaseMultTask::Bin.
Definition at line 51 of file AliForwardCreateResponseMatrices.cxx.
TH2D* AliForwardCreateResponseMatrices::Bin::fResponseMatrix |
Definition at line 116 of file AliForwardCreateResponseMatrices.h.
Referenced by CreateOutputObjects().