ATLAS Offline Software
|
#include <RPCdata.h>
Public Types | |
typedef std::list< const RPCdigit * > | digitList |
Public Member Functions | |
RPCdata (const std::string &) | |
RPCdata (const char *) | |
RPCdata (const RPCdata &) | |
virtual | ~RPCdata () |
virtual digitList | eta_digits_list (void) const =0 |
virtual digitList | phi_digits_list (void) const =0 |
virtual int | how_many (int type, int sector, int station, int layer, int chamber, int strip) const =0 |
ObjectType | tag () const |
const std::string & | name () const |
virtual void | Print (std::ostream &, bool) const |
Private Attributes | |
ObjectType | m_tag |
std::string | m_name |
typedef std::list< const RPCdigit* > RPCdata::digitList |
RPCdata::RPCdata | ( | const std::string & | name | ) |
Definition at line 8 of file RPCdata.cxx.
RPCdata::RPCdata | ( | const char * | name | ) |
Definition at line 10 of file RPCdata.cxx.
Definition at line 12 of file RPCdata.cxx.
|
virtual |
Definition at line 14 of file RPCdata.cxx.
|
pure virtual |
Implemented in RPCsimuData, and RPCrawData.
|
pure virtual |
Implemented in RPCsimuData, and RPCrawData.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
|
pure virtual |
Implemented in RPCsimuData, and RPCrawData.
|
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.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.