]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/scripts/OCDBscan/README.content
composition of the Alluminum alloy that constitutes the ITS-TPC support rings updated...
[u/mrichter/AliRoot.git] / TPC / scripts / OCDBscan / README.content
CommitLineData
0a409606 1The content of the directory:
2
3Scripts for visualization - expert view:
4 * gui - invoke the Calibration viewer pad view application (AliTPCCalibViewerGUI.cxx)
5 * guiTime - invoke the Calibration viewer time(trend) view application (AliTPCCalibViewerGUITime.cxx)
6
7README:
8 * README.content - this file
9 * README.local - readme for locl analysis
10 * jdl/HowTo-CalibSummary.txt - readme for alien based analysis
11
12Scripts to create summary QA information on Alien - jdl subdirectory (Marek):
13 * jdl files and scripts to make a sumary calibr info per run on alien
14 * see jdl/HowTo-CalibSummary.txt
15 * jdl/CalibSummary.jdl
16 * jdl/runCalibSummary.sh
17 * jdl/validation.sh
18 * jdl/ConfigOCDB.C
19 * jdl/runCalibSummary.C
20
21Scripts for creating summary information - local version (see README.local)
22 * needed to test the new calibration before porting request and to check the residual calibration
23 * guiEnv.sh - setup the environment to run the scripts
24 * makeCalibTreeRun.sh - create a summary calibration information per run
25 * makeRunList.sh - macro to create the run list of interest
26 * makeCalibTree.sh - Obsolete script (to be confirmed)
27
28ROOT macros:
29 * CalibSummary.C - main macro to create calibration summary information
30 * loadLibsREC.C - load libraries in order to run application with plain root (obsolete?)
31 * ConfigOCDB.C - setup the OCDB paths (to check the new calinration before porting good to use specific storages)
32 - to be modified correspondingly
33 * guiAlias.C - define aliases of variables (obsolete)
34 * NimStyle.C - default style to make a trend pictures
35 * makeChain.C - make a combined tree form a chain
36 * * input - list of the calibTimeTrees[Run].root
37 * * output - sumary tree - calibTime.root
38 * makeTPCTrendPlots.C - macro to make a trend graphs
39 * * input - calibTime.root
40 * makeTPCRunPlots.C - macro to make a run default plots
41 * * input - calPads_[Run].root and [run]/calibObjects.root
42 * * output - set of the default run calibration plots
43
44Obsolete:
45 * makeDefaultPlots.C - splitted to makeTPCTrendPlots.C and makeTPCRunPlots.C - to be removed soon
46