ATLAS Offline Software
MuCTPICTPPhase1.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  MuCTPICTPPhase1::MuCTPICTPPhase1( const std::vector<unsigned int>& word )
10  : m_MuCTPICTPWord( word ) {
11 
12  }
13 
15 
16  }
17 
18  std::vector<unsigned int> MuCTPICTPPhase1::muCTPIWord() const {
19  return m_MuCTPICTPWord;
20  }
21 
22 } // namespace LVL1
LVL1::MuCTPICTPPhase1::MuCTPICTPPhase1
MuCTPICTPPhase1(const std::vector< unsigned int > &words)
Definition: MuCTPICTPPhase1.cxx:9
LVL1::MuCTPICTPPhase1::~MuCTPICTPPhase1
~MuCTPICTPPhase1()
Definition: MuCTPICTPPhase1.cxx:14
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::MuCTPICTPPhase1::muCTPIWord
std::vector< unsigned int > muCTPIWord() const
Return the muon data i.e.
Definition: MuCTPICTPPhase1.cxx:18
LVL1::MuCTPICTPPhase1::m_MuCTPICTPWord
std::vector< unsigned int > m_MuCTPICTPWord
The only data member.
Definition: MuCTPICTPPhase1.h:36
MuCTPICTPPhase1.h