|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef TrigHLTResultByteStreamTool_h
14 #define TrigHLTResultByteStreamTool_h
31 #include "eformat/SourceIdentifier.h"
47 const IInterface*
parent ) ;
65 Gaudi::Property<std::map<std::string, uint32_t>>
m_robIDMap{
66 this,
"HLTResultRobIdMap", {
67 {
"HLTResult_L2", eformat::helper::SourceIdentifier(eformat::TDAQ_LVL2, 0).code()},
68 {
"HLTResult_EF", eformat::helper::SourceIdentifier(eformat::TDAQ_EVENT_FILTER, 0).code()},
69 {
"HLTResult_HLT", eformat::helper::SourceIdentifier(eformat::TDAQ_HLT, 0).code()}
70 },
"Map of HLTResult names to ROB IDs"};
78 static const InterfaceID IID(
"HLTResultByteStreamTool", 1, 0);
OFFLINE_FRAGMENTS_NAMESPACE_WRITE::FullEventFragment RawEventWrite
data type for writing raw event
Template class for assembling a full atlas raw event from subfragments.
Defines the ROB data entity. The ROB data is an abstract entity that is used to discase the raw event...
Interface class for managing ROB for both online and offline.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
::StatusCode StatusCode
StatusCode definition for legacy code.
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
const boost::regex re(r_e)