ATLAS Offline Software
Classes | Typedefs
RpcByteStreamEncoder.h File Reference
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/StatusCode.h"
#include "MuonRDO/RpcPadContainer.h"
#include "TrigT1RPChardware/MatrixReadOutStructure.h"
#include "TrigT1RPChardware/PadReadOutStructure.h"
#include "TrigT1RPClogic/RPCbytestream.h"
Include dependency graph for RpcByteStreamEncoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RpcByteStreamEncoder
 

Typedefs

typedef unsigned short int ubit16
 
typedef std::map< int, CMAreadout, std::less< int > > CMA_Readout
 
typedef std::map< int, PADreadout, std::less< int > > PAD_Readout
 
typedef std::vector< unsigned int > RpcByteStream
 

Typedef Documentation

◆ CMA_Readout

typedef std::map<int, CMAreadout, std::less<int> > CMA_Readout

Definition at line 21 of file RpcByteStreamEncoder.h.

◆ PAD_Readout

typedef std::map<int, PADreadout, std::less<int> > PAD_Readout

Definition at line 22 of file RpcByteStreamEncoder.h.

◆ RpcByteStream

typedef std::vector<unsigned int> RpcByteStream

Definition at line 23 of file RpcByteStreamEncoder.h.

◆ ubit16

typedef unsigned short int ubit16

Definition at line 20 of file RpcByteStreamEncoder.h.