]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/CalibMacros/AliOCDBtoolkit.sh
script for the OCDB comparison
[u/mrichter/AliRoot.git] / PWGPP / CalibMacros / AliOCDBtoolkit.sh
CommitLineData
91d14a8c 1ocdbMakeTable(){
2#
3# create a text file with the OCDB setupt descriptors#
4#
5# Input:
6# $1 inputFile name
7# $2 flag type of the input file
8# Output:
9# $3 output file name
10}
11
12
13dumpObject(){
14#
15#
16# Input:
17# $1 path
18# $2 obj name
19# $3 type of the dump (xml or MI recursive dump )
20# Output:
21# #3 output file name
22}
23
24diffObject(){
25#
26#
27# Input:
28# $1 path0
29# $2 path1
30# $2 obj name
31# $3 type of the dump (xml or MI recursive dump )
32# Output:
33# #3 output diff file name
34}