Fork me on GitHub

source: git/examples/DelphesCMSFWLite.sh@ ffaa11a

ImprovedOutputFile Timing dual_readout llp
Last change on this file since ffaa11a was 8928f24, checked in by pavel <pavel@…>, 11 years ago

remove trailing spaces

  • Property mode set to 100644
File size: 518 bytes
RevLine 
[975405a]1echo ">> Building DelphesCMSFWLite"
[8928f24]2
[d7d2da3]3INC="`echo -I$CMSSW_FWLITE_INCLUDE_PATH | sed 's/:/ -I/g'` -I$CMSSW_RELEASE_BASE/src"
4
5LIB="`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"
6
[a1f42b2]7g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp
[d7d2da3]8
Note: See TracBrowser for help on using the repository browser.