ATLAS Offline Software
Loading...
Searching...
No Matches
TgcROD_Encoder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
6#define MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
7
8#include <inttypes.h>
9
10#include <vector>
11
12class TgcRdo;
13
14namespace Muon {
15
24
26 public:
29
32
34 void setRdo(const TgcRdo* rdo);
35
39 void fillROD(std::vector<uint32_t>& v);
40
41 private:
43};
44
45} // namespace Muon
46
47#endif // MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
void setRdo(const TgcRdo *rdo)
Set TgcRdo.
const TgcRdo * m_tgcRdo
~TgcROD_Encoder()
Destructor.
TgcROD_Encoder()
Constructor.
void fillROD(std::vector< uint32_t > &v)
Convert all ROB fragment in the current list to a vector of 32bit words.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.