![]() |
ATLAS Offline Software
|
#include <TGCHitPattern.h>
Public Member Functions | |
| TGCHitPattern () | |
| TGCHitPattern (int len) | |
| ~TGCHitPattern () | |
| TGCHitPattern (const TGCHitPattern &right) | |
| TGCHitPattern & | operator= (const TGCHitPattern &right) |
| void | setLength (int length) |
| int | getLength () const |
| void | onChannel (int iChannel) |
| void | offChannel (int iChannel) |
| void | setChannel (int iChannel, bool pattern) |
| void | setChannel (char *pat) |
| void | clear () |
| void | print (int unit) const |
| void | print () const |
| bool | getChannel (int iChannel) const |
| void | visual (int Cycle, int Width, int Tag) const |
| void | setPattern (bool *newpattern) |
| void | printb () const |
| void | printb (std::ofstream *ofs) const |
| void | dec2bin (int dec) |
| void | push_back (TGCHitPattern *hp) |
Private Attributes | |
| bool * | m_pattern |
| int | m_length |
Definition at line 11 of file TGCHitPattern.h.
| LVL1TGCTrigger::TGCHitPattern::TGCHitPattern | ( | ) |
Definition at line 12 of file TGCHitPattern.cxx.
| LVL1TGCTrigger::TGCHitPattern::TGCHitPattern | ( | int | len | ) |
Definition at line 24 of file TGCHitPattern.cxx.
| LVL1TGCTrigger::TGCHitPattern::~TGCHitPattern | ( | ) |
| LVL1TGCTrigger::TGCHitPattern::TGCHitPattern | ( | const TGCHitPattern & | right | ) |
| void LVL1TGCTrigger::TGCHitPattern::clear | ( | ) |
| void LVL1TGCTrigger::TGCHitPattern::dec2bin | ( | int | dec | ) |
| bool LVL1TGCTrigger::TGCHitPattern::getChannel | ( | int | iChannel | ) | const |
Definition at line 64 of file TGCHitPattern.cxx.
|
inline |
Definition at line 49 of file TGCHitPattern.h.
|
inline |
Definition at line 61 of file TGCHitPattern.h.
|
inline |
Definition at line 55 of file TGCHitPattern.h.
| TGCHitPattern & LVL1TGCTrigger::TGCHitPattern::operator= | ( | const TGCHitPattern & | right | ) |
Definition at line 47 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::print | ( | ) | const |
Definition at line 124 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::print | ( | int | unit | ) | const |
Definition at line 111 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::printb | ( | ) | const |
| void LVL1TGCTrigger::TGCHitPattern::printb | ( | std::ofstream * | ofs | ) | const |
| void LVL1TGCTrigger::TGCHitPattern::push_back | ( | TGCHitPattern * | hp | ) |
Definition at line 158 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::setChannel | ( | char * | pat | ) |
Definition at line 90 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::setChannel | ( | int | iChannel, |
| bool | pattern ) |
Definition at line 85 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::setLength | ( | int | length | ) |
| void LVL1TGCTrigger::TGCHitPattern::setPattern | ( | bool * | newpattern | ) |
Definition at line 239 of file TGCHitPattern.cxx.
| void LVL1TGCTrigger::TGCHitPattern::visual | ( | int | Cycle, |
| int | Width, | ||
| int | Tag ) const |
Definition at line 232 of file TGCHitPattern.cxx.
|
private |
Definition at line 45 of file TGCHitPattern.h.
|
private |
Definition at line 44 of file TGCHitPattern.h.