![]() |
ATLAS Offline Software
|
#include <CMAdata.h>
Public Types | |
| typedef std::list< CMApatterns > | PATTERNSlist |
| typedef std::list< CMApatterns * > | PatternsList |
Public Member Functions | |
| CMAdata (unsigned long int) | |
| CMAdata (const RPCdata *rpcData, const RpcCablingCondData *rpcCabling, const unsigned long int debug) | |
| CMAdata (const CMAdata &) | |
| ~CMAdata () | |
| CMAdata | operator= (const CMAdata &) |
| void | create_patterns (const CMAparameters *, const RPCdigit *) |
| unsigned long int | debug (void) const |
| const PATTERNSlist & | eta_cma_patterns (void) const |
| const PATTERNSlist & | phi_cma_patterns (void) const |
| PatternsList | give_patterns (void) |
| void | PrintElement (std::ostream &, std::string, bool) const |
| void | Print (std::ostream &, bool) const |
| ObjectType | tag () const |
| const std::string & | name () const |
Private Member Functions | |
| CMApatterns * | find (const int, const CMAparameters *) |
Private Attributes | |
| unsigned long int | m_debug |
| PATTERNSlist | m_eta_cma_patterns |
| PATTERNSlist | m_phi_cma_patterns |
| ObjectType | m_tag |
| std::string | m_name |
| typedef std::list< CMApatterns > CMAdata::PATTERNSlist |
| typedef std::list< CMApatterns* > CMAdata::PatternsList |
| CMAdata::CMAdata | ( | unsigned long int | debug | ) |
Definition at line 7 of file CMAdata.cxx.
| CMAdata::CMAdata | ( | const RPCdata * | rpcData, |
| const RpcCablingCondData * | rpcCabling, | ||
| const unsigned long int | debug ) |
Definition at line 14 of file CMAdata.cxx.
| CMAdata::CMAdata | ( | const CMAdata & | cma_patterns | ) |
Definition at line 62 of file CMAdata.cxx.
| CMAdata::~CMAdata | ( | ) |
Definition at line 70 of file CMAdata.cxx.
| void CMAdata::create_patterns | ( | const CMAparameters * | cma, |
| const RPCdigit * | digit ) |
Definition at line 90 of file CMAdata.cxx.
|
inline |
|
inline |
|
private |
Definition at line 109 of file CMAdata.cxx.
| CMAdata::PatternsList CMAdata::give_patterns | ( | void | ) |
Definition at line 139 of file CMAdata.cxx.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
Definition at line 77 of file CMAdata.cxx.
|
inline |
|
virtual |
Reimplemented from BaseObject.
Definition at line 202 of file CMAdata.cxx.
| void CMAdata::PrintElement | ( | std::ostream & | stream, |
| std::string | element, | ||
| bool | detail ) const |
Definition at line 160 of file CMAdata.cxx.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
private |
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
private |
|
privateinherited |
Definition at line 15 of file BaseObject.h.