![]() |
AliRoot Core
ee782a0 (ee782a0)
|
Make a TPC basic calibration trend plots. More...
Go to the source code of this file.
Functions | |
void | makeTPCTrendPlots (Int_t startRun=0, Int_t endRun=1000000) |
void | DrawDriftTime () |
void | DrawDriftRun () |
void | DrawDriftCorel () |
Variables | |
TTree * | tree =0 |
const Double_t | kmin =0.01 |
const Double_t | kmax =0.99 |
const Double_t | kEpsilon =0.0000001 |
Int_t | run0 =0 |
Int_t | run1 =10000000 |
Make a TPC basic calibration trend plots.
Example usage:
Definition in file makeTPCTrendPlots.C.
void DrawDriftCorel | ( | ) |
Definition at line 259 of file makeTPCTrendPlots.C.
Referenced by makeTPCTrendPlots().
void DrawDriftRun | ( | ) |
Definition at line 159 of file makeTPCTrendPlots.C.
Referenced by makeTPCTrendPlots().
void DrawDriftTime | ( | ) |
Draw drift velocity trend grapsh - as function of time
Definition at line 47 of file makeTPCTrendPlots.C.
Referenced by makeTPCTrendPlots().
void makeTPCTrendPlots | ( | Int_t | startRun = 0 , |
Int_t | endRun = 1000000 |
||
) |
make trend plots of the basic TPC calibration parameters
Definition at line 22 of file makeTPCTrendPlots.C.
const Double_t kEpsilon =0.0000001 |
Definition at line 18 of file makeTPCTrendPlots.C.
Referenced by AliMpPCBPadIterator::CropArea(), AliTPCCalROC::Divide(), AliTPCclusterFast::GaussConvolution(), AliTPCClusterParam::GaussConvolution(), AliTPCROCVoltError3D::GetCorrection(), AliTPCFCVoltError3D::GetCorrection(), AliMpVSegmentation::GetNeighbours(), AliTPCcalibDB::GetVDriftCorrectionTime(), AliTPCcalibDButil::GetVDriftTPCCE(), AliSplineFit::InitKnots(), TStatToolkit::LTMHisto(), AliTPCclusterFast::MakeDigitization(), AliTPCCalPad::MakeHisto2D(), AliTPCCorrection::MakeLaserDistortionTree(), AliTPCCorrection::MakeLaserDistortionTreeOld(), AliTrackerBase::MakeTgl(), AliTPCcalibDButil::ProcessGoofie(), AliTrackerBase::PropagateTrackParamOnlyTo(), AliTrackerBase::PropagateTrackParamOnlyToBxByBz(), AliTrackerBase::PropagateTrackTo(), AliVertexerTracks::PropagateTrackTo(), AliTrackerBase::PropagateTrackTo2(), AliTrackerBase::PropagateTrackToBxByBz(), AliTPCCalROC::Test(), TestCorrection_AliTPCBoundaryVoltErrorAddCorrectionCompact(), TestCorrection_AliTPCCalibGlobalMisalignmentAddCorrectionCompact(), TestCorrection_AliTPCComposedCorrectionAddCorrectionCompact(), TestCorrection_AliTPCComposedCorrectionAddCorrectionCompact_TPCCalibCorrection(), TestCorrection_AliTPCFCVoltError3DAddCorrectionCompact(), and TestCorrection_AliTPCRocVoltError3DAddCorrectionCompact().
const Double_t kmax =0.99 |
Definition at line 17 of file makeTPCTrendPlots.C.
const Double_t kmin =0.01 |
Definition at line 16 of file makeTPCTrendPlots.C.
Referenced by AliMinResSolve::PreconILUKsymb(), and AliMinResSolve::PreconILUKsymbDense().
Int_t run0 =0 |
Definition at line 19 of file makeTPCTrendPlots.C.
Referenced by DrawDriftRun(), DrawDriftTime(), AliOCDBtoolkit::LoadOCDBFromLog(), makeTPCTrendPlots(), and AliOCDBtoolkit::ParseInfoFromOcdbString().
Int_t run1 =10000000 |
Definition at line 20 of file makeTPCTrendPlots.C.
Referenced by AliMUONAlignmentCompareDialog::CompareAlignment(), DrawDriftRun(), DrawDriftTime(), AliOCDBtoolkit::LoadOCDBFromLog(), makeTPCTrendPlots(), and AliOCDBtoolkit::ParseInfoFromOcdbString().
TTree* tree =0 |
Definition at line 15 of file makeTPCTrendPlots.C.
Referenced by DrawDriftCorel(), DrawDriftRun(), DrawDriftTime(), and makeTPCTrendPlots().