![]() |
ATLAS Offline Software
|
#include <CablingObject.h>
Classes | |
| struct | cablingParameters |
Public Member Functions | |
| CablingObject (const cablingParameters &, const std::string &) | |
| CablingObject (const CablingObject &)=default | |
| virtual | ~CablingObject ()=default |
| CablingObject & | operator= (const CablingObject &)=default |
| int | number () const |
| int | station () const |
| int | sector_type () const |
| std::string | error_header () const |
| std::string | no_connection_error (const std::string &, int) const |
| ObjectType | tag () const |
| const std::string & | name () const |
| virtual void | Print (std::ostream &, bool) const |
Private Attributes | |
| int | m_number {0} |
| int | m_station {0} |
| int | m_sector_type {0} |
| ObjectType | m_tag |
| std::string | m_name |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const CablingObject &obj) |
Definition at line 10 of file CablingObject.h.
| CablingObject::CablingObject | ( | const cablingParameters & | params, |
| const std::string & | obj_name ) |
Definition at line 9 of file CablingObject.cxx.
|
default |
|
virtualdefault |
|
nodiscard |
Definition at line 22 of file CablingObject.cxx.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
|
nodiscard |
Definition at line 30 of file CablingObject.cxx.
| int CablingObject::number | ( | ) | const |
Definition at line 12 of file CablingObject.cxx.
|
default |
|
inlinevirtualinherited |
Reimplemented in bitPATTERN, CMAdata, CMAparameters, CMApatterns, CMAtrigger, MuonSimuTrack, PADdata, PADpatterns, RPC_CondCabling::CMAcablingdata, RPC_CondCabling::CMApivotdata, RPC_CondCabling::RPCchamber, RPC_CondCabling::RPCchamberdata, RPC_CondCabling::WiredOR, RPC_CondCabling::WiredORdata, RPCdigit, RPCtrigDataObject, SLdata, and SLpatterns.
Definition at line 25 of file BaseObject.h.
| int CablingObject::sector_type | ( | ) | const |
Definition at line 14 of file CablingObject.cxx.
| int CablingObject::station | ( | ) | const |
Definition at line 13 of file CablingObject.cxx.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
friend |
Definition at line 16 of file CablingObject.cxx.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
private |
Definition at line 12 of file CablingObject.h.
|
private |
Definition at line 14 of file CablingObject.h.
|
private |
Definition at line 13 of file CablingObject.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.