![]() |
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 "TStatToolkit.h"
#include "TTreeStream.h"
#include "AliExternalTrackParam.h"
#include "AliESDfriend.h"
#include "AliTPCcalibTime.h"
#include "TROOT.h"
#include "AliXRDPROOFtoolkit.h"
#include "AliTPCCorrection.h"
#include "AliTPCExBTwist.h"
#include "AliTPCGGVoltError.h"
#include "AliTPCComposedCorrection.h"
#include "AliTPCExBConical.h"
#include "TPostScript.h"
#include "TStyle.h"
#include "AliTrackerBase.h"
#include "TGraph.h"
#include "AliCDBManager.h"
#include "AliTPCExBBShape.h"
#include "TRandom.h"
#include "AliGeomManager.h"
#include "AliESDVertex.h"
#include "AliTPCcalibDB.h"
Go to the source code of this file.
Functions | |
void | AliTPCCorrectionDemo () |
void | MakeDistortionMap () |
void | DrawDistortionMap () |
void | TestVertex () |
Definition in file AliTPCCorrectionDemo.C.
void AliTPCCorrectionDemo | ( | ) |
This is a Demo function of the general class AliTPCCorrection, which is used for general space point correction due to different effects. The effects used in this Demo are:
See class descriptions for further details
Authors: Magnus Mager, Stefan Rossegger, Jim Thomas
omegaTau (wt) of the langevin equation This is a function of the drift vel., the magnetic and electric field e.g. vd=2.6 cm/usc; Ez=400 V/cm; Bz=0.5 T wt = -10.0*(Bz*10)*vd/Ez = -0.325
Definition at line 47 of file AliTPCCorrectionDemo.C.
void DrawDistortionMap | ( | ) |
Example -drawing of distortion maps
Definition at line 173 of file AliTPCCorrectionDemo.C.
void MakeDistortionMap | ( | ) |
make distortiona map example for specific transformation
Definition at line 109 of file AliTPCCorrectionDemo.C.
Referenced by TStatToolkit::MakeDistortionMap().
void TestVertex | ( | ) |
.x ConfigCalibTrain.C(120829)
Definition at line 212 of file AliTPCCorrectionDemo.C.