/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/GlobalDigis/test/rootlogon.C
15 строк
662 B
wmtan
Rename AutoLibraryLoader
29 май 2015, 09:24
29 май 2015, 09:24
1cba522
Код
Авторство
О чём код?
{ cout << "Loading FWLite..." << endl; // load CMSSW libraries gSystem->Load("libFWCoreFWLite"); FWLiteEnabler::enable(); cout << "Setting Style to Plain..." << endl; gROOT->SetStyle("Plain"); // Switches off the ROOT default style //gPad->UseCurrentStyle(); // this makes everything black and white, // removing the default red border on images //gROOT->ForceStyle(); // forces the style chosen above to be used, // not the style the rootfile was made with cout << "Setting Palette to 1..." << endl; gStyle->SetPalette(1); // get better colors than default }