Newer
Older
#!/usr/bin/bash
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# ttbar mu=200 input
input_rdo=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/ATLAS-P2-RUN4-03-00-00/mc21_14TeV.601229.PhPy8EG_A14_ttbar_hdamp258p75_SingleLep.recon.RDO.e8481_s4149_r14700/RDO.33629020._000047.pool.root.1
n_events=2
# Run reconstruction and produce AOD with persistified Acts EDM
Reco_tf.py --CA \
--preExec "flags.Exec.FPE=500;" "flags.Acts.EDM.PersistifyClusters=True;flags.Acts.EDM.PersistifySpacePoints=True;" \
--preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsWorkflowFlags" \
--postInclude "ActsConfig.ActsPostIncludes.PersistifyActsEDMCfg" \
--inputRDOFile ${input_rdo} \
--outputAODFile AOD.pool.root \
--maxEvents ${n_events}
# Check we can retrieve the EDM, and related quantities, with our analysis algorithms
ActsReadEDM.py \
# Check we can run IDPVM
runIDPVM.py \
--filesInput AOD.pool.root \
--outputFile idpvm.root \
--doActs