![]() |
AliPhysics
7c37cfa (7c37cfa)
|
#include <TFile.h>
#include <THStack.h>
#include <TH1.h>
#include <TH2.h>
#include <TError.h>
#include <TMath.h>
#include <TClass.h>
#include <TCanvas.h>
#include <TSystem.h>
#include <TFitResult.h>
#include <TF1.h>
#include "GraphSysErr.C"
Go to the source code of this file.
Namespaces | |
CombineNS | |
Functions | |
void | CombineNS::AddPath (const TString &dir, Bool_t prepend=true) |
void | MakeCommon (TObject *o, const char *name, Double_t val, Color_t c) |
Int_t | MakeP2P (TObject *o, const char *name, Color_t c) |
Double_t | SysEval (Double_t x, Double_t sMin, Double_t sMax, Double_t xMax) |
Double_t | CSysEval (Double_t x, Double_t sMin, Double_t sMax) |
Double_t | EtaSysEval (Double_t x, Double_t sMin, Double_t sMax) |
TObject * | MakeGSE (TH1 *g, Int_t bin) |
TObject * | GetO (TDirectory *dir, const char *name="result", TClass *cls=0, Bool_t verbose=true) |
THStack * | GetHS (TDirectory *dir, const char *name="result", Bool_t verbose=true) |
TH1 * | GetH1 (TDirectory *dir, const char *name="result", Bool_t verbose=true) |
TH2 * | GetH2 (TDirectory *dir, const char *name="result", Bool_t verbose=true) |
TH1 * | Combine (TH1 *left, TH1 *middle, TH1 *right, TDirectory *out, Bool_t cutAtTwo=true) |
TH2 * | Combine (TH2 *left, TH2 *middle, TH2 *right, TDirectory *out) |
void | CombineMap (TH2 *sleft, TH2 *smiddle, TH2 *sright, TDirectory *out) |
void | Combine (THStack *sleft, THStack *smiddle, THStack *sright, THStack *result, TDirectory *out, TList *gses, TH1 *cent=0, Bool_t cutAtTwo=true) |
void | Combine (UShort_t flags=0x0, const char *var="none") |
Variables | |
const Bool_t | kCombineLoaded = true |
Int_t | cW = 1200 |
Int_t | cH = 800 |
void Combine | ( | UShort_t | flags = 0x0 , |
const char * | var = "none" |
||
) |
THStack* GetHS | ( | TDirectory * | dir, |
const char * | name = "result" , |
||
Bool_t | verbose = true |
||
) |
Make a GraphSysErr object
g | Graph |
bin | Bin number |
Definition at line 102 of file Combine.C.
Referenced by Combine().
Definition at line 79 of file Combine.C.
Referenced by CSysEval(), and EtaSysEval().
Int_t cH = 800 |
Definition at line 26 of file Combine.C.
Referenced by Combine(), DrawDeltas2(), DrawDeltas3(), DrawKs(), dNdetaDrawer::FetchInformation(), AliBasedNdetaTask::Finalize(), SummarydNdetaDrawer::GetCentAxis(), AliAnalysisTaskV0sInJets::SetCuts(), AliAnalysisTaskV0sInJetsEmcal::SetEventCuts(), AliFMDMCEventInspector::SetupForData(), and AliBaseAODTask::UserCreateOutputObjects().
Int_t cW = 1200 |
Definition at line 25 of file Combine.C.
Referenced by Combine(), DrawDeltas2(), DrawDeltas3(), and DrawKs().