Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:56

0001 #include "TSystem.h"
0002 #include "rootlogon.h"
0003 #include "FWCore/FWLite/interface/FWLiteEnabler.h"
0004 
0005 void rootlogon() {
0006   setColors();
0007   gSystem->Load("libFWCoreFWLite.so");
0008   FWLiteEnabler::enable();
0009 }