File indexing completed on 2024-04-06 11:59:43
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
0014
0015
0016
0017
0018
0019 root -l -b << EOF
0020 TString makeshared(gSystem->GetMakeSharedLib());
0021 makeshared.ReplaceAll("-W ", "-Wno-deprecated-declarations -Wno-deprecated -Wno-unused-local-typedefs -Wno-attributes ");
0022 makeshared.ReplaceAll("-Woverloaded-virtual ", " ");
0023 makeshared.ReplaceAll("-Wshadow ", " -std=c++0x -D__USE_XOPEN2K8 ");
0024 cout << "Compilling with the following arguments: " << makeshared << endl;
0025 gSystem->SetMakeSharedLib(makeshared);
0026 gSystem->Load("libFWCoreFWLite");
0027 FWLiteEnabler::enable()
0028 gSystem->Load("libCommonToolsTrackerMap.so");
0029 .x $executable+$arguments
0030 EOF
0031