ATLAS Offline Software
Loading...
Searching...
No Matches
TgcRdoContByteStreamTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CNVTOOLS_TGCRDOCONTRAWEVENTTOOL_H
6#define MUONTGC_CNVTOOLS_TGCRDOCONTRAWEVENTTOOL_H
7
8#include <string>
9
12
15#include "TGC_Hid2RESrcID.h"
16
17class TgcRdoContainer;
18class MsgStream ;
19
20namespace Muon {
21
31
33 public extends<AthAlgTool, ITGC_RDOtoByteStreamTool>
34 {
35 public:
36
38 TgcRdoContByteStreamTool (const std::string& type, const std::string& name,
39 const IInterface* parent);
40
43
45 virtual StatusCode initialize() override;
47 virtual StatusCode finalize() override;
48
50 virtual StatusCode convert(const TgcRdoContainer* cont) const override;
51
52 private:
54 { this, "ByteStreamCnvSvc", "ByteStreamCnvSvc" };
55
56 std::unique_ptr<TGC_Hid2RESrcID> m_hid2re;
57 };
58} // end of namespace
59
60#endif // MUONTGC_CNVTOOLS_TGCRDOCONTRAWEVENTTOOL_H
virtual StatusCode finalize() override
Finalizer.
virtual StatusCode initialize() override
Initializer.
TgcRdoContByteStreamTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
std::unique_ptr< TGC_Hid2RESrcID > m_hid2re
ServiceHandle< IByteStreamCnvSvc > m_byteStreamCnvSvc
virtual ~TgcRdoContByteStreamTool()
Destructor.
virtual StatusCode convert(const TgcRdoContainer *cont) const override
Convert RDO container to Byte Stream.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.