ATLAS Offline Software
|
Functions | |
def | getCTP_Decision (aKey) |
CTP Decision. More... | |
def | getLVL1_ROI (aKey) |
LVL1 ROI. More... | |
def | getTrigDecision (aKey) |
TrigDecision. More... | |
def | getHLTResult (aKey) |
HLTResult. More... | |
def | getHLTAODConfigData (aKey) |
HLTAODConfigData. More... | |
def | getLvl1AODConfigData (aKey) |
Lvl1AODConfigData. More... | |
def | getLvl1AODPrescaleConfigData (aKey) |
Lvl1AODPrescaleConfigData. More... | |
Variables | |
string | __docformat__ = "restructuredtext en" |
def python.PyTriggerTools.getCTP_Decision | ( | aKey | ) |
CTP Decision.
Retrieve CTP_Decision object from SG :param aKey: key of the object **examples**:: athena> ctp = PyTriggerTools.getCTP_Decision('CTP_Decision') athena> dir(ctp) # see methods of the CTP_Decision class athena> print ctp.isAccepted() # see if this event was accepted by LVL1
Definition at line 18 of file PyTriggerTools.py.
def python.PyTriggerTools.getHLTAODConfigData | ( | aKey | ) |
HLTAODConfigData.
Retrieve TrigConf::HLTAODConfigData object from SG :param aKey: key of the object
Definition at line 72 of file PyTriggerTools.py.
def python.PyTriggerTools.getHLTResult | ( | aKey | ) |
HLTResult.
Retrieve HLT::HLTResult object from SG :param aKey: key of the object
Definition at line 62 of file PyTriggerTools.py.
def python.PyTriggerTools.getLVL1_ROI | ( | aKey | ) |
LVL1 ROI.
Retrieve LVL1_ROI object from SG :param aKey: key of the object **examples**:: athena> rois = PyTriggerTools.getLVL1_ROI('LVL1_ROI') athena> dir(rois) # see methods of the LVL1_ROI class athena> em = rois.getEmTauROIs() # get EMTau ROIs athena> len(em) # get length of the EMTau ROI vector athena> print em[0].getEta() # see Eta of the first ROI
Definition at line 34 of file PyTriggerTools.py.
def python.PyTriggerTools.getLvl1AODConfigData | ( | aKey | ) |
Lvl1AODConfigData.
Retrieve TrigConf::Lvl1AODConfigData object from SG :param aKey: key of the object
Definition at line 82 of file PyTriggerTools.py.
def python.PyTriggerTools.getLvl1AODPrescaleConfigData | ( | aKey | ) |
Lvl1AODPrescaleConfigData.
Retrieve TrigConf::Lvl1AODPrescaleConfigData object from SG :param aKey: key of the object
Definition at line 92 of file PyTriggerTools.py.
def python.PyTriggerTools.getTrigDecision | ( | aKey | ) |
TrigDecision.
Retrieve TrigDecision object from SG :param aKey: key of the object
Definition at line 52 of file PyTriggerTools.py.
|
private |
Definition at line 13 of file PyTriggerTools.py.