Fork me on GitHub

Changeset b8e6ab1 in git


Ignore:
Timestamp:
Jul 1, 2013, 11:26:20 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6c565cc
Parents:
6f6fac5
Message:

copy ProMC files to external/ProMC

Location:
examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesProMC.cpp

    r6f6fac5 rb8e6ab1  
    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;
  • examples/DelphesProMC.sh

    r6f6fac5 rb8e6ab1  
    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.