Helper class for unpacking the xAOD trigger decision/navigation. More...
#include <DecisionUnpackerStandalone.h>
Public Member Functions | |
DecisionUnpackerStandalone (EventPtr_t sg, const std::string &deckey, const std::string &navikey) | |
Constructor with arguments. | |
virtual | ~DecisionUnpackerStandalone () |
Destructor. | |
DecisionUnpackerStandalone (const DecisionUnpackerStandalone &) | |
DecisionUnpackerStandalone & | operator= (const DecisionUnpackerStandalone &) |
virtual StatusCode | unpackDecision (std::map< std::string, const LVL1CTP::Lvl1Item * > &itemsByName, std::map< CTPID, LVL1CTP::Lvl1Item * > &itemsCache, std::map< std::string, const HLT::Chain * > &l2chainsByName, std::map< CHAIN_COUNTER, HLT::Chain * > &l1chainsCache, std::map< std::string, const HLT::Chain * > &efchainsByName, std::map< CHAIN_COUNTER, HLT::Chain * > &efchainsCache, char &bgCode, bool unpackHLT) |
Function unpacking the payload of the trigger decision. | |
virtual StatusCode | unpackNavigation (HLT::TrigNavStructure *nav) |
Function unpacking the payload of the trigger navigation. | |
Functions checking/changing the state of the object | |
virtual bool | assert_handle () |
virtual void | validate_handle () |
virtual void | invalidate_handle () |
Helper class for unpacking the xAOD trigger decision/navigation.