Fork me on GitHub

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

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

fix several problems in DelphesProMC

File size: 253 bytes
Line 
1
2INC="-I$PROMC/include -I$PROMC/src"
3
4LIB="$PROMC/src/*.cc -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
7
Note: See TracBrowser for help on using the repository browser.