Fork me on GitHub

source: svn/trunk/examples/DelphesCMSFWLite.sh@ 1133

Last change on this file since 1133 was 1131, checked in by Pavel Demin, 11 years ago

add EG library to examples/DelphesCMSFWLite.sh

File size: 482 bytes
RevLine 
[835]1
[976]2INC="`echo -I$CMSSW_FWLITE_INCLUDE_PATH | sed 's/:/ -I/g'` -I$CMSSW_RELEASE_BASE/src"
[835]3
4LIB="`echo -L$LD_LIBRARY_PATH | sed 's/include/lib/g; s/:/ -L/g'` `echo -L$CMSSW_FWLITE_INCLUDE_PATH | sed 's/include/lib/g; s/:/ -L/g'` -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils"
5
[1131]6g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp
[835]7
Note: See TracBrowser for help on using the repository browser.