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

Classes

class  TriggerChain
class  TriggerInfo
class  TriggerLeg

Functions

 test ()

Variables

str __author__ = 'Javier Montejo'
str __version__ = "$Revision: 2.0 $"
str __doc__ = "Class containing all the information of an HLT chain"
 log = logging.getLogger(__name__)

Function Documentation

◆ test()

python.TriggerAPI.TriggerInfo.test ( )

Definition at line 606 of file TriggerInfo.py.

606def test():
607 a = TriggerChain("HLT_j50_gsc65_bmv2c1040_split_3j50_gsc65_boffperf_split", "L1J100",1)
608 log.info(a)
609 log.info(bin(a.getType()))
610 log.info(a.passType(TriggerType.j_multi, TriggerType.UNDEFINED))
611 log.info(a.passType(TriggerType.j_multi | TriggerType.bj_single, TriggerType.UNDEFINED))
612 log.info(a.isUnprescaled())
613

Variable Documentation

◆ __author__

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

Definition at line 3 of file TriggerInfo.py.

◆ __doc__

str python.TriggerAPI.TriggerInfo.__doc__ = "Class containing all the information of an HLT chain"
private

Definition at line 5 of file TriggerInfo.py.

◆ __version__

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

Definition at line 4 of file TriggerInfo.py.

◆ log

python.TriggerAPI.TriggerInfo.log = logging.getLogger(__name__)

Definition at line 11 of file TriggerInfo.py.