![]() |
ATLAS Offline Software
|
#include <TGCASDOut.h>
Public Member Functions | |
| TGCASDOut ()=default | |
| TGCASDOut (TGCReadoutIndex tgcrindex, TGCSignalType sigtype=WIRE, int id=-1, double tof=0.) | |
| int | operator== (const TGCASDOut &right) const |
| int | operator!= (const TGCASDOut &right) const |
| void | SetParams (TGCSignalType signal_type, int id, double tof) |
| void | SetChannel (int ch) |
| const TGCReadoutIndex & | GetTGCReadoutIndex () const |
| TGCSignalType | GetSignalType () const |
| int | GetHitID () const |
| int | GetChannel () const |
| double | GetHitToF () const |
| void | Print () const |
Protected Attributes | |
| TGCReadoutIndex | m_tgcReadoutIndex |
| TGCSignalType | m_signalType {WIRE} |
| int | m_hitID {0} |
| int | m_channel {0} |
| double | m_hitToF {0} |
Definition at line 12 of file TGCASDOut.h.
|
default |
| LVL1TGCTrigger::TGCASDOut::TGCASDOut | ( | TGCReadoutIndex | tgcrindex, |
| TGCSignalType | sigtype = WIRE, | ||
| int | id = -1, | ||
| double | tof = 0. ) |
Definition at line 13 of file TGCASDOut.cxx.
|
inline |
Definition at line 36 of file TGCASDOut.h.
|
inline |
Definition at line 35 of file TGCASDOut.h.
|
inline |
Definition at line 37 of file TGCASDOut.h.
|
inline |
Definition at line 34 of file TGCASDOut.h.
|
inline |
Definition at line 33 of file TGCASDOut.h.
Definition at line 26 of file TGCASDOut.h.
Definition at line 25 of file TGCASDOut.h.
| void LVL1TGCTrigger::TGCASDOut::Print | ( | ) | const |
Definition at line 29 of file TGCASDOut.cxx.
| void LVL1TGCTrigger::TGCASDOut::SetChannel | ( | int | ch | ) |
| void LVL1TGCTrigger::TGCASDOut::SetParams | ( | TGCSignalType | signal_type, |
| int | id, | ||
| double | tof ) |
Definition at line 21 of file TGCASDOut.cxx.
|
protected |
Definition at line 17 of file TGCASDOut.h.
|
protected |
Definition at line 16 of file TGCASDOut.h.
|
protected |
Definition at line 18 of file TGCASDOut.h.
|
protected |
Definition at line 15 of file TGCASDOut.h.
|
protected |
Definition at line 14 of file TGCASDOut.h.