#include <interface/RPCData.h>
Public Member Functions | |
RPCData () | |
Standard constructor. More... | |
int | wheelIdx () const |
~RPCData ()=default | |
Destructor. More... | |
Public Attributes | |
std::array< RBCInput, 6 > | m_orsignals |
std::array< int, 6 > | m_sec1 |
std::array< int, 6 > | m_sec2 |
int | m_wheel |
Friends | |
std::ostream & | operator<< (std::ostream &, RPCData const &) |
std::istream & | operator>> (std::istream &, RPCData &) |
Data structure consisting of wheel + sector + ORs signals
RPCData::RPCData | ( | ) |
|
default |
Destructor.
|
friend |
Definition at line 92 of file RPCData.cc.
|
friend |
Definition at line 82 of file RPCData.cc.
std::array<RBCInput, 6> RPCData::m_orsignals |
Definition at line 51 of file RPCData.h.
Referenced by operator<<(), and operator>>().
std::array<int, 6> RPCData::m_sec1 |
Definition at line 49 of file RPCData.h.
Referenced by operator<<(), and operator>>().
std::array<int, 6> RPCData::m_sec2 |
Definition at line 50 of file RPCData.h.
Referenced by operator<<(), and operator>>().
int RPCData::m_wheel |
Definition at line 48 of file RPCData.h.
Referenced by operator<<(), operator>>(), RPCData(), and wheelIdx().