Skip to content
Snippets Groups Projects

Update TIDAbjetpt_preinclude.py to include change of Xi2max

Merged Yuwen Ebony Zhang requested to merge master-Xi2max into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
from AthenaCommon.Logging import logging
log = logging.getLogger("TrigInDetValidation")
@@ -8,7 +7,8 @@ from TrigInDetConfig.ConfigSettings import getInDetTrigConfig
from AthenaCommon.SystemOfUnits import GeV
getInDetTrigConfig("bjet")._pTmin = 0.8*GeV
getInDetTrigConfig("bjet")._Xi2max = 12.0
log.info( "ID Trigger pTmin: "+str(getInDetTrigConfig("bjet").pTmin) )
log.info( "ID Trigger Xi2max: "+str(getInDetTrigConfig("bjet").Xi2max) )
Loading