ATLAS Offline Software
Trigger
TrigT1
TrigT1Interfaces
src
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
5
#include "
TrigT1Interfaces/MuCTPICTP.h
"
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
19
MuCTPICTP::~MuCTPICTP
() {
20
21
}
22
23
const
std::vector<unsigned int>&
MuCTPICTP::muCTPIWord
()
const
{
24
return
m_MuCTPICTPWord
;
25
}
26
27
}
// namespace LVL1
LVL1::MuCTPICTP::muCTPIWord
const std::vector< unsigned int > & muCTPIWord() const
Return the muon data i.e.
Definition:
MuCTPICTP.cxx:23
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
Generated on Thu Nov 7 2024 21:21:33 for ATLAS Offline Software by
1.8.18