Fork me on GitHub

source: svn/trunk/examples/DelphesProMC.sh@ 1140

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

add DelphesProMC

File size: 253 bytes
Line 
1
2INC="-I$PROMC/include -I$PROMC/src"
3
4LIB="-L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
5
6g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp $PROMC/src/*.cc
7
Note: See TracBrowser for help on using the repository browser.