|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef BIS78_TRIGOUT_H
6 #define BIS78_TRIGOUT_H
29 const std::vector<uint8_t>& BIS78eta,
30 const std::vector<uint8_t>& BIS78phi,
31 const std::vector<uint8_t>& BIS78Deta,
32 const std::vector<uint8_t>& BIS78Dphi,
33 const std::vector<uint8_t>& BIS78flag3over3over3Eta,
34 const std::vector<uint8_t>& BIS78flag3over3Phi,
41 return (
this==&right);
46 return (
this!=&right);
std::vector< uint8_t > m_BIS78flag3over3phi_1bit
LVL1TGCTrigger::TGCArguments * m_tgcArgs
const std::vector< uint8_t > & getBIS78Deta() const
std::vector< uint8_t > m_BIS78phi_6bit
std::vector< uint8_t > m_BIS78flag3over3eta_1bit
std::vector< uint8_t > m_BIS78Deta_3bit
void setflag3over3eta(uint8_t BIS78flag3over3eta)
bool operator!=(const BIS78TrigOut &right) const
const std::vector< uint8_t > & getBIS78eta() const
BIS78TrigOut & operator+=(const BIS78TrigOut &right)
const std::vector< uint8_t > & getBIS78Dphi() const
void setPhi(uint8_t BIS78phi)
std::vector< int > m_BIS78PadBoard
const std::vector< uint8_t > & getBIS78flag3over3eta() const
void setDphi(uint8_t BIS78Dphi)
const std::vector< uint8_t > & getBIS78phi() const
const std::vector< uint8_t > & getBIS78flag3over3phi() const
const std::vector< int > & getBIS78PadBoard() const
void setDeta(uint8_t BIS78Deta)
void setflag3over3phi(uint8_t BIS78flag3over3phi)
std::vector< uint8_t > m_BIS78Dphi_3bit
void setEta(uint8_t BIS78eta)
std::vector< uint8_t > m_BIS78eta_6bit
void setBIS78PadBoard(int BIS78PB)
bool operator==(const BIS78TrigOut &right) const