Skip to content
Snippets Groups Projects
Commit 964a8bf2 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'add_eFEX_to_test' into 'master'

Add eFEX to phase-1 simulation test

See merge request atlas/athena!37536
parents 359a3dba b112051f
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!37536Add eFEX to phase-1 simulation test
......@@ -56,6 +56,13 @@
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TriggerTest/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.merge.RDO.e4993_s3214_r11315/RDO.17533168._000002.pool.root.1"
]
},
"ttbar_phase1": {
"source": "mc",
"format": "RDO",
"paths": [
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TriggerTest/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.merge.RDO.e4993_s3214_d1536_tid18795273_00/RDO.18795273._000063.pool.root.1"
]
},
"ttbar_ID": {
"source": "mc",
"format": "RDO",
......
......@@ -12,7 +12,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps
ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.input = 'ttbar_phase1'
ex.threads = 1
precommand = ''.join([
"setMenu='LS2_v1';", # LS2_v1 soon to be renamed to Dev_pp_run3_v1
......
......@@ -87,6 +87,10 @@ def Lvl1SimulationSequence( flags = None ):
#conddb.addFolderWithTag("TRIGGER_OFL", l1calofolder, "HEAD")
conddb.addFolder( "TRIGGER_OFL", l1calofolder )
if flags.Trigger.enableL1Phase1:
from AthenaCommon import CfgMgr
l1CaloSim += CfgMgr.LVL1__eFEXDriver('MyeFEXDriver')
##################################################
# Muons
##################################################
......
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