ATLAS Offline Software
ISCT_RodDecoder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
12 #ifndef INDETRAWDATABYTESTREAM_ISCT_RODDECODER_H
13 #define INDETRAWDATABYTESTREAM_ISCT_RODDECODER_H
14 
15 #include "GaudiKernel/IAlgTool.h"
16 
20 
21 #include "AthAllocators/DataPool.h"
22 
23 #include <vector>
24 
25 class StatusCode;
26 class IdentifierHash;
27 
28 class ISCT_RodDecoder : virtual public IAlgTool
29 {
30  public:
31 
34 
36  virtual ~ISCT_RodDecoder() = default;
37 
42  DataPool<SCT3_RawData>* dataItemsPool,
43  const EventContext& ctx,
44  const std::vector<IdentifierHash>* vecHash = nullptr) const = 0;
45 };
46 
47 #endif //SCT_RAWDATABYTESTREAM_ISCT_RODDECODER_H
IDCInDetBSErrContainer
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
Definition: IDCInDetBSErrContainer.h:19
InDetRawDataContainer
Definition: InDetRawDataContainer.h:27
ISCT_RodDecoder::fillCollection
virtual StatusCode fillCollection(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &, SCT_RDO_Container &, IDCInDetBSErrContainer &errs, DataPool< SCT3_RawData > *dataItemsPool, const EventContext &ctx, const std::vector< IdentifierHash > *vecHash=nullptr) const =0
Fill Collection method.
SCT_RDO_Container.h
eformat::ROBFragment
Definition: L1CaloBsDecoderUtil.h:12
RawEvent.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataPool.h
ISCT_RodDecoder::DeclareInterfaceID
DeclareInterfaceID(ISCT_RodDecoder, 1, 0)
Creates the InterfaceID and interfaceID() method.
IDCInDetBSErrContainer.h
DataPool
a typed memory pool that saves time spent allocation small object. This is typically used by containe...
Definition: DataPool.h:47
IdentifierHash
Definition: IdentifierHash.h:38
ISCT_RodDecoder::~ISCT_RodDecoder
virtual ~ISCT_RodDecoder()=default
Destructor.
ISCT_RodDecoder
Definition: ISCT_RodDecoder.h:29