![]() |
AliPhysics
eb0e5d9 (eb0e5d9)
|
#include <TClass.h>
#include <TDirectory.h>
#include <TCollection.h>
#include <TParameter.h>
#include <TH1.h>
#include <TAxis.h>
#include <TError.h>
#include <TGrid.h>
#include <TClonesArray.h>
#include <TFile.h>
#include <TF1.h>
#include <TLine.h>
#include "AliFMDCorrELossFit.h"
#include "AliForwardCorrectionManager.h"
Go to the source code of this file.
Functions | |
Bool_t | CheckClass (TObject *o, const TObject *dir, TClass *cls, Bool_t verbose=true) |
TObject * | GetObject (TDirectory *dir, const char *name, TClass *cls, Bool_t verbose=true) |
TObject * | GetObject (const TCollection *dir, const char *name, TClass *cls, Bool_t verbose=true) |
TCollection * | GetCollection (TDirectory *dir, const char *name, Bool_t verbose=true) |
TCollection * | GetCollection (const TCollection *dir, const char *name, Bool_t verbose=true) |
TH1 * | GetH1 (TDirectory *dir, const char *name, Bool_t verbose=true) |
TH1 * | GetH1 (const TCollection *dir, const char *name, Bool_t verbose=true) |
TAxis * | GetAxis (TDirectory *dir, const char *name, Bool_t verbose=true) |
TAxis * | GetAxis (const TCollection *dir, const char *name, Bool_t verbose=true) |
Int_t | GetInt (TDirectory *dir, const char *name, Int_t def=0, Bool_t verbose=true) |
Int_t | GetInt (const TCollection *dir, const char *name, Int_t def=0, Bool_t verbose=true) |
Long_t | GetLong (TDirectory *dir, const char *name, Long_t def=0, Bool_t verbose=true) |
Long_t | GetLong (const TCollection *dir, const char *name, Long_t def=0, Bool_t verbose=true) |
Double_t | GetDouble (TDirectory *dir, const char *name, Double_t def=0, Bool_t verbose=true) |
Double_t | GetDouble (const TCollection *dir, const char *name, Double_t def=0, Bool_t verbose=true) |
Bool_t | GetBool (TDirectory *dir, const char *name, Bool_t def=false, Bool_t verbose=true) |
Bool_t | GetBool (const TCollection *dir, const char *name, Bool_t def=false, Bool_t verbose=true) |
Bool_t | Fail (const char *msg) |
Bool_t | Trending2ELoss (const char *fileName="trending.root", Double_t minRate=.7, Int_t maxGap=3) |
Definition at line 25 of file Trending2ELoss.C.
Referenced by GetObject(), and AliConvEventCuts::IsTriggerSelected().
Bool_t Fail | ( | const char * | msg | ) |
Definition at line 200 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
Definition at line 103 of file Trending2ELoss.C.
Referenced by AliAnalysisTaskSEDplus::CreateCutVarsSparses(), AliAnalysisTaskSEDplus::CreateImpactParameterHistos(), AliTHnT< TemplateArray, TemplateType >::Fill(), AliTHnT< TemplateArray, TemplateType >::GetGlobalBinIndex(), and AliAnalysisTaskPi0v2::UserCreateOutputObjects().
TAxis* GetAxis | ( | const TCollection * | dir, |
const char * | name, | ||
Bool_t | verbose = true |
||
) |
Definition at line 108 of file Trending2ELoss.C.
Definition at line 177 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
Bool_t GetBool | ( | const TCollection * | dir, |
const char * | name, | ||
Bool_t | def = false , |
||
Bool_t | verbose = true |
||
) |
Definition at line 188 of file Trending2ELoss.C.
TCollection* GetCollection | ( | TDirectory * | dir, |
const char * | name, | ||
Bool_t | verbose = true |
||
) |
Definition at line 80 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
TCollection* GetCollection | ( | const TCollection * | dir, |
const char * | name, | ||
Bool_t | verbose = true |
||
) |
Definition at line 87 of file Trending2ELoss.C.
Definition at line 155 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
Double_t GetDouble | ( | const TCollection * | dir, |
const char * | name, | ||
Double_t | def = 0 , |
||
Bool_t | verbose = true |
||
) |
Definition at line 166 of file Trending2ELoss.C.
Definition at line 93 of file Trending2ELoss.C.
Referenced by AliTrackletdNdetaTask::HistoSet::FinalizeInit(), ELossTimeTrain::PostShellCode(), and Trending2ELoss().
TH1* GetH1 | ( | const TCollection * | dir, |
const char * | name, | ||
Bool_t | verbose = true |
||
) |
Definition at line 98 of file Trending2ELoss.C.
Definition at line 113 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
Int_t GetInt | ( | const TCollection * | dir, |
const char * | name, | ||
Int_t | def = 0 , |
||
Bool_t | verbose = true |
||
) |
Definition at line 123 of file Trending2ELoss.C.
Long_t GetLong | ( | TDirectory * | dir, |
const char * | name, | ||
Long_t | def = 0 , |
||
Bool_t | verbose = true |
||
) |
Definition at line 133 of file Trending2ELoss.C.
Referenced by Trending2ELoss().
Long_t GetLong | ( | const TCollection * | dir, |
const char * | name, | ||
Long_t | def = 0 , |
||
Bool_t | verbose = true |
||
) |
Definition at line 144 of file Trending2ELoss.C.
Definition at line 40 of file Trending2ELoss.C.
Referenced by GetAxis(), GetBool(), GetCollection(), GetDouble(), GetH1(), GetInt(), and GetLong().
TObject* GetObject | ( | const TCollection * | dir, |
const char * | name, | ||
TClass * | cls, | ||
Bool_t | verbose = true |
||
) |
Definition at line 60 of file Trending2ELoss.C.
Bool_t Trending2ELoss | ( | const char * | fileName = "trending.root" , |
Double_t | minRate = .7 , |
||
Int_t | maxGap = 3 |
||
) |
Definition at line 213 of file Trending2ELoss.C.