ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCnvToolInterfaces/MuonCnvToolInterfaces/IMDT_RDOtoByteStreamTool.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 MUONCNVTOOLINTERFACES_IMDT_RDOTOBYTESTREAMTOOL_H
6#define MUONCNVTOOLINTERFACES_IMDT_RDOTOBYTESTREAMTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9
10class MdtCsmContainer;
11class MsgStream ;
12
13namespace Muon {
14
25class IMDT_RDOtoByteStreamTool: virtual public IAlgTool {
26
27public:
28
30
36 virtual StatusCode convert (const MdtCsmContainer* cont, MsgStream& log ) const = 0;
37
38};
39
40} // namespace Muon
41
42#endif
43
44
45
This container provides acces to the MDT RDOs.
An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawE...
virtual StatusCode convert(const MdtCsmContainer *cont, MsgStream &log) const =0
Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventW...
DeclareInterfaceID(IMDT_RDOtoByteStreamTool, 1, 0)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.