Skip to content
Snippets Groups Projects

correct the location of common fragments for Epos

Merged Ewelina Maria Lobodzinska requested to merge ewelina/athena:master-eppos into master
3 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,8 +28,14 @@ atlas_add_component( Epos_i
LINK_LIBRARIES Epos_iLib )
# Install files from the package:
atlas_install_joboptions( share/*.py )
atlas_install_runtime( share/epos_crmc.param ${CRMC_LCGROOT}/tabs/epos.inics
${CRMC_LCGROOT}/tabs/epos.inics.lhc ${CRMC_LCGROOT}/tabs/epos.inirj.lhc
${CRMC_LCGROOT}/tabs/epos.inirj ${CRMC_LCGROOT}/tabs/epos.iniev
${CRMC_LCGROOT}/tabs/epos.initl ${CRMC_LCGROOT}/tabs/dpmjet.dat )
atlas_install_joboptions( share/common/*.py )
atlas_install_runtime( share/file/epos_crmc.param
${CRMC_LCGROOT}/tabs/dpmjet.dat
${CRMC_LCGROOT}/tabs/epos.initl
${CRMC_LCGROOT}/tabs/epos.iniev
${CRMC_LCGROOT}/tabs/epos.inirj
${CRMC_LCGROOT}/tabs/epos.inirj.lhc
${CRMC_LCGROOT}/tabs/epos.inics
${CRMC_LCGROOT}/tabs/epos.inics.lhc
${CRMC_LCGROOT}/tabs/epos.inidi )
Loading