#include <CablingObject.h>
Definition at line 10 of file CablingObject.h.
◆ CablingObject() [1/2]
◆ CablingObject() [2/2]
◆ ~CablingObject()
virtual CablingObject::~CablingObject |
( |
| ) |
|
|
virtualdefault |
◆ error_header()
std::string CablingObject::error_header |
( |
| ) |
const |
Definition at line 22 of file CablingObject.cxx.
23 std::ostringstream disp;
26 disp <<
":" << std::endl;
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ no_connection_error()
std::string CablingObject::no_connection_error |
( |
const std::string & |
conn_name, |
|
|
int |
num |
|
) |
| const |
Definition at line 30 of file CablingObject.cxx.
31 std::ostringstream disp;
32 disp <<
error_header() <<
name() <<
" n. " <<
number() <<
" is supposed to receive input from " << conn_name <<
" n. " <<
num <<
" which doesn't exist!";
◆ number()
int CablingObject::number |
( |
| ) |
const |
◆ operator=()
◆ Print()
virtual void BaseObject::Print |
( |
std::ostream & |
, |
|
|
bool |
|
|
) |
| const |
|
inlinevirtualinherited |
Reimplemented in CMAparameters, RPC_CondCabling::CMApivotdata, RPC_CondCabling::CMAcablingdata, RPC_CondCabling::RPCchamberdata, RPC_CondCabling::WiredORdata, RPC_CondCabling::RPCchamber, CMApatterns, RPC_CondCabling::WiredOR, MuonSimuTrack, RPCdigit, CMAtrigger, PADpatterns, CMAdata, SLpatterns, SLdata, PADdata, RPCtrigDataObject, and bitPATTERN.
Definition at line 25 of file BaseObject.h.
◆ sector_type()
int CablingObject::sector_type |
( |
| ) |
const |
◆ station()
int CablingObject::station |
( |
| ) |
const |
◆ tag()
◆ operator<<
Definition at line 16 of file CablingObject.cxx.
17 stream <<
obj.name() <<
" number " << std::setw(3) <<
obj.number() <<
" associated to sector type " << std::setw(3)
18 <<
obj.sector_type() <<
" in station n. " <<
obj.station() << std::endl;
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_number
int CablingObject::m_number {0} |
|
private |
◆ m_sector_type
int CablingObject::m_sector_type {0} |
|
private |
◆ m_station
int CablingObject::m_station {0} |
|
private |
◆ m_tag
The documentation for this class was generated from the following files: