Skip to content

Add athena versions of three options so that command line can be shared more easily

Stewart Martin-Haugh requested to merge smh/athena:convenienceOptions into master

Allows the user to swap easily between e.g.

athenaHLT.py --evtMax 100 --threads 8 --concurrent-events 4 --filesInput /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data18_13TeV.00360026.physics_EnhancedBias.merge.RAW._lb0151._SFO-1._0001.1 --skipEvents 0 -c 'doEmptyMenu=True;doBeamspotSlice=True;doWriteBS=False;doWriteRDOTrigger=False;forceEnableAllChains=True' TriggerJobOpts/runHLT_standalone.py

and

athena.py --nprocs 2 --evtMax 100 --threads 8 --concurrent-events 4 --filesInput /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data18_13TeV.00360026.physics_EnhancedBias.merge.RAW._lb0151._SFO-1._0001.1 --skipEvents 0 -c 'doEmptyMenu=True;doBeamspotSlice=True;doWriteBS=False;doWriteRDOTrigger=False;forceEnableAllChains=True' TriggerJobOpts/runHLT_standalone.py

without having to change evtMax to number-of-events etc. Not a big deal but can be annoying when trying to swap between the two.

Cheers,

Stewart

Merge request reports