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#include <vector>
10
11class TgcRdo;
12
13namespace Muon
14{
15
24
26 {
27 public:
28
31
34
36 void setRdo(const TgcRdo* rdo);
37
41 void fillROD(std::vector<uint32_t>& v) ;
42
43 private:
45 };
46
47} // end of namespace
48
49#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.