ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCnvToolInterfaces/MuonCnvToolInterfaces/ITGC_RDOtoByteStreamTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCNVTOOLINTERFACES_ITGC_RDOTOBYTESTREAMTOOL_H
6#define MUONCNVTOOLINTERFACES_ITGC_RDOTOBYTESTREAMTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
10
11class TgcRdoContainer;
12class MsgStream ;
13
14namespace Muon {
15
26class ITGC_RDOtoByteStreamTool: virtual public IAlgTool {
27
28public:
29
31
35 virtual StatusCode convert(const TgcRdoContainer* cont) const =0;
36};
37}
38#endif
39
40
41
An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawE...
virtual StatusCode convert(const TgcRdoContainer *cont) const =0
Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventW...
DeclareInterfaceID(ITGC_RDOtoByteStreamTool, 1, 0)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.