Fork me on GitHub

Changeset e3ab175 in git for examples/DelphesProMC.sh


Ignore:
Timestamp:
Jun 25, 2013, 5:10:52 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2f82259
Parents:
4600a41
Message:

fix several problems in DelphesProMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesProMC.sh

    r4600a41 re3ab175  
    22INC="-I$PROMC/include -I$PROMC/src"
    33
    4 LIB="-L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
     4LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
    55
    6 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp $PROMC/src/*.cc
     6g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp
    77
Note: See TracChangeset for help on using the changeset viewer.