![]() |
AliRoot Core
edcc906 (edcc906)
|
#include "THnSparse.h"
#include "TLatex.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TSystem.h"
#include "TFile.h"
#include "TChain.h"
#include "TCut.h"
#include "TH3.h"
#include "TH2F.h"
#include "TProfile3D.h"
#include "TMath.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TTreeStream.h"
#include "AliExternalTrackParam.h"
#include "AliESDfriend.h"
#include "AliTPCcalibCosmic.h"
#include "TROOT.h"
#include "TPostScript.h"
#include "TStyle.h"
#include "AliTrackerBase.h"
#include "AliTPCExBEffective.h"
#include "TEntryList.h"
Go to the source code of this file.
Functions | |
void | Init () |
void | SetRangeAll (Int_t axis, Float_t xmin, Float_t xmax) |
void | SetDefaultCut () |
void | MakeDefaultPlots () |
void | CalibCosmic () |
TH2 * | GetDelta2D (Int_t type, Int_t var) |
TH1 * | GetFit2D (Int_t type, Int_t var, Bool_t resol) |
TH1 * | GetDelta (Int_t type) |
TH2 * | GetPull2D (Int_t type, Int_t var) |
TH1 * | GetPull2DSigma (Int_t type, Int_t var) |
TH1 * | GetPull (Int_t type) |
void | DrawResoldEdx () |
void | DrawStat (Int_t coord, TObjArray *array=0) |
void | SetStylePad (TVirtualPad *pad) |
void | MakePlotPt (TObjArray *array) |
void | MakePlotP4 (TObjArray *array) |
void | MakePlotPosY (TObjArray *array) |
void | MakePlotSnp (TObjArray *array) |
void | MakePlotTgl (TObjArray *array) |
void | MakePlotPosZ (TObjArray *array) |
Variables | |
AliTPCcalibCosmic * | cosmicScan =0 |
TObjArray | fitArr |
Int_t | colors [3] ={1,2,4} |
TObjArray * | picArray = new TObjArray() |
const char * | chsign [3] ={"all", "Positive","Negative"} |
Draw result of perfomance test:
Definition in file CalibCosmic.C.
void CalibCosmic | ( | ) |
init
Definition at line 72 of file CalibCosmic.C.
void DrawResoldEdx | ( | ) |
Definition at line 191 of file CalibCosmic.C.
void DrawStat | ( | Int_t | coord, |
TObjArray * | array = 0 |
||
) |
Definition at line 253 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
TH1* GetDelta | ( | Int_t | type | ) |
Definition at line 159 of file CalibCosmic.C.
TH2* GetDelta2D | ( | Int_t | type, |
Int_t | var | ||
) |
Definition at line 134 of file CalibCosmic.C.
TH1* GetFit2D | ( | Int_t | type, |
Int_t | var, | ||
Bool_t | resol | ||
) |
Definition at line 142 of file CalibCosmic.C.
Referenced by MakePlotP4(), MakePlotPosY(), MakePlotPosZ(), MakePlotPt(), MakePlotSnp(), and MakePlotTgl().
TH1* GetPull | ( | Int_t | type | ) |
Definition at line 184 of file CalibCosmic.C.
TH2* GetPull2D | ( | Int_t | type, |
Int_t | var | ||
) |
Definition at line 165 of file CalibCosmic.C.
TH1* GetPull2DSigma | ( | Int_t | type, |
Int_t | var | ||
) |
Definition at line 172 of file CalibCosmic.C.
void Init | ( | ) |
Definition at line 81 of file CalibCosmic.C.
Referenced by CalibCosmic().
void MakeDefaultPlots | ( | ) |
Definition at line 587 of file CalibCosmic.C.
Referenced by CalibCosmic().
void MakePlotP4 | ( | TObjArray * | array | ) |
Definition at line 326 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void MakePlotPosY | ( | TObjArray * | array | ) |
Definition at line 382 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void MakePlotPosZ | ( | TObjArray * | array | ) |
Definition at line 533 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void MakePlotPt | ( | TObjArray * | array | ) |
Definition at line 275 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void MakePlotSnp | ( | TObjArray * | array | ) |
Definition at line 434 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void MakePlotTgl | ( | TObjArray * | array | ) |
Definition at line 483 of file CalibCosmic.C.
Referenced by MakeDefaultPlots().
void SetDefaultCut | ( | ) |
Definition at line 116 of file CalibCosmic.C.
Referenced by CalibCosmic().
void SetRangeAll | ( | Int_t | axis, |
Float_t | xmin, | ||
Float_t | xmax | ||
) |
Definition at line 106 of file CalibCosmic.C.
void SetStylePad | ( | TVirtualPad * | pad | ) |
Definition at line 267 of file CalibCosmic.C.
Referenced by MakePlotP4(), MakePlotPosY(), MakePlotPosZ(), MakePlotPt(), MakePlotSnp(), and MakePlotTgl().
const char* chsign[3] ={"all", "Positive","Negative"} |
Definition at line 64 of file CalibCosmic.C.
Referenced by MakePlotP4(), MakePlotPosY(), MakePlotPosZ(), MakePlotPt(), MakePlotSnp(), and MakePlotTgl().
Int_t colors[3] ={1,2,4} |
Definition at line 62 of file CalibCosmic.C.
Referenced by AliFMDQADataMakerRec::MakeADCHist(), AliFMDQADataMakerRec::MakeELossHist(), TStatToolkit::MakeMultGraph(), MakePlotP4(), MakePlotPosY(), MakePlotPosZ(), MakePlotPt(), MakePlotSnp(), MakePlotTgl(), AliDrawStyle::RegisterDefaultMarkers(), and AliTreeTrending::SetTree().
AliTPCcalibCosmic* cosmicScan =0 |
Definition at line 60 of file CalibCosmic.C.
Referenced by DrawResoldEdx(), DrawStat(), GetDelta(), GetDelta2D(), GetFit2D(), GetPull(), GetPull2D(), GetPull2DSigma(), Init(), MakePlotP4(), MakePlotPosY(), MakePlotPosZ(), MakePlotPt(), MakePlotSnp(), MakePlotTgl(), SetDefaultCut(), and SetRangeAll().
TObjArray fitArr |
Definition at line 61 of file CalibCosmic.C.
Referenced by GetFit2D(), and GetPull2DSigma().
Definition at line 63 of file CalibCosmic.C.
Referenced by MakeDefaultPlots(), and MakeFits().