|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef BYTESTREAMCNVSVC_BYTESTREAMCNVSVC_H
6 #define BYTESTREAMCNVSVC_BYTESTREAMCNVSVC_H
15 #include "GaudiKernel/ThreadLocalContext.h"
16 #include "GaudiKernel/ServiceHandle.h"
37 IByteStreamCnvSvc, IByteStreamEventAccess> {
59 return m_slots->m_rawEventWrite.get();
74 Gaudi::Property<std::vector<std::string>>
m_ioSvcNameList{
this,
"ByteStreamOutputSvcList", {},
"",
"OrderedSet<T>"};
77 Gaudi::Property<bool>
m_fillTriggerBits{
this,
"FillTriggerBits",
true,
"Read in xTrigDecision and use it to fill Trigger bits in event header"};
92 std::map<std::string, std::unique_ptr<FullEventAssemblerBase>>
m_feaMap;
virtual StatusCode commitOutput(const std::string &outputConnection, bool b) override
Implements ConversionSvc's commitOutput.
OFFLINE_FRAGMENTS_NAMESPACE_WRITE::FullEventFragment RawEventWrite
data type for writing raw event
std::map< std::string, std::unique_ptr< FullEventAssemblerBase > > m_feaMap
std::vector< uint32_t > m_efBuff
virtual ~ByteStreamCnvSvc()
Standard Destructor.
ServiceHandle< StoreGateSvc > m_evtStore
Event store.
virtual RawEventWrite * getRawEvent() override
Implementation of IByteStreamEventAccess: Get RawEvent.
SG::SlotSpecificObj< SlotData > m_slots
ByteStreamCnvSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
std::vector< uint32_t > m_l1Buff
std::string m_ioSvcName
name of the service
base class for assembling a full atlas raw event from subfragments
Maintain a set of objects, one per slot.
Gaudi Conversion Service class for ByteStream Persistency.
virtual FullEventAssemblerBase * findFullEventAssembler(const std::string &name) const override
Implementation of IByteStreamCnvSvc interface.
This file contains the interface for the ByteStreamOutputSvc classes.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< uint32_t > m_l2Buff
std::unique_ptr< RawEventWrite > m_rawEventWrite
std::string m_userType
user type
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
AthROOTErrorHandlerSvc * svc
virtual StatusCode finalize() override
void writeFEA(SlotData &slot)
Write the FEA to RawEvent.
Gaudi::Property< bool > m_fillTriggerBits
fill trigger bits
std::vector< uint32_t > m_tagBuff
virtual StatusCode storeFullEventAssembler(std::unique_ptr< FullEventAssemblerBase > fea, const std::string &name) override
Maintain a set of objects, one per slot.
RawEventWrite * setRawEvent(std::unique_ptr< RawEventWrite > rawEventWrite)
virtual StatusCode connectOutput(const std::string &t, const std::string &mode) override
Implements ConversionSvc's connectOutput.
Gaudi::Property< std::vector< std::string > > m_ioSvcNameList
list of service names
std::map< std::string, IByteStreamOutputSvc * > m_ioSvcMap
Services for writing output.