Skip to content
Snippets Groups Projects
Commit 49c35978 authored by Thomas Strebler's avatar Thomas Strebler Committed by Jean-Baptiste De Vivie De Regie
Browse files

Fix input file configuration for IDPVM Data ART tests

Fix input file configuration for IDPVM Data ART tests
parent 5e4c3ace
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,10 @@
#
# Steering script for IDPVM ART jobs with Data Reco config
dcubeRef=$1
conditions=$2
geotag=$3
inputBS=$1
dcubeRef=$2
conditions=$3
geotag=$4
artdata=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art
dcubeShifterXml=${artdata}/InDetPhysValMonitoring/dcube/config/IDPVMPlots_data_baseline.xml
......
......@@ -4,10 +4,11 @@
#
# Steering script for IDPVM ART jobs with Run 2 Data Reco config
dcubeRef=$1
inputBS=$1
dcubeRef=$2
conditions="CONDBR2-BLKPA-RUN2-11"
geotag="ATLAS-R2-2016-01-00-01"
script=test_data_reco.sh
"$script" ${dcubeRef} ${conditions} ${geotag}
"$script" ${inputBS} ${dcubeRef} ${conditions} ${geotag}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment