AliRoot Core  ee782a0 (ee782a0)
makeTPCTrendPlots.C File Reference

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
 

Detailed Description

Make a TPC basic calibration trend plots.

  • Input - calibTime.root tree with summary info per run expected to be in the local directory optional parameters run range can be specified - startRun -endRun
  • Output - default plots are saved in the pwd/pic/ macro to define the picture style (NimStyle.C) expected to be in the current directory

Example usage:

aliroot -b -q /u/miranov/AliRoot/trunk/TPC/scripts/OCDBscan/makeTPCTrendPlots.C

Definition in file makeTPCTrendPlots.C.

Function Documentation

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.

Variable Documentation

const Double_t kmax =0.99

Definition at line 17 of file makeTPCTrendPlots.C.

const Double_t kmin =0.01
TTree* tree =0

Definition at line 15 of file makeTPCTrendPlots.C.

Referenced by DrawDriftCorel(), DrawDriftRun(), DrawDriftTime(), and makeTPCTrendPlots().