#include <NSWTrigOut.h>
|
| | NSWTrigOut ()=default |
| | NSWTrigOut (int side, const std::vector< int > &NSWTrigger, const std::vector< uint8_t > &NSWeta, const std::vector< uint8_t > &NSWphi, const std::vector< uint8_t > &NSWDtheta, const std::vector< bool > &NSWlowRes, const std::vector< bool > &NSWphiRes, const std::vector< bool > &NSWmonitor, LVL1TGCTrigger::TGCArguments *tgcargs=nullptr) |
| | NSWTrigOut (int side, const std::vector< int > &NSWTrigger, LVL1TGCTrigger::TGCArguments *tgcargs=nullptr) |
| NSWTrigOut & | operator+= (const NSWTrigOut &right) |
| bool | operator== (const NSWTrigOut &right) const |
| bool | operator!= (const NSWTrigOut &right) const |
| void | setSide (int side) |
| void | setNSWTriggerProcessor (int NSWTP) |
| void | setEta (uint8_t NSWeta) |
| void | setPhi (uint8_t NSWphi) |
| void | setDtheta (uint8_t NSWDtheta) |
| void | setLowRes (bool NSWlowRes) |
| void | setPhiRes (bool NSWphiRes) |
| void | setMonitor (bool NSWmonitor) |
| void | clear () |
| int | getSide () const |
| const std::vector< int > & | getNSWTriggerProcessor () const |
| const std::vector< uint8_t > & | getNSWeta () const |
| const std::vector< uint8_t > & | getNSWphi () const |
| const std::vector< uint8_t > & | getNSWDtheta () const |
| const std::vector< bool > & | getNSWlowRes () const |
| const std::vector< bool > & | getNSWphiRes () const |
| const std::vector< bool > & | getNSWmonitor () const |
| void | print () const |
Definition at line 16 of file NSWTrigOut.h.
◆ NSWTrigOut() [1/3]
| LVL1TGC::NSWTrigOut::NSWTrigOut |
( |
| ) |
|
|
default |
◆ NSWTrigOut() [2/3]
| LVL1TGC::NSWTrigOut::NSWTrigOut |
( |
int | side, |
|
|
const std::vector< int > & | NSWTrigger, |
|
|
const std::vector< uint8_t > & | NSWeta, |
|
|
const std::vector< uint8_t > & | NSWphi, |
|
|
const std::vector< uint8_t > & | NSWDtheta, |
|
|
const std::vector< bool > & | NSWlowRes, |
|
|
const std::vector< bool > & | NSWphiRes, |
|
|
const std::vector< bool > & | NSWmonitor, |
|
|
LVL1TGCTrigger::TGCArguments * | tgcargs = nullptr ) |
Definition at line 11 of file NSWTrigOut.cxx.
21{
22}
std::vector< uint8_t > m_NSWDtheta_5bit
std::vector< int > m_NSWTriggerProcessor
std::vector< bool > m_NSWphiRes
std::vector< bool > m_NSWlowRes
std::vector< uint8_t > m_NSWeta_8bit
std::vector< uint8_t > m_NSWphi_6bit
std::vector< bool > m_NSWmonitor
LVL1TGCTrigger::TGCArguments * m_tgcArgs
◆ NSWTrigOut() [3/3]
◆ clear()
| void LVL1TGC::NSWTrigOut::clear |
( |
| ) |
|
|
inline |
◆ getNSWDtheta()
| const std::vector< uint8_t > & LVL1TGC::NSWTrigOut::getNSWDtheta |
( |
| ) |
const |
|
inline |
◆ getNSWeta()
| const std::vector< uint8_t > & LVL1TGC::NSWTrigOut::getNSWeta |
( |
| ) |
const |
|
inline |
◆ getNSWlowRes()
| const std::vector< bool > & LVL1TGC::NSWTrigOut::getNSWlowRes |
( |
| ) |
const |
|
inline |
◆ getNSWmonitor()
| const std::vector< bool > & LVL1TGC::NSWTrigOut::getNSWmonitor |
( |
| ) |
const |
|
inline |
◆ getNSWphi()
| const std::vector< uint8_t > & LVL1TGC::NSWTrigOut::getNSWphi |
( |
| ) |
const |
|
inline |
◆ getNSWphiRes()
| const std::vector< bool > & LVL1TGC::NSWTrigOut::getNSWphiRes |
( |
| ) |
const |
|
inline |
◆ getNSWTriggerProcessor()
| const std::vector< int > & LVL1TGC::NSWTrigOut::getNSWTriggerProcessor |
( |
| ) |
const |
|
inline |
◆ getSide()
| int LVL1TGC::NSWTrigOut::getSide |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool LVL1TGC::NSWTrigOut::operator!= |
( |
const NSWTrigOut & | right | ) |
const |
|
inline |
Definition at line 46 of file NSWTrigOut.h.
47 {
48 return (this!=&right);
49 }
◆ operator+=()
◆ operator==()
| bool LVL1TGC::NSWTrigOut::operator== |
( |
const NSWTrigOut & | right | ) |
const |
|
inline |
Definition at line 41 of file NSWTrigOut.h.
42 {
43 return (this==&right);
44 }
◆ print()
| void LVL1TGC::NSWTrigOut::print |
( |
| ) |
const |
Definition at line 44 of file NSWTrigOut.cxx.
45{
48
62 }
63
64}
IMessageSvc * getMessageSvc(bool quiet=false)
◆ setDtheta()
| void LVL1TGC::NSWTrigOut::setDtheta |
( |
uint8_t | NSWDtheta | ) |
|
|
inline |
◆ setEta()
| void LVL1TGC::NSWTrigOut::setEta |
( |
uint8_t | NSWeta | ) |
|
|
inline |
◆ setLowRes()
| void LVL1TGC::NSWTrigOut::setLowRes |
( |
bool | NSWlowRes | ) |
|
|
inline |
◆ setMonitor()
| void LVL1TGC::NSWTrigOut::setMonitor |
( |
bool | NSWmonitor | ) |
|
|
inline |
◆ setNSWTriggerProcessor()
| void LVL1TGC::NSWTrigOut::setNSWTriggerProcessor |
( |
int | NSWTP | ) |
|
|
inline |
◆ setPhi()
| void LVL1TGC::NSWTrigOut::setPhi |
( |
uint8_t | NSWphi | ) |
|
|
inline |
◆ setPhiRes()
| void LVL1TGC::NSWTrigOut::setPhiRes |
( |
bool | NSWphiRes | ) |
|
|
inline |
◆ setSide()
| void LVL1TGC::NSWTrigOut::setSide |
( |
int | side | ) |
|
|
inline |
◆ m_NSWDtheta_5bit
| std::vector<uint8_t> LVL1TGC::NSWTrigOut::m_NSWDtheta_5bit |
|
protected |
◆ m_NSWeta_8bit
| std::vector<uint8_t> LVL1TGC::NSWTrigOut::m_NSWeta_8bit |
|
protected |
◆ m_NSWlowRes
| std::vector<bool> LVL1TGC::NSWTrigOut::m_NSWlowRes |
|
protected |
◆ m_NSWmonitor
| std::vector<bool> LVL1TGC::NSWTrigOut::m_NSWmonitor |
|
protected |
◆ m_NSWphi_6bit
| std::vector<uint8_t> LVL1TGC::NSWTrigOut::m_NSWphi_6bit |
|
protected |
◆ m_NSWphiRes
| std::vector<bool> LVL1TGC::NSWTrigOut::m_NSWphiRes |
|
protected |
◆ m_NSWTriggerProcessor
| std::vector<int> LVL1TGC::NSWTrigOut::m_NSWTriggerProcessor |
|
protected |
◆ m_sideID
| int LVL1TGC::NSWTrigOut::m_sideID {-1} |
|
protected |
◆ m_tgcArgs
The documentation for this class was generated from the following files: