Changeset 4575766 in git for examples/DelphesCMSFWLite.sh
- Timestamp:
- May 21, 2013, 12:44:47 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d699b13
- Parents:
- d5104a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/DelphesCMSFWLite.sh
rd5104a4 r4575766 4 4 LIB="`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 5 6 g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags -- evelibs` -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp6 g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp 7 7
Note:
See TracChangeset
for help on using the changeset viewer.