#include <BIS78TrigOut.h>
Definition at line 16 of file BIS78TrigOut.h.
◆ BIS78TrigOut() [1/3]
| LVL1TGC::BIS78TrigOut::BIS78TrigOut |
( |
| ) |
|
|
default |
◆ BIS78TrigOut() [2/3]
| LVL1TGC::BIS78TrigOut::BIS78TrigOut |
( |
const std::vector< int > & | BIS78Trigger, |
|
|
const std::vector< uint8_t > & | BIS78eta, |
|
|
const std::vector< uint8_t > & | BIS78phi, |
|
|
const std::vector< uint8_t > & | BIS78Deta, |
|
|
const std::vector< uint8_t > & | BIS78Dphi, |
|
|
const std::vector< uint8_t > & | BIS78flag3over3over3Eta, |
|
|
const std::vector< uint8_t > & | BIS78flag3over3Phi, |
|
|
LVL1TGCTrigger::TGCArguments * | tgcargs = nullptr ) |
Definition at line 11 of file BIS78TrigOut.cxx.
21{}
std::vector< uint8_t > m_BIS78flag3over3eta_1bit
std::vector< uint8_t > m_BIS78phi_6bit
LVL1TGCTrigger::TGCArguments * m_tgcArgs
std::vector< uint8_t > m_BIS78Dphi_3bit
std::vector< uint8_t > m_BIS78eta_6bit
std::vector< uint8_t > m_BIS78flag3over3phi_1bit
std::vector< int > m_BIS78PadBoard
std::vector< uint8_t > m_BIS78Deta_3bit
◆ BIS78TrigOut() [3/3]
◆ clear()
| void LVL1TGC::BIS78TrigOut::clear |
( |
| ) |
|
|
inline |
◆ getBIS78Deta()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78Deta |
( |
| ) |
const |
|
inline |
◆ getBIS78Dphi()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78Dphi |
( |
| ) |
const |
|
inline |
◆ getBIS78eta()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78eta |
( |
| ) |
const |
|
inline |
◆ getBIS78flag3over3eta()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78flag3over3eta |
( |
| ) |
const |
|
inline |
◆ getBIS78flag3over3phi()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78flag3over3phi |
( |
| ) |
const |
|
inline |
◆ getBIS78PadBoard()
| const std::vector< int > & LVL1TGC::BIS78TrigOut::getBIS78PadBoard |
( |
| ) |
const |
|
inline |
◆ getBIS78phi()
| const std::vector< uint8_t > & LVL1TGC::BIS78TrigOut::getBIS78phi |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool LVL1TGC::BIS78TrigOut::operator!= |
( |
const BIS78TrigOut & | right | ) |
const |
|
inline |
Definition at line 44 of file BIS78TrigOut.h.
45 {
46 return (this!=&right);
47 }
◆ operator+=()
Definition at line 28 of file BIS78TrigOut.cxx.
29{
30 if (this != &right) {
38 }
39 return *this;
40}
◆ operator==()
| bool LVL1TGC::BIS78TrigOut::operator== |
( |
const BIS78TrigOut & | right | ) |
const |
|
inline |
Definition at line 39 of file BIS78TrigOut.h.
40 {
41 return (this==&right);
42 }
◆ print()
| void LVL1TGC::BIS78TrigOut::print |
( |
| ) |
const |
Definition at line 42 of file BIS78TrigOut.cxx.
43{
46
59 }
60}
IMessageSvc * getMessageSvc(bool quiet=false)
◆ setBIS78PadBoard()
| void LVL1TGC::BIS78TrigOut::setBIS78PadBoard |
( |
int | BIS78PB | ) |
|
|
inline |
◆ setDeta()
| void LVL1TGC::BIS78TrigOut::setDeta |
( |
uint8_t | BIS78Deta | ) |
|
|
inline |
◆ setDphi()
| void LVL1TGC::BIS78TrigOut::setDphi |
( |
uint8_t | BIS78Dphi | ) |
|
|
inline |
◆ setEta()
| void LVL1TGC::BIS78TrigOut::setEta |
( |
uint8_t | BIS78eta | ) |
|
|
inline |
◆ setflag3over3eta()
| void LVL1TGC::BIS78TrigOut::setflag3over3eta |
( |
uint8_t | BIS78flag3over3eta | ) |
|
|
inline |
◆ setflag3over3phi()
| void LVL1TGC::BIS78TrigOut::setflag3over3phi |
( |
uint8_t | BIS78flag3over3phi | ) |
|
|
inline |
◆ setPhi()
| void LVL1TGC::BIS78TrigOut::setPhi |
( |
uint8_t | BIS78phi | ) |
|
|
inline |
◆ m_BIS78Deta_3bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78Deta_3bit |
|
protected |
◆ m_BIS78Dphi_3bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78Dphi_3bit |
|
protected |
◆ m_BIS78eta_6bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78eta_6bit |
|
protected |
◆ m_BIS78flag3over3eta_1bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78flag3over3eta_1bit |
|
protected |
◆ m_BIS78flag3over3phi_1bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78flag3over3phi_1bit |
|
protected |
◆ m_BIS78PadBoard
| std::vector<int> LVL1TGC::BIS78TrigOut::m_BIS78PadBoard |
|
protected |
◆ m_BIS78phi_6bit
| std::vector<uint8_t> LVL1TGC::BIS78TrigOut::m_BIS78phi_6bit |
|
protected |
◆ m_tgcArgs
The documentation for this class was generated from the following files: