Fork me on GitHub

Changeset 1155 in svn for trunk/examples


Ignore:
Timestamp:
Jul 1, 2013, 11:26:20 PM (11 years ago)
Author:
Pavel Demin
Message:

copy ProMC files to external/ProMC

Location:
trunk/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/DelphesProMC.cpp

    r1150 r1155  
    2929#include "ExRootAnalysis/ExRootProgressBar.h"
    3030
    31 #include "ProMC.pb.h"
    32 #include "ProMCBook.h"
    33 #include "ProMCHeader.pb.h"
     31#include "ProMC/ProMC.pb.h"
     32#include "ProMC/ProMCBook.h"
     33#include "ProMC/ProMCHeader.pb.h"
    3434
    3535using namespace std;
  • trunk/examples/DelphesProMC.sh

    r1148 r1155  
    77  echo ">> PROMC is set to $PROMC"
    88  echo ">> Building DelphesProMC";
     9 
     10  /bin/mkdir -p external/ProMC
     11 
     12  /bin/cp $PROMC/src/* external/ProMC/
    913
    10   INC="-I$PROMC/include -I$PROMC/src"
     14  INC="-I$PROMC/include"
    1115
    12   LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
     16  LIB="external/ProMC/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
    1317
    1418  g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp
Note: See TracChangeset for help on using the changeset viewer.