![]() |
ATLAS Offline Software
|
Class representing data from an endcap SL board. More...
#include <Lvl1MuEndcapSectorLogicDataPhase1.h>
Public Types | |
| typedef std::pair< unsigned long int, unsigned short int > | SectorLogicWord |
Public Member Functions | |
| Lvl1MuEndcapSectorLogicDataPhase1 () | |
| ~Lvl1MuEndcapSectorLogicDataPhase1 () | |
| Lvl1MuEndcapSectorLogicDataPhase1 & | operator= (const Lvl1MuSectorLogicDataPhase1 &right) |
| SectorLogicWord | getWordFormat () const |
| Get data in 32 bit word format. | |
| const Lvl1MuSectorLogicDataPhase1 & | convertFromWordFormat (const SectorLogicWord &) |
| Convert SectorLogicDataPhase1 from 32 bit word data. | |
| bool | is2candidatesInSector () const |
| int | bcid () const |
| void | bcid (int value) |
| int | nsw () const |
| void | nsw (int value) |
| int | roi (size_t id) const |
| void | roi (size_t id, int value) |
| int | ovl (size_t id) const |
| void | ovl (size_t id, int value) |
| int | pt (size_t id) const |
| void | pt (size_t id, int value) |
| int | charge (size_t id) const |
| void | charge (size_t id, int value) |
| bool | is2candidates (size_t id) const |
| int | goodmf (size_t id) const |
| void | goodmf (size_t id, int value) |
| int | innercoin (size_t id) const |
| void | innercoin (size_t id, int value) |
| int | bw2or3 (size_t id) const |
| void | bw2or3 (size_t id, int value) |
| int | veto (size_t id) const |
| void | veto (size_t id, int value) |
| void | set2candidatesInSector () |
| void | clear2candidatesInSector () |
| void | set2candidates (size_t id) |
| void | clear2candidates (size_t id) |
| void | clear () |
| int | getSystemId () const |
Protected Member Functions | |
| virtual void | printOut (std::ostream &out) const |
| print out data | |
| void | initialize () |
Protected Attributes | |
| bool | m_2candidatesInSector |
| std::vector< int > | m_roi |
| std::vector< int > | m_ovl |
| std::vector< int > | m_pt |
| std::vector< bool > | m_2candidates |
| int | m_bcid |
| int | m_nsw |
| std::vector< int > | m_charge |
| int | m_id_system |
| std::vector< int > | m_goodmf |
| std::vector< int > | m_innercoin |
| std::vector< int > | m_bw2or3 |
| std::vector< int > | m_veto |
Class representing data from an endcap SL board.
This class representds the data coming from a single TGC endcap SL board to the MuCTPI.
Definition at line 26 of file Lvl1MuEndcapSectorLogicDataPhase1.h.
|
inherited |
Definition at line 45 of file Lvl1MuSectorLogicDataPhase1.h.
| LVL1MUONIF::Lvl1MuEndcapSectorLogicDataPhase1::Lvl1MuEndcapSectorLogicDataPhase1 | ( | ) |
Definition at line 12 of file Lvl1MuEndcapSectorLogicDataPhase1.cxx.
|
inline |
Definition at line 30 of file Lvl1MuEndcapSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 48 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 62 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 57 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 72 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 53 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 67 of file Lvl1MuSectorLogicDataPhase1.h.
|
inherited |
Definition at line 86 of file Lvl1MuSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 69 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 61 of file Lvl1MuSectorLogicDataPhase1.h.
|
virtual |
Convert SectorLogicDataPhase1 from 32 bit word data.
Implements LVL1MUONIF::Lvl1MuSectorLogicDataPhase1.
Definition at line 108 of file Lvl1MuEndcapSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 84 of file Lvl1MuSectorLogicDataPhase1.h.
|
virtual |
Get data in 32 bit word format.
Implements LVL1MUONIF::Lvl1MuSectorLogicDataPhase1.
Definition at line 39 of file Lvl1MuEndcapSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 55 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 70 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 35 of file Lvl1MuSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 56 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 71 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 54 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 47 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 49 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 63 of file Lvl1MuSectorLogicDataPhase1.h.
| Lvl1MuEndcapSectorLogicDataPhase1 & LVL1MUONIF::Lvl1MuEndcapSectorLogicDataPhase1::operator= | ( | const Lvl1MuSectorLogicDataPhase1 & | right | ) |
Definition at line 18 of file Lvl1MuEndcapSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 51 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 65 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedvirtual |
print out data
Implements LVL1MUONIF::Lvl1MuSectorLogicDataPhase1.
Definition at line 187 of file Lvl1MuEndcapSectorLogicDataPhase1.cxx.
|
inlineinherited |
Definition at line 52 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 66 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 50 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 64 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 68 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 60 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 58 of file Lvl1MuSectorLogicDataPhase1.h.
|
inlineinherited |
Definition at line 73 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 95 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 91 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 96 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 102 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 98 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 100 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 99 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 101 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 97 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 93 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 94 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 92 of file Lvl1MuSectorLogicDataPhase1.h.
|
protectedinherited |
Definition at line 103 of file Lvl1MuSectorLogicDataPhase1.h.