ATLAS Offline Software
Loading...
Searching...
No Matches
SlinkWord.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace LVL1CTP {
8
9 SlinkWord::SlinkWord( unsigned int word )
10 : m_slinkWord( word ) {
11
12 }
13
17
19 unsigned int SlinkWord::word() const {
20 return m_slinkWord;
21 }
22
23} // namespace LVL1CTP
unsigned int word() const
returns Slink word
Definition SlinkWord.cxx:19
SlinkWord(unsigned int word)
Definition SlinkWord.cxx:9
const unsigned int m_slinkWord
this is the 32bit Slink word
Definition SlinkWord.h:33