ATLAS Offline Software
Loading...
Searching...
No Matches
MuCTPICTP.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace 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
22
23 const std::vector<unsigned int>& MuCTPICTP::muCTPIWord() const {
24 return m_MuCTPICTPWord;
25 }
26
27} // namespace LVL1
MuCTPICTP(unsigned int word=0)
Definition MuCTPICTP.cxx:9
std::vector< unsigned int > m_MuCTPICTPWord
The only data member.
Definition MuCTPICTP.h:38
const std::vector< unsigned int > & muCTPIWord() const
Return the muon data i.e.
Definition MuCTPICTP.cxx:23
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...