#include <TGCBIDOut.h>
Definition at line 12 of file TGCBIDOut.h.
◆ TGCBIDOut() [1/2]
| LVL1TGCTrigger::TGCBIDOut::TGCBIDOut |
( |
| ) |
|
◆ TGCBIDOut() [2/2]
| LVL1TGCTrigger::TGCBIDOut::TGCBIDOut |
( |
const TGCASDOut * | ASDOut | ) |
|
◆ ~TGCBIDOut()
| virtual LVL1TGCTrigger::TGCBIDOut::~TGCBIDOut |
( |
| ) |
|
|
virtualdefault |
◆ getBid()
| int LVL1TGCTrigger::TGCBIDOut::getBid |
( |
| ) |
const |
|
inline |
◆ GetChannel()
| int LVL1TGCTrigger::TGCASDOut::GetChannel |
( |
| ) |
const |
|
inlineinherited |
◆ GetHitID()
| int LVL1TGCTrigger::TGCASDOut::GetHitID |
( |
| ) |
const |
|
inlineinherited |
◆ GetHitToF()
| double LVL1TGCTrigger::TGCASDOut::GetHitToF |
( |
| ) |
const |
|
inlineinherited |
◆ GetSignalType()
Definition at line 34 of file TGCASDOut.h.
TGCSignalType m_signalType
◆ GetTGCReadoutIndex()
| const TGCReadoutIndex & LVL1TGCTrigger::TGCASDOut::GetTGCReadoutIndex |
( |
| ) |
const |
|
inlineinherited |
Definition at line 33 of file TGCASDOut.h.
TGCReadoutIndex m_tgcReadoutIndex
◆ operator!=()
| int LVL1TGCTrigger::TGCASDOut::operator!= |
( |
const TGCASDOut & | right | ) |
const |
|
inlineinherited |
Definition at line 26 of file TGCASDOut.h.
26{ return (this!=&right); }
◆ operator==()
| int LVL1TGCTrigger::TGCASDOut::operator== |
( |
const TGCASDOut & | right | ) |
const |
|
inlineinherited |
Definition at line 25 of file TGCASDOut.h.
25{ return (this==&right); }
◆ Print()
| void LVL1TGCTrigger::TGCASDOut::Print |
( |
| ) |
const |
|
inherited |
Definition at line 29 of file TGCASDOut.cxx.
30{
31 const char* const strsig[3]= { "N/A", "Wire", "Strip" };
32
34 std::cout <<
"::" << std::setw(9) << strsig[
m_signalType]
35 <<
":: ID=" << std::setw(3) <<
m_hitID
36 <<
", tof=" << std::setw(5) << std::setprecision(1) <<
m_hitToF/Gaudi::Units::ns <<
"ns"
37 << std::setprecision(6) << std::endl;
38}
◆ setBid()
| void LVL1TGCTrigger::TGCBIDOut::setBid |
( |
int | bidIn | ) |
|
|
inline |
◆ SetChannel()
| void LVL1TGCTrigger::TGCASDOut::SetChannel |
( |
int | ch | ) |
|
|
inherited |
◆ SetParams()
| void LVL1TGCTrigger::TGCASDOut::SetParams |
( |
TGCSignalType | signal_type, |
|
|
int | id, |
|
|
double | tof ) |
|
inherited |
◆ m_bid
| int LVL1TGCTrigger::TGCBIDOut::m_bid |
|
private |
◆ m_channel
| int LVL1TGCTrigger::TGCASDOut::m_channel {0} |
|
protectedinherited |
◆ m_hitID
| int LVL1TGCTrigger::TGCASDOut::m_hitID {0} |
|
protectedinherited |
◆ m_hitToF
| double LVL1TGCTrigger::TGCASDOut::m_hitToF {0} |
|
protectedinherited |
◆ m_signalType
◆ m_tgcReadoutIndex
The documentation for this class was generated from the following files: