Skip to content
Snippets Groups Projects
Commit 37e9c196 authored by Christian Nass's avatar Christian Nass
Browse files

Running test without prescaling

parent 733e52a0
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,!31712Flavour-tagging implementation at trigger-level (AFT-485)
...@@ -12,7 +12,10 @@ ex = ExecStep.ExecStep() ...@@ -12,7 +12,10 @@ ex = ExecStep.ExecStep()
ex.type = 'athena' ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py' ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'data' ex.input = 'data'
ex.args = '-c "isOnline=True;doWriteBS=False;doWriteRDOTrigger=True;"' #ex.args = '-c "isOnline=True;doWriteBS=False;doWriteRDOTrigger=True;"'
#ex.args = '-c "doEmptyMenu=True;doBjetSlice=True;isOnline=True;doWriteBS=False;doWriteRDOTrigger=True;"'
ex.args = '-c "doEmptyMenu=True;forceEnableAllChais=True;isOnline=True;doWriteBS=False;doWriteRDOTrigger=True;"'
ex.max_events = 10000
test = Test.Test() test = Test.Test()
test.art_type = 'build' test.art_type = 'build'
......
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