![]() |
ATLAS Offline Software
|
#include <IDecisionUnpacker.h>
Public Types | |
| typedef unsigned | CTPID |
| typedef unsigned | CHAIN_COUNTER |
Public Member Functions | |
| IDecisionUnpacker ()=default | |
| virtual | ~IDecisionUnpacker ()=default |
| virtual StatusCode | unpackDecision (const EventContext &, std::unordered_map< std::string, const LVL1CTP::Lvl1Item * > &, std::map< CTPID, LVL1CTP::Lvl1Item > &itemsCache, 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 =0 |
| virtual StatusCode | unpackNavigation (const EventContext &, HLT::TrigNavStructure *) const =0 |
Definition at line 30 of file IDecisionUnpacker.h.
| typedef unsigned Trig::IDecisionUnpacker::CHAIN_COUNTER |
Definition at line 33 of file IDecisionUnpacker.h.
| typedef unsigned Trig::IDecisionUnpacker::CTPID |
Definition at line 32 of file IDecisionUnpacker.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in Trig::DecisionUnpackerAthena, Trig::DecisionUnpackerEventInfo, and Trig::DecisionUnpackerStandalone.
|
pure virtual |
Implemented in Trig::DecisionUnpackerAthena, Trig::DecisionUnpackerEventInfo, and Trig::DecisionUnpackerStandalone.