Skip to content
Snippets Groups Projects
Verified Commit ef1ad554 authored by Tadej Novak's avatar Tadej Novak
Browse files

Fix Run 4 tracking tests

parent 703969ff
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ input_rdo=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitori
n_events=5
Reco_tf.py --CA --steering doRAWtoALL \
--detectors ITkStrip ITkPixel Bpipe \
--detectors Bpipe ITkPixel ITkStrip \
--preExec "ConfigFlags.Reco.EnableHGTDExtension=False;" \
--preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude" \
--postInclude "ActsTrkFittingAlgs.ActsTrkFittingAlgsConfig.ActsReFitterAlgCfg" \
......
......@@ -41,7 +41,7 @@ run "Simulation" \
--outputHITSFile HITS.root \
--maxEvents -1 \
--imf False \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors Bpipe ITkPixel ITkStrip HGTD
run "Digitization"\
Digi_tf.py \
......@@ -55,7 +55,7 @@ run "Digitization"\
--outputRDOFile RDO.root \
--preInclude 'HITtoRDO:Campaigns.PhaseIINoPileUp' \
--postInclude 'PyJobTransforms.UseFrontier' \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors ITkPixel ITkStrip HGTD
run "Reconstruction" \
Reco_tf.py --CA \
......
......@@ -41,7 +41,7 @@ run "Simulation" \
--outputHITSFile HITS.root \
--maxEvents -1 \
--imf False \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors Bpipe ITkPixel ITkStrip HGTD
run "Digitization"\
Digi_tf.py \
......@@ -55,7 +55,7 @@ run "Digitization"\
--outputRDOFile RDO.root \
--preInclude 'HITtoRDO:Campaigns.PhaseIINoPileUp' \
--postInclude 'PyJobTransforms.UseFrontier' \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors ITkPixel ITkStrip HGTD
run "Reconstruction" \
Reco_tf.py --CA \
......
......@@ -41,7 +41,7 @@ run "Simulation" \
--outputHITSFile HITS.root \
--maxEvents -1 \
--imf False \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors Bpipe ITkPixel ITkStrip HGTD
run "Digitization"\
Digi_tf.py \
......@@ -55,7 +55,7 @@ run "Digitization"\
--outputRDOFile RDO.root \
--preInclude 'HITtoRDO:Campaigns.PhaseIINoPileUp' \
--postInclude 'PyJobTransforms.UseFrontier' \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors ITkPixel ITkStrip HGTD
run "Reconstruction" \
Reco_tf.py --CA \
......
......@@ -41,7 +41,7 @@ run "Simulation" \
--outputHITSFile HITS.root \
--maxEvents 10 \
--imf False \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors Bpipe ITkPixel ITkStrip HGTD
run "Digitization"\
Digi_tf.py \
......@@ -55,7 +55,7 @@ run "Digitization"\
--outputRDOFile RDO.root \
--preInclude 'HITtoRDO:Campaigns.PhaseIINoPileUp' \
--postInclude 'PyJobTransforms.UseFrontier' \
--detectors ITkStrip ITkPixel Bpipe HGTD
--detectors ITkPixel ITkStrip HGTD
run "Reconstruction" \
Reco_tf.py --CA \
......
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