Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:45

0001 root -l -b << EOF
0002   TString makeshared(gSystem->GetMakeSharedLib());
0003   makeshared = makeshared.ReplaceAll("-W ", "");
0004   makeshared = makeshared.ReplaceAll("-Wshadow ", " -std=c++0x ");
0005   gSystem->SetMakeSharedLib(makeshared);
0006   gSystem->Load("libFWCoreFWLite");
0007   AutoLibraryLoader::enable();
0008   gSystem->Load("libDataFormatsFWLite.so");
0009   gSystem->Load("libDataFormatsCommon.so");
0010   gSystem->Load("libDataFormatsSiStripDetId.so");
0011  .x PlotMacro.C++();
0012 EOF