ATLAS Offline Software
IDTrig_MC23a_preInclude.py
Go to the documentation of this file.
1 from AthenaConfiguration.AllConfigFlags import ConfigFlags as flags
2 from Campaigns.Utils import Campaign
3 # do not let use this preInclude with campaigns other than MC23a
4 if flags.Input.MCCampaign is not Campaign.MC23a:
5  raise Exception( "MC23a ID Trigger configuration is called when processing {}. Please remove this preInclude from the config/AMI tag".format(flags.Input.MCCampaign))
6 
7 from AthenaCommon.SystemOfUnits import GeV;
8 flags.Trigger.InDetTracking.tauCore.pTmin = 1*GeV;
9 flags.Trigger.InDetTracking.tauIso.pTmin = 1*GeV;
10 flags.Trigger.InDetTracking.jetSuper.zedHalfWidth = 150.;
11 flags.Trigger.InDetTracking.bmumux.zedHalfWidth = 225.;
12 flags.Trigger.InDetTracking.bmumux.SuperRoI = False;
13 
14 flags.Trigger.InDetTracking.RoiZedWidthDefault=0.0
15 flags.Trigger.InDetTracking.bjet.Xi2max=9.
SystemOfUnits
vtune_athena.format
format
Definition: vtune_athena.py:14