Skip to content
Snippets Groups Projects
Commit 8d62be13 authored by Matthew Thomas Anthony's avatar Matthew Thomas Anthony :speech_balloon:
Browse files

removed typos

Former-commit-id: 8bc390b8ba6f98c86aa40099a280c2f154de9010
......@@ -7,6 +7,7 @@
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-output: config.txt
# art-output: config_reco.txt
FastChain_tf.py --simulator ATLFASTII \
--digiSteeringConf "SplitNoMerge" \
......@@ -33,6 +34,7 @@ Reco_tf.py --inputRDOFile=RDO_pileup_fullsim_fulldigi.pool.root \
--maxEvents=500 \
--preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);InDetFlags.doStandardPlots.set_Value_and_Lock(True)" \
--postExec 'from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("config_reco.txt")' \
--imf False
echo "art-result: $? RDOtoAOD step"
#add an additional payload from the job (corollary file).
......
......@@ -35,8 +35,7 @@ FastChain_tf.py --maxEvents 500 \
--inputRDOFile RDO_pileup_fullsim_fulldigi.pool.root \
--outputAODFile AOD_noSplit_noPseudoT_fullSim_fullDigi.pool.root \
--preExec "RAWtoESD:rec.doTrigger.set_Value_and_Lock(False);recAlgs.doTrigger.set_Value_and_Lock(False);" "InDetFlags.doStandardPlots.set_Value_and_Lock(True)" \
--postExec 'from AthenaCommon.ConfigurationShelve import saveToAscii;saveTo\
Ascii("RDOtoAOD_config.txt")'
--postExec 'from AthenaCommon.ConfigurationShelve import saveToAscii;saveToAscii("RDOtoAOD_config.txt")' \
--imf False
echo "art-result: $? RDOtoAOD step"
......
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