![]() |
ATLAS Offline Software
|
#include <DecisionUnpackerEventInfo.h>
Public Types | |
| typedef unsigned | CTPID |
| typedef unsigned | CHAIN_COUNTER |
Public Member Functions | |
| DecisionUnpackerEventInfo (const SG::ReadHandleKey< EventInfo > *oldEventInfoKey) | |
| virtual | ~DecisionUnpackerEventInfo () |
| DecisionUnpackerEventInfo (const DecisionUnpackerEventInfo &)=delete | |
| DecisionUnpackerEventInfo & | operator= (const DecisionUnpackerEventInfo &)=delete |
| virtual StatusCode | unpackDecision (const EventContext &, std::unordered_map< std::string, const LVL1CTP::Lvl1Item * > &, std::map< CTPID, LVL1CTP::Lvl1Item > &, std::unordered_map< std::string, const HLT::Chain * > &, std::map< CHAIN_COUNTER, HLT::Chain > &, std::unordered_map< std::string, const HLT::Chain * > &, std::map< CHAIN_COUNTER, HLT::Chain > &, char &, bool) const override |
| virtual StatusCode | unpackNavigation (const EventContext &, HLT::TrigNavStructure *) const override |
| MsgStream & | msg () const |
| MsgStream & | msg (const MSG::Level lvl) const |
| bool | msgLvl (const MSG::Level lvl) const |
Private Member Functions | |
| StatusCode | unpackItems (const std::vector< uint32_t > &level1TriggerInfo, std::map< CTPID, LVL1CTP::Lvl1Item > &itemsCache, std::unordered_map< std::string, const LVL1CTP::Lvl1Item * > &itemsByName) const |
| StatusCode | unpackChains (const std::vector< uint32_t > &chainTriggerInfo, std::map< unsigned, HLT::Chain > &cache, std::unordered_map< std::string, const HLT::Chain * > &output) const |
Private Attributes | |
| const SG::ReadHandleKey< EventInfo > * | m_eventInfoKey {nullptr} |
Static Private Attributes | |
| static asg::AsgTool *s_logger | ATLAS_THREAD_SAFE {nullptr} |
Definition at line 30 of file DecisionUnpackerEventInfo.h.
|
inherited |
Definition at line 33 of file IDecisionUnpacker.h.
|
inherited |
Definition at line 32 of file IDecisionUnpacker.h.
| Trig::DecisionUnpackerEventInfo::DecisionUnpackerEventInfo | ( | const SG::ReadHandleKey< EventInfo > * | oldEventInfoKey | ) |
Definition at line 32 of file DecisionUnpackerEventInfo.cxx.
|
virtual |
Definition at line 36 of file DecisionUnpackerEventInfo.cxx.
|
delete |
|
inlineinherited |
Definition at line 29 of file Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h.
|
inlineinherited |
Definition at line 33 of file Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h.
|
inlineinherited |
Definition at line 34 of file Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h.
|
delete |
|
private |
Definition at line 76 of file DecisionUnpackerEventInfo.cxx.
|
overridevirtual |
Implements Trig::IDecisionUnpacker.
Definition at line 111 of file DecisionUnpackerEventInfo.cxx.
|
private |
Definition at line 40 of file DecisionUnpackerEventInfo.cxx.
|
overridevirtual |
Implements Trig::IDecisionUnpacker.
Definition at line 161 of file DecisionUnpackerEventInfo.cxx.
|
inlinestaticprivateinherited |
Definition at line 38 of file Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h.
|
private |
Definition at line 51 of file DecisionUnpackerEventInfo.h.