Fork me on GitHub

Changeset a1f42b2 in git for examples


Ignore:
Timestamp:
Jun 1, 2013, 6:17:22 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2ef6152
Parents:
7b461f6
Message:

add EG library to examples/DelphesCMSFWLite.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesCMSFWLite.sh

    r7b461f6 ra1f42b2  
    44LIB="`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"
    55
    6 g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp
     6g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp
    77
Note: See TracChangeset for help on using the changeset viewer.