Skip to content

Commit 854b6cc

Browse files
committed
Add missing library
1 parent 17c32e7 commit 854b6cc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

examples/MQ/pixelDetector/run/scripts/startFairMQPixelSimulation.sh.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ if [ "$COMMAND" == "static" ]; then
270270
ALLSAMPLERSRUNNING=0
271271
for (( isimul=0 ; isimul<$NOFSIMULS ; isimul++ ))
272272
do
273+
echo "**********************************"
274+
cat sampler${isimul}_$DATESTRING.out.log
275+
echo "**********************************"
273276
CHECK_SAMPLER="$(kill -0 ${SAMPLER_PID[isimul]} &> /dev/null && echo $RUN_STRING)";
274277
if [ "$CHECK_SAMPLER" == "$RUN_STRING" ];
275278
then

examples/MQ/pixelDetector/src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ target_link_libraries(${target} PUBLIC
9393
Physics
9494
Geom
9595
Hist
96+
EGPythia6
9697
${VMCLIB}
9798
)
9899

examples/common/gconfig/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ target_link_libraries(${target} PUBLIC
3737
FairRoot::MCConfigurator # FairYamlVMCConfig
3838
FairRoot::ExMCStack # FairStack
3939

40+
EGPythia6
4041
${VMCLIB} # TVirtualMC
4142
)
4243

0 commit comments

Comments
 (0)