Fork me on GitHub

source: git/examples/DelphesProMC.sh@ e3ab175

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

fix several problems in DelphesProMC

  • Property mode set to 100644
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.