ATLAS Offline Software
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 
7 namespace LVL1CTP {
8 
9  SlinkWord::SlinkWord( unsigned int word )
10  : m_slinkWord( word ) {
11 
12  }
13 
15 
16  }
17 
19  unsigned int SlinkWord::word() const {
20  return m_slinkWord;
21  }
22 
23 } // namespace LVL1CTP
LVL1CTP::SlinkWord::word
unsigned int word() const
returns Slink word
Definition: SlinkWord.cxx:19
SlinkWord.h
LVL1CTP::SlinkWord::m_slinkWord
const unsigned int m_slinkWord
this is the 32bit Slink word
Definition: SlinkWord.h:33
LVL1CTP
Definition: Lvl1ResultAccessTool.h:20
LVL1CTP::SlinkWord::SlinkWord
SlinkWord(unsigned int word)
Definition: SlinkWord.cxx:9
LVL1CTP::SlinkWord::~SlinkWord
~SlinkWord()
Definition: SlinkWord.cxx:14