ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
ZDC
ZdcCnv
ZdcByteStream
src
ZdcWordDecoder.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ZdcByteStream/ZdcWordDecoder.h
"
6
7
#include <cstdlib>
8
9
//using namespace LVL1BS;
10
11
BitField::BitField
(
const
std::string& name, uint8_t begin, uint8_t size):
12
m_name
(name) {
13
m_shift
= begin;
14
m_mask
= (1 << size) - 1;
15
}
ZdcWordDecoder.h
BitField::m_mask
uint32_t m_mask
Definition
ZdcWordDecoder.h:17
BitField::m_shift
uint8_t m_shift
Definition
ZdcWordDecoder.h:18
BitField::BitField
BitField(const std::string &name, uint8_t begin, uint8_t size)
Definition
ZdcWordDecoder.cxx:11
BitField::m_name
std::string m_name
Definition
ZdcWordDecoder.h:16
Generated on
for ATLAS Offline Software by
1.14.0