Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:04

0001 {
0002    gROOT->SetStyle("Plain");
0003    cout << "loading..." <<endl;
0004    gSystem->Load("libFWCoreFWLite");
0005    FWLiteEnabler::enable();
0006    gSystem->Load("libRooFit.so");
0007    using namespace RooFit;
0008 }