|
||||
File indexing completed on 2024-04-06 12:32:21
0001 { 0002 cout << "Loading FWLite..." << endl; // load CMSSW libraries 0003 gSystem->Load("libFWCoreFWLite"); 0004 FWLiteEnabler::enable(); 0005 0006 cout << "Setting Style to Plain..." << endl; 0007 gROOT->SetStyle("Plain"); // Switches off the ROOT default style 0008 //gPad->UseCurrentStyle(); // this makes everything black and white, 0009 // removing the default red border on images 0010 //gROOT->ForceStyle(); // forces the style chosen above to be used, 0011 // not the style the rootfile was made with 0012 0013 cout << "Setting Palette to 1..." << endl; 0014 gStyle->SetPalette(1); // get better colors than default 0015 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |