ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RawContByteStreamCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6// BCM_RawContByteStreamCnv.h
7// Header file for class BCM_RawContByteStreamCnv
9// classID() - return BCM_RDO_Container ID
10// createRep() - convert BCM_RawData in the container into ByteStream
12// Version 00-00-39 05/03/2007 Daniel Dobos for pixels
14
15#ifndef BCM_RAWDATABYTESTREAMCNV_BCM_RAWCONTBYTESTREAMCNV_H
16#define BCM_RAWDATABYTESTREAMCNV_BCM_RAWCONTBYTESTREAMCNV_H
17
19
21class IOpaqueAddress;
22class DataObject;
23
25
26 public:
27
28
29 BCM_RawContByteStreamCnv(ISvcLocator* svcloc);
30
31 virtual StatusCode initialize() override;
32
33 // create the RawEvent fragments for BCM
34 virtual StatusCode createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr) const override;
35
36 // Storage type and class ID
37 virtual long repSvcType() const override { return i_repSvcType(); }
38 static long storageType();
39 static const CLID& classID();
40
41
42private:
44};
45#endif
Gaudi converter base class with const interfaces.
uint32_t CLID
The Class ID type.
AthConstConverter(long storage_type, const CLID &class_type, ISvcLocator *svc, const std::string &name)
virtual long repSvcType() const override
BCM_RawContByteStreamCnv(ISvcLocator *svcloc)
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
BCM_RawContByteStreamTool * m_BCMRawContBSTool
virtual StatusCode initialize() override