![]() |
ATLAS Offline Software
|
#include <TGCTMDBOut.h>
Public Types | |
| enum | TileModuleHit { TM_NOHIT =0, TM_LOW =1, TM_HIGH =2, TM_NA =3 } |
Public Member Functions | |
| TGCTMDBOut () | |
| TGCTMDBOut (const int side, const int module, const TileModuleHit hit56=TM_NOHIT, const TileModuleHit hit6=TM_NOHIT) | |
| virtual | ~TGCTMDBOut ()=default |
| TGCTMDBOut (const TGCTMDBOut &right)=default | |
| TGCTMDBOut & | operator= (const TGCTMDBOut &right)=default |
| bool | operator== (const TGCTMDBOut &right) const =delete |
| bool | operator!= (const TGCTMDBOut &right) const =delete |
| void | setSide (int side) |
| void | setModuleID (int module) |
| void | setHit56 (const TileModuleHit hit) |
| void | setHit6 (const TileModuleHit hit) |
| void | clear () |
| int | getSide () const |
| int | getModuleID () const |
| TileModuleHit | getHit56 () const |
| TileModuleHit | getHit6 () const |
| void | print () const |
Protected Attributes | |
| int | m_sideID |
| int | m_moduleID |
| TileModuleHit | m_hit_56 |
| TileModuleHit | m_hit_6 |
Definition at line 10 of file TGCTMDBOut.h.
| LVL1TGC::TGCTMDBOut::TGCTMDBOut | ( | ) |
Definition at line 11 of file TGCTMDBOut.cxx.
| LVL1TGC::TGCTMDBOut::TGCTMDBOut | ( | const int | side, |
| const int | module, | ||
| const TileModuleHit | hit56 = TM_NOHIT, |
||
| const TileModuleHit | hit6 = TM_NOHIT |
||
| ) |
Definition at line 16 of file TGCTMDBOut.cxx.
|
virtualdefault |
|
default |
|
inline |
|
inline |
Definition at line 37 of file TGCTMDBOut.h.
|
inline |
Definition at line 38 of file TGCTMDBOut.h.
|
inline |
Definition at line 36 of file TGCTMDBOut.h.
|
inline |
Definition at line 35 of file TGCTMDBOut.h.
|
delete |
|
default |
|
delete |
| void LVL1TGC::TGCTMDBOut::print | ( | ) | const |
Definition at line 21 of file TGCTMDBOut.cxx.
|
inline |
Definition at line 30 of file TGCTMDBOut.h.
|
inline |
Definition at line 31 of file TGCTMDBOut.h.
|
inline |
Definition at line 29 of file TGCTMDBOut.h.
|
inline |
Definition at line 28 of file TGCTMDBOut.h.
|
protected |
Definition at line 46 of file TGCTMDBOut.h.
|
protected |
Definition at line 47 of file TGCTMDBOut.h.
|
protected |
Definition at line 45 of file TGCTMDBOut.h.
|
protected |
Definition at line 44 of file TGCTMDBOut.h.
1.8.18