Skip to content
Snippets Groups Projects
Commit 6616cf93 authored by Savanna Shaw's avatar Savanna Shaw
Browse files

Add muon ART test running on MC

parent 1095b010
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# art-description: athenaMT trigger test on MC running L1 simulation and the muon menu
# art-type: build
# art-include: master/Athena
# art-output: *.log
# art-output: *.new
# art-output: *.txt
# art-output: *.root
export EVENTS=10
export THREADS=1
export SLOTS=1
export INPUT="run2mc_ttbar"
export JOBOPTION="TrigUpgradeTest/full_menu.py"
export EXTRA="doL1Sim=True;doEmptyMenu=True;doMuonSlice=True"
# This test doesn't produce any output useful for RegTest, so do a dummy reference comparison
export REGTESTEXP="leaving with code"
export REGTESTREF=`find_data.py TrigUpgradeTest/dummy_regtest.ref`
source exec_TrigUpgradeTest_art_athenaMT.sh
source exec_TrigUpgradeTest_art_post.sh
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