Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:38

0001 
0002 {
0003   gSystem->Load( "libFWCoreFWLite" );
0004   gSystem->Load("libDataFormatsFWLite");
0005   FWLiteEnabler::enable();
0006  
0007   //open dummy file for automatic loading of necessary libraries
0008   new TFile("./hiCommonSkimAOD.root");
0009 
0010 }
0011 
0012 
0013 
0014