![]() |
ATLAS Offline Software
|
#include <RPCrawData.h>
Public Types | |
| typedef std::list< RPCrawDigit > | DigitList |
| typedef std::list< const RPCdigit * > | digitList |
Public Member Functions | |
| RPCrawData () | |
| RPCrawData (const RPCrawData &) | |
| ~RPCrawData () | |
| RPCrawData | operator= (const RPCrawData &) |
| const RPCrawDigit * | load_data (RPCrawDigit &) |
| const DigitList & | eta_digits (void) const |
| const DigitList & | phi_digits (void) const |
| const RPCrawDigit * | operator<< (RPCrawDigit &) |
| RPCdata::digitList | eta_digits_list (void) const |
| RPCdata::digitList | phi_digits_list (void) const |
| virtual int | how_many (int type, int sector, int station, int layer, int chamber, int strip) const |
| void | PrintElement (std::ostream &, std::string, bool) const |
| ObjectType | tag () const |
| const std::string & | name () const |
| virtual void | Print (std::ostream &, bool) const |
Private Attributes | |
| DigitList | m_eta_digits |
| DigitList | m_phi_digits |
| ObjectType | m_tag |
| std::string | m_name |
Definition at line 17 of file RPCrawData.h.
| typedef std::list< RPCrawDigit > RPCrawData::DigitList |
Definition at line 20 of file RPCrawData.h.
|
inherited |
| RPCrawData::RPCrawData | ( | ) |
Definition at line 9 of file RPCrawData.cxx.
| RPCrawData::RPCrawData | ( | const RPCrawData & | data | ) |
Definition at line 16 of file RPCrawData.cxx.
| RPCrawData::~RPCrawData | ( | ) |
Definition at line 23 of file RPCrawData.cxx.
|
inline |
Definition at line 37 of file RPCrawData.h.
|
virtual |
Implements RPCdata.
Definition at line 81 of file RPCrawData.cxx.
|
virtual |
Implements RPCdata.
Definition at line 107 of file RPCrawData.cxx.
| const RPCrawDigit * RPCrawData::load_data | ( | RPCrawDigit & | digit | ) |
Definition at line 43 of file RPCrawData.cxx.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
| const RPCrawDigit * RPCrawData::operator<< | ( | RPCrawDigit & | rpc_digit | ) |
Definition at line 74 of file RPCrawData.cxx.
| RPCrawData RPCrawData::operator= | ( | const RPCrawData & | data | ) |
Definition at line 30 of file RPCrawData.cxx.
|
inline |
Definition at line 38 of file RPCrawData.h.
|
virtual |
Implements RPCdata.
Definition at line 94 of file RPCrawData.cxx.
|
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.
| void RPCrawData::PrintElement | ( | std::ostream & | stream, |
| std::string | element, | ||
| bool | detail ) const |
Definition at line 150 of file RPCrawData.cxx.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
private |
Definition at line 23 of file RPCrawData.h.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
private |
Definition at line 24 of file RPCrawData.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.