Skip to content
Snippets Groups Projects
Commit a29034e3 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'fix-fc-test' into 'master'

Adding back the option doTrackSegmentsTRT to the FastChain test

See merge request atlas/athena!38932
parents 67c4a2a1 3e49e34e
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ FastChain_tf.py --maxEvents 500 \ ...@@ -54,7 +54,7 @@ FastChain_tf.py --maxEvents 500 \
--conditionsTag OFLCOND-RUN12-SDR-31 \ --conditionsTag OFLCOND-RUN12-SDR-31 \
--inputRDOFile RDO_pileup_fullsim_fulldigi.pool.root \ --inputRDOFile RDO_pileup_fullsim_fulldigi.pool.root \
--outputAODFile AOD_newTracking_pseudoTracking_fullSim_fullDigi.pool.root \ --outputAODFile AOD_newTracking_pseudoTracking_fullSim_fullDigi.pool.root \
--preExec "RAWtoESD:from InDetRecExample.InDetJobProperties import InDetFlags;InDetFlags.doPseudoTracking.set_Value_and_Lock(True);InDetFlags.doNewTracking.set_Value_and_Lock(True);rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);" \ --preExec "RAWtoESD:from InDetRecExample.InDetJobProperties import InDetFlags;InDetFlags.doPseudoTracking.set_Value_and_Lock(True);InDetFlags.doNewTracking.set_Value_and_Lock(True);rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.doTrackSegmentsTRT.set_Value_and_Lock(True);" \
--outputNTUP_PHYSVALFile 'physval-newTracking_PseudoT_fullSim_fullDigi.root' \ --outputNTUP_PHYSVALFile 'physval-newTracking_PseudoT_fullSim_fullDigi.root' \
--validationFlags 'doInDet' \ --validationFlags 'doInDet' \
--valid 'True' \ --valid 'True' \
......
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