ATLAS Offline Software
Loading...
Searching...
No Matches
ITkPixelRawContBytestreamCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/*
6* Author: Ondra Kovanda, ondrej.kovanda at cern.ch
7* Date: 03/2025
8* Description: The BS converter for ITk pixels
9*/
10
11
12#ifndef ITKPIXELRAWCONTBYTESTREAMCNV_H
13#define ITKPIXELRAWCONTBYTESTREAMCNV_H
14
15#include "GaudiKernel/ServiceHandle.h"
16#include "GaudiKernel/ToolHandle.h"
20#include "ITkPixelCnvTool.h"
21
22
24 public:
25
26 ITkPixelRawContByteStreamCnv(ISvcLocator* svcloc);
27
28 virtual StatusCode initialize() override;
29
30 //Create BS from RDO
31 virtual StatusCode createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr) const override;
32
33 virtual long repSvcType() const override { return i_repSvcType(); }
34
35 static long storageType();
36 static const CLID& classID();
37
38 private:
39
41
42 ToolHandle<ITkPixelCnvTool> m_cnvTool;
43
44};
45
46#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)
ServiceHandle< IByteStreamEventAccess > m_ByteStreamEventAccess
virtual long repSvcType() const override
virtual StatusCode initialize() override
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
This function is called for the RDO -> BS conversion and orchestrates the necessary steps,...
ToolHandle< ITkPixelCnvTool > m_cnvTool