Skip to content
Snippets Groups Projects
Commit 078f1ebc authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

add dd4hep:xml_files as compact file

parent 95a026d3
No related tags found
1 merge request!288Draft: feat: eicrecon for imaging_ecal
......@@ -105,7 +105,7 @@ rootls -t "${CB_EMCAL_SIM_FILE}"
mkdir -p results
# Run EICrecon
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE}
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE} -Pdd4hep:xml_files=${CB_EMCAL_COMPACT_PATH}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running EICrecon"
exit 1
......
......@@ -106,7 +106,7 @@ rootls -t "${CB_EMCAL_SIM_FILE}"
mkdir -p results
# Run EICrecon
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE}
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE} -Pdd4hep:xml_files=${CB_EMCAL_COMPACT_PATH}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running EICrecon"
exit 1
......
......@@ -101,7 +101,7 @@ rootls -t "${CB_EMCAL_SIM_FILE}"
mkdir -p results
# Run EICrecon
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE}
eicrecon ${CB_EMCAL_SIM_FILE} -Ppodio:output=${CB_EMCAL_SIM_FILE} -Pdd4hep:xml_files=${CB_EMCAL_COMPACT_PATH}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running EICrecon"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment