Skip to content
Snippets Groups Projects

TrigAnalysisTest: Change Trigger configuration in the mc16a test

Merged Rafal Bielski requested to merge rbielski/athena:fix-mc16a-test-config into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -57,8 +57,9 @@ rdo2rdotrig.imf = False
@@ -57,8 +57,9 @@ rdo2rdotrig.imf = False
rdo2rdotrig.explicit_input = True
rdo2rdotrig.explicit_input = True
rdo2rdotrig.args = '--inputRDOFile=RDO.pool.root --outputRDO_TRIGFile=RDO_TRIG.pool.root'
rdo2rdotrig.args = '--inputRDOFile=RDO.pool.root --outputRDO_TRIGFile=RDO_TRIG.pool.root'
rdo2rdotrig.args += ' --asetup="RDOtoRDOTrigger:Athena,21.0-mc16a,slc6,latest"'
rdo2rdotrig.args += ' --asetup="RDOtoRDOTrigger:Athena,21.0-mc16a,slc6,latest"'
rdo2rdotrig.args += ' --triggerConfig="MCRECO:MC_pp_v7_tight_mc_prescale"'
rdo2rdotrig.args += ' --triggerConfig="MCRECO:MC_pp_v6_tight_mc_prescale"'
rdo2rdotrig.args += ' --imf="all:True"'
rdo2rdotrig.args += ' --imf="all:True"'
 
rdo2rdotrig.args += ' --preExec="all:from TriggerJobOpts.TriggerFlags import TriggerFlags; TriggerFlags.run2Config=\"2016\""'
# Clear AthFile cache from r21 because it is incompatible with py3 r22 (ATR-21489)
# Clear AthFile cache from r21 because it is incompatible with py3 r22 (ATR-21489)
rm_cache = ExecStep.ExecStep('ClearAthFileCache')
rm_cache = ExecStep.ExecStep('ClearAthFileCache')
Loading