Skip to content
Snippets Groups Projects

TrigGpuTest+FPGATrackSim: remove redundant --CA from Reco_tf commands

Merged Frank Winklmeier requested to merge fwinkl/athena:trigart_ca_main into main
8 files
+ 5
9
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -6,7 +6,7 @@ RDO="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/EFTracking
RDO_EVT=200
echo "... RDO to AOD with sim"
Reco_tf.py --CA \
Reco_tf.py \
--steering doRAWtoALL \
--preExec "flags.Trigger.FPGATrackSim.wrapperFileName='wrapper.root'" \
--preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsValidateTracksFlags" \
@@ -15,4 +15,4 @@ Reco_tf.py --CA \
--outputAODFile AOD.pool.root \
--maxEvents ${RDO_EVT}
ls -l
echo "... RDO to AOD with sim, this part is done ..."
\ No newline at end of file
echo "... RDO to AOD with sim, this part is done ..."
Loading