AliRoot Core
3dc7879 (3dc7879)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DoDrawCalib.C
Go to the documentation of this file.
1
{
2
gSystem->Load(
"libGui"
);
3
#if 0
4
const
char
* imgs[] = {
5
"arrow_down.xpm"
,
6
"unchecked_t.xpm"
,
7
0
8
};
9
const
char
** pImg = imgs;
10
while
(*pImg) {
11
Info(
""
,
"Client %p loading %s"
, gClient, *pImg);
12
if
(!gClient->GetPicture(*pImg)) {
13
Warning(
""
,
"Client %p failed to load %s"
, gClient, *pImg);
14
}
15
pImg++;
16
}
17
#endif
18
19
gROOT
->LoadMacro(
"$ALICE_ROOT/../master-src/FMD/scripts/Compile.C"
);
20
Compile
(
"$ALICE_ROOT/../master-src/FMD/scripts/DrawCalib.C"
,
"g"
);
21
// gROOT->LoadMacro("DrawCalib.C");
22
// Info("", "Client @ %p", gClient);
23
24
DrawCalib
();
25
}
DrawCalib
DrawCalib()
gROOT
TROOT * gROOT
Compile
Compile("$ALICE_ROOT/../master-src/FMD/scripts/DrawCalib.C","g")
FMD
scripts
DoDrawCalib.C
Generated on Mon Nov 5 2018 17:14:14 for AliRoot Core by
1.8.11