ATLAS Offline Software
Loading...
Searching...
No Matches
IDTrig_MC23a_preInclude.py
Go to the documentation of this file.
1from AthenaConfiguration.AllConfigFlags import ConfigFlags as flags
2from Campaigns.Utils import Campaign
3# do not let use this preInclude with campaigns other than MC23a
4if 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
7from AthenaCommon.SystemOfUnits import GeV;
8flags.Trigger.InDetTracking.tauCore.pTmin = 1*GeV;
9flags.Trigger.InDetTracking.tauIso.pTmin = 1*GeV;
10flags.Trigger.InDetTracking.jetSuper.zedHalfWidth = 150.;
11flags.Trigger.InDetTracking.bmumux.zedHalfWidth = 225.;
12flags.Trigger.InDetTracking.bmumux.SuperRoI = False;
13
14flags.Trigger.InDetTracking.RoiZedWidthDefault=0.0
15flags.Trigger.InDetTracking.bjet.Xi2max=9.