ATLAS Offline Software
Loading...
Searching...
No Matches
python.TriggerAPI.TriggerPeriodData Namespace Reference

Classes

class  TriggerPeriodData

Functions

 test ()

Variables

str __author__ = 'Javier Montejo'
str __version__ = "$Revision: 2.0 $"
str __doc__ = "Class defining data periods and access to GRLs"

Function Documentation

◆ test()

python.TriggerAPI.TriggerPeriodData.test ( )

Definition at line 226 of file TriggerPeriodData.py.

226def test():
227 from AthenaCommon.Logging import logging
228 log = logging.getLogger(__name__)
229 log.info(TriggerPeriodData( TriggerPeriod.y2017 ).grl)
230 log.info(TriggerPeriodData( TriggerPeriod.y2017lowmu ).grl)
231

Variable Documentation

◆ __author__

str python.TriggerAPI.TriggerPeriodData.__author__ = 'Javier Montejo'
private

Definition at line 3 of file TriggerPeriodData.py.

◆ __doc__

str python.TriggerAPI.TriggerPeriodData.__doc__ = "Class defining data periods and access to GRLs"
private

Definition at line 5 of file TriggerPeriodData.py.

◆ __version__

str python.TriggerAPI.TriggerPeriodData.__version__ = "$Revision: 2.0 $"
private

Definition at line 4 of file TriggerPeriodData.py.