File indexing completed on 2024-04-06 11:59:45
0001
0002
0003 executable=`echo $0 | sed 's/.sh/.C/'`
0004 arguments=''
0005 if [ $
0006 if [ $
0007 if [ $
0008 if [ $
0009 if [ $
0010 if [ $
0011 if [ $
0012
0013 root -l -b << EOF
0014 TString makeshared(gSystem->GetMakeSharedLib());
0015 makeshared.ReplaceAll("-W ", "-Wno-deprecated-declarations -Wno-deprecated -Wno-unused-local-typedefs -Wno-attributes ");
0016 makeshared.ReplaceAll("-Woverloaded-virtual ", " ");
0017 makeshared.ReplaceAll("-Wshadow ", " -std=c++0x -D__USE_XOPEN2K8 ");
0018 cout << "Compilling with the following arguments: " << makeshared << endl;
0019 gSystem->SetMakeSharedLib(makeshared);
0020 gSystem->Load("libFWCoreFWLite");
0021 AutoLibraryLoader::enable();
0022 gSystem->Load("libDataFormatsFWLite.so");
0023 gSystem->Load("libDataFormatsCommon.so");
0024 gSystem->Load("libDataFormatsHepMCCandidate.so");
0025 gSystem->Load("libCommonToolsTrackerMap.so");
0026 .x $executable+$arguments
0027 EOF
0028