]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/scripts/DoDrawCalib.C
EMCAL/DCAL Trigger Mapping for Run 2
[u/mrichter/AliRoot.git] / FMD / scripts / DoDrawCalib.C
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 }