#include <TGCASDOut.h>
Definition at line 12 of file TGCASDOut.h.
◆ TGCASDOut() [1/2]
| LVL1TGCTrigger::TGCASDOut::TGCASDOut |
( |
| ) |
|
|
default |
◆ TGCASDOut() [2/2]
Definition at line 13 of file TGCASDOut.cxx.
17{
18}
TGCSignalType m_signalType
TGCReadoutIndex m_tgcReadoutIndex
◆ GetChannel()
| int LVL1TGCTrigger::TGCASDOut::GetChannel |
( |
| ) |
const |
|
inline |
◆ GetHitID()
| int LVL1TGCTrigger::TGCASDOut::GetHitID |
( |
| ) |
const |
|
inline |
◆ GetHitToF()
| double LVL1TGCTrigger::TGCASDOut::GetHitToF |
( |
| ) |
const |
|
inline |
◆ GetSignalType()
◆ GetTGCReadoutIndex()
| const TGCReadoutIndex & LVL1TGCTrigger::TGCASDOut::GetTGCReadoutIndex |
( |
| ) |
const |
|
inline |
◆ operator!=()
| int LVL1TGCTrigger::TGCASDOut::operator!= |
( |
const TGCASDOut & | right | ) |
const |
|
inline |
Definition at line 26 of file TGCASDOut.h.
26{ return (this!=&right); }
◆ operator==()
| int LVL1TGCTrigger::TGCASDOut::operator== |
( |
const TGCASDOut & | right | ) |
const |
|
inline |
Definition at line 25 of file TGCASDOut.h.
25{ return (this==&right); }
◆ Print()
| void LVL1TGCTrigger::TGCASDOut::Print |
( |
| ) |
const |
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}
◆ SetChannel()
| void LVL1TGCTrigger::TGCASDOut::SetChannel |
( |
int | ch | ) |
|
◆ SetParams()
| void LVL1TGCTrigger::TGCASDOut::SetParams |
( |
TGCSignalType | signal_type, |
|
|
int | id, |
|
|
double | tof ) |
◆ m_channel
| int LVL1TGCTrigger::TGCASDOut::m_channel {0} |
|
protected |
◆ m_hitID
| int LVL1TGCTrigger::TGCASDOut::m_hitID {0} |
|
protected |
◆ m_hitToF
| double LVL1TGCTrigger::TGCASDOut::m_hitToF {0} |
|
protected |
◆ m_signalType
◆ m_tgcReadoutIndex
The documentation for this class was generated from the following files: