ATLAS Offline Software
Public Member Functions | Static Public Attributes | List of all members
python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP Class Reference
Inheritance diagram for python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP:
Collaboration diagram for python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP:

Public Member Functions

float rCoreMinCut (self, do_eFex_BDT_Tau=True)
 
float rHadMinCut (self, do_eFex_BDT_Tau=True)
 

Static Public Attributes

 NoSelection
 
 Loose
 
 Medium
 
 Tight
 

Detailed Description

Definition at line 445 of file TypeWideThresholdConfig.py.

Member Function Documentation

◆ rCoreMinCut()

float python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.rCoreMinCut (   self,
  do_eFex_BDT_Tau = True 
)

Definition at line 452 of file TypeWideThresholdConfig.py.

452  def rCoreMinCut(self, do_eFex_BDT_Tau=True) -> float:
453  return 0.0 if self is self.NoSelection else getConfig_eTAU(do_eFex_BDT_Tau)['workingPoints'][self.name][0]['rCore']

◆ rHadMinCut()

float python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.rHadMinCut (   self,
  do_eFex_BDT_Tau = True 
)

Definition at line 454 of file TypeWideThresholdConfig.py.

454  def rHadMinCut(self, do_eFex_BDT_Tau=True) -> float:
455  return 0.0 if self is self.NoSelection else getConfig_eTAU(do_eFex_BDT_Tau)['workingPoints'][self.name][0]['rHad']
456 
457  # Generic L, M and T WPs, for the cTAUSpare1/2

Member Data Documentation

◆ Loose

python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.Loose
static

Definition at line 447 of file TypeWideThresholdConfig.py.

◆ Medium

python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.Medium
static

Definition at line 448 of file TypeWideThresholdConfig.py.

◆ NoSelection

python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.NoSelection
static

Definition at line 446 of file TypeWideThresholdConfig.py.

◆ Tight

python.L1.Config.TypeWideThresholdConfig.L1Config_cTAU.eTAUWP.Tight
static

Definition at line 449 of file TypeWideThresholdConfig.py.


The documentation for this class was generated from the following file:
python.L1.Config.TypeWideThresholdConfig.getConfig_eTAU
getConfig_eTAU
Definition: TypeWideThresholdConfig.py:430