![]() |
ATLAS Offline Software
|
#include <CMAreadout.h>
Public Member Functions | |
| CMAreadout (CMApatterns *, uint NOBXS, uint BCZERO) | |
| CMAreadout (const CMAreadout &) | |
| CMAreadout | operator= (const CMAreadout &) |
| bool | operator== (const CMAreadout &) const |
| bool | operator!= (const CMAreadout &) const |
| bool | operator< (const CMAreadout &) const |
| CMAparameters::CMAconfiguration | CMAconfiguration (void) const |
| int | sector (void) const |
| const CMAidentity & | id (void) const |
| const Matrix * | low_pt_matrix (void) const |
| const Matrix * | high_pt_matrix (void) const |
| std::array< MatrixReadOut *, 2 > | give_matrix_readout (MsgStream &log, uint NOBXS) |
| void | set_number (int) |
| int | number (void) const |
| void | PrintElement (std::ostream &, std::string, bool) const |
| void | Print (std::ostream &, bool) const |
| ObjectType | tag () const |
| const std::string & | name () const |
Private Attributes | |
| CMAparameters::CMAconfiguration | m_CMAconfiguration |
| int | m_sector |
| CMAidentity | m_cma_identity |
| Matrix * | m_low_pt_matrix |
| Matrix * | m_high_pt_matrix |
| std::unique_ptr< MatrixReadOut > | m_low_pt_matrix_readout |
| std::unique_ptr< MatrixReadOut > | m_high_pt_matrix_readout |
| int | m_number |
| ObjectType | m_tag |
| std::string | m_name |
Definition at line 22 of file CMAreadout.h.
| CMAreadout::CMAreadout | ( | CMApatterns * | patterns, |
| uint | NOBXS, | ||
| uint | BCZERO | ||
| ) |
Definition at line 7 of file CMAreadout.cxx.
| CMAreadout::CMAreadout | ( | const CMAreadout & | readout | ) |
Definition at line 18 of file CMAreadout.cxx.
|
inline |
Definition at line 43 of file CMAreadout.h.
| std::array< MatrixReadOut *, 2 > CMAreadout::give_matrix_readout | ( | MsgStream & | log, |
| uint | NOBXS | ||
| ) |
Definition at line 74 of file CMAreadout.cxx.
Definition at line 48 of file CMAreadout.h.
|
inline |
Definition at line 46 of file CMAreadout.h.
Definition at line 47 of file CMAreadout.h.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
|
inlineinherited |
Definition at line 29 of file RPCtrigDataObject.h.
| bool CMAreadout::operator!= | ( | const CMAreadout & | cmaReadout | ) | const |
Definition at line 56 of file CMAreadout.cxx.
| bool CMAreadout::operator< | ( | const CMAreadout & | cmaReadout | ) | const |
Definition at line 61 of file CMAreadout.cxx.
| CMAreadout CMAreadout::operator= | ( | const CMAreadout & | readout | ) |
Definition at line 29 of file CMAreadout.cxx.
| bool CMAreadout::operator== | ( | const CMAreadout & | cmaReadout | ) | const |
Definition at line 43 of file CMAreadout.cxx.
|
virtualinherited |
Reimplemented from BaseObject.
Reimplemented in SLpatterns.
Definition at line 31 of file RPCtrigDataObject.cxx.
|
inlineinherited |
Definition at line 31 of file RPCtrigDataObject.h.
|
inline |
Definition at line 45 of file CMAreadout.h.
|
inherited |
Definition at line 42 of file RPCtrigDataObject.cxx.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
private |
Definition at line 28 of file CMAreadout.h.
|
private |
Definition at line 25 of file CMAreadout.h.
|
private |
Definition at line 30 of file CMAreadout.h.
|
private |
Definition at line 31 of file CMAreadout.h.
|
private |
Definition at line 29 of file CMAreadout.h.
|
private |
Definition at line 31 of file CMAreadout.h.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
privateinherited |
Definition at line 17 of file RPCtrigDataObject.h.
|
private |
Definition at line 27 of file CMAreadout.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.
1.8.18