ATLAS Offline Software
|
MuCTPI input class to the CTP simulation. More...
#include <MuCTPICTP.h>
Public Member Functions | |
MuCTPICTP (unsigned int word=0) | |
MuCTPICTP (const std::vector< unsigned int > &word) | |
~MuCTPICTP () | |
const std::vector< unsigned int > & | muCTPIWord () const |
Return the muon data i.e. More... | |
Private Attributes | |
std::vector< unsigned int > | m_MuCTPICTPWord |
The only data member. More... | |
MuCTPI input class to the CTP simulation.
This class is used to send the LVL1 muon multiplicity information from the MuCTPI simulation to the CTP simulation.
$author Thomas SChoerner-Sadenius thoma s.sc hoern er@c ern.c h
Definition at line 23 of file MuCTPICTP.h.
LVL1::MuCTPICTP::MuCTPICTP | ( | unsigned int | word = 0 | ) |
Definition at line 9 of file MuCTPICTP.cxx.
LVL1::MuCTPICTP::MuCTPICTP | ( | const std::vector< unsigned int > & | word | ) |
Definition at line 14 of file MuCTPICTP.cxx.
LVL1::MuCTPICTP::~MuCTPICTP | ( | ) |
Definition at line 19 of file MuCTPICTP.cxx.
const std::vector< unsigned int > & LVL1::MuCTPICTP::muCTPIWord | ( | ) | const |
Return the muon data i.e.
(xxxxx|thr6|thr5|thr4|thr3|thr2|thr1)
Definition at line 23 of file MuCTPICTP.cxx.
|
private |
The only data member.
Definition at line 38 of file MuCTPICTP.h.