Skip to content
Snippets Groups Projects
Commit 317617a7 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

FPGATrackSim: remove redundant --CA from Reco_tf commands

parent 20e3f477
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ The simulation needs the map files to be steered to the correct/desired detector
# How to run the simulation directly from the RDO,
```
rdo_23p0=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/ATLAS-P2-RUN4-03-00-00/mc21_14TeV.900498.PG_single_muonpm_Pt100_etaFlatnp0_43.recon.RDO.e8481_s4149_r14697/RDO.33675668._000016.pool.root.1
Reco_tf.py --CA \
Reco_tf.py \
--steering doRAWtoALL \
--preExec "flags.Trigger.FPGATrackSim.wrapperFileName=None; flags.Trigger.FPGATrackSim.mapsDir='directory_with_map_files'" \
--preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsValidateTracksFlags" \
......
......@@ -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 ..."
rdo_23p0=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/ATLAS-P2-RUN4-03-00-00/mc21_14TeV.900498.PG_single_muonpm_Pt100_etaFlatnp0_43.recon.RDO.e8481_s4149_r14697/RDO.33675668._000016.pool.root.1
Reco_tf.py --CA \
Reco_tf.py \
--steering doRAWtoALL \
--preExec "flags.Trigger.FPGATrackSim.wrapperFileName=None" \
--preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsValidateTracksFlags" \
......
......@@ -4,5 +4,5 @@ They work only in the RDO to ESD transform. That is they need both RDO input obj
Example command:
```sh
Reco_tf.py --CA --preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude" --inputRDOFile RUN4_muons.RDO.pool.root --outputESDFile ESD.test.root --steering doRAWtoALL --postInclude "FPGATrackSimSGInput.FPGATrackSimSGInputConfig.FPGATrackSimSGInputCfg" --preExec='flags.Trigger.FPGATrackSim.wrapperFileName="NewWrapper.root";flags.Trigger.FPGATrackSim.wrapperMetaData="This Is My Meta Data, Put It All here!!!!"'
Reco_tf.py --preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude" --inputRDOFile RUN4_muons.RDO.pool.root --outputESDFile ESD.test.root --steering doRAWtoALL --postInclude "FPGATrackSimSGInput.FPGATrackSimSGInputConfig.FPGATrackSimSGInputCfg" --preExec='flags.Trigger.FPGATrackSim.wrapperFileName="NewWrapper.root";flags.Trigger.FPGATrackSim.wrapperMetaData="This Is My Meta Data, Put It All here!!!!"'
```
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