Skip to content

Commit

Permalink
Merge pull request cms-sw#3762 from stahlleiton/StarlightFix
Browse files Browse the repository at this point in the history
STARLIGHT: Fix path to dmpjet.dat
  • Loading branch information
bbilin authored Sep 25, 2024
2 parents 3ba5121 + 28db675 commit af64e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Starlight/gridpack_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_starlight(){
echo "Compiling ${STARLIGHT}"
cd ${STARLIGHTDIR}
mkdir -p build && cd build
cp $DPMJETDIR/dpmjet.dat ./
cp $DPMJETDIR/dpmdata/dpmjet.dat ./
cp ${STARLIGHTDIR}/config/my.input ./
export PYTHIADIR=$(scram tool tag pythia8 PYTHIA8_BASE)
cmake ${STARLIGHTDIR} -DENABLE_DPMJET=ON -DENABLE_PYTHIA=ON
Expand Down
1 change: 1 addition & 0 deletions bin/Superchic/macros/convert_SCLHE2LHE.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <iostream>
#include <fstream>
#include <vector>
#include <tuple>
#include "Math/Vector4D.h"


Expand Down

0 comments on commit af64e19

Please sign in to comment.