ATLAS Offline Software
MuCTPICTP.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 namespace LVL1 {
8 
9  MuCTPICTP::MuCTPICTP( unsigned int word )
10  {
11  m_MuCTPICTPWord.push_back(word);
12  }
13 
14  MuCTPICTP::MuCTPICTP( const std::vector<unsigned int>& word )
15  : m_MuCTPICTPWord(word)
16  {
17  }
18 
20 
21  }
22 
23  std::vector<unsigned int> MuCTPICTP::muCTPIWord() const {
24  return m_MuCTPICTPWord;
25  }
26 
27 } // namespace LVL1
MuCTPICTP.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::MuCTPICTP::m_MuCTPICTPWord
std::vector< unsigned int > m_MuCTPICTPWord
The only data member.
Definition: MuCTPICTP.h:38
LVL1::MuCTPICTP::~MuCTPICTP
~MuCTPICTP()
Definition: MuCTPICTP.cxx:19
LVL1::MuCTPICTP::MuCTPICTP
MuCTPICTP(unsigned int word=0)
Definition: MuCTPICTP.cxx:9
LVL1::MuCTPICTP::muCTPIWord
std::vector< unsigned int > muCTPIWord() const
Return the muon data i.e.
Definition: MuCTPICTP.cxx:23