ATLAS Offline Software
Loading...
Searching...
No Matches
python.L1.Config.FexThresholdParameters Namespace Reference

Functions

 getEtaDependentCuts (collisions)

Variables

dict eta_dependent_cuts_run3
dict eta_dependent_cuts_run4_mu140
dict eta_dependent_cuts_run4_mu200

Function Documentation

◆ getEtaDependentCuts()

getEtaDependentCuts ( collisions)

Definition at line 234 of file FexThresholdParameters.py.

234def getEtaDependentCuts(collisions):
235 if collisions > 190:
236 return eta_dependent_cuts_run4_mu200
237 elif collisions > 130:
238 return eta_dependent_cuts_run4_mu140
239 else:
240 return eta_dependent_cuts_run3

Variable Documentation

◆ eta_dependent_cuts_run3

dict python.L1.Config.FexThresholdParameters.eta_dependent_cuts_run3

Definition at line 3 of file FexThresholdParameters.py.

◆ eta_dependent_cuts_run4_mu140

dict python.L1.Config.FexThresholdParameters.eta_dependent_cuts_run4_mu140

Definition at line 80 of file FexThresholdParameters.py.

◆ eta_dependent_cuts_run4_mu200

dict python.L1.Config.FexThresholdParameters.eta_dependent_cuts_run4_mu200

Definition at line 157 of file FexThresholdParameters.py.