ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_RodDecoder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCID_RODDECODER_H
6#define LUCID_RODDECODER_H
7
8#include <inttypes.h>
9
11#include "GaudiKernel/MsgStream.h"
12
14
15 public:
16 StatusCode decode(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment* robFragment,
17 std::vector<uint32_t>& data_block,
18 MsgStream& msg) const;
19
20 unsigned int getSourceID() const { return 0x00820000; }
21};
22
23#endif
unsigned int getSourceID() const
StatusCode decode(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment *robFragment, std::vector< uint32_t > &data_block, MsgStream &msg) const
eformat::ROBFragment< PointerType > ROBFragment
Definition RawEvent.h:27
MsgStream & msg
Definition testRead.cxx:32