Changeset be7697b in git for examples/DelphesProMC.sh
- Timestamp:
- Jun 25, 2013, 9:41:18 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 3d24148
- Parents:
- 2f82259
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/DelphesProMC.sh
r2f82259 rbe7697b 1 #!/bin/sh 1 2 2 INC="-I$PROMC/include -I$PROMC/src" 3 if [ -z "$PROMC" ] 4 then 5 echo "** ERROR: PROMC variable is not set. Is ProMC installed?" 6 else 7 echo ">> PROMC is set to $PROMC" 8 echo ">> Building DelphesProMC"; 3 9 4 LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"10 INC="-I$PROMC/include -I$PROMC/src" 5 11 6 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp 12 LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz" 7 13 14 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp 15 fi
Note:
See TracChangeset
for help on using the changeset viewer.