ATLAS Offline Software
Loading...
Searching...
No Matches
ITRTRawContByteStreamTool.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 ITRT_RAWDATABYTESTREAMCNV_TRTRAWCONTRAWEVENTTOOL_H
6#define ITRT_RAWDATABYTESTREAMCNV_TRTRAWCONTRAWEVENTTOOL_H
7
9
11
12
13
14class ITRTRawContByteStreamTool: virtual public IAlgTool
15{
16 public:
18
20 virtual StatusCode convert(TRT_RDO_Container* cont) const = 0;
21
22};
23
24
25#endif
26
27
28
InDetRawDataContainer< InDetRawDataCollection< TRT_RDORawData > > TRT_RDO_Container
DeclareInterfaceID(ITRTRawContByteStreamTool, 1, 0)
virtual StatusCode convert(TRT_RDO_Container *cont) const =0
New convert method which makes use of the encoder class (as done for other detectors)