![]() |
ATLAS Offline Software
|
#include <WiredORdata.h>
Public Member Functions | |
| WiredORdata (DBline &, int) | |
| virtual | ~WiredORdata () |
| std::unique_ptr< WiredOR > | give_wor (void) |
| int | station () const |
| virtual void | Print (std::ostream &, bool) const override |
Private Types | |
| typedef std::list< WiredOR > | WORlist |
Private Member Functions | |
| void | reset_data () |
| bool | get_data (DBline &, WiredOR::parseParams &) |
| bool | confirm_boundary (WiredOR::parseParams &) const |
| ObjectType | tag () const |
| const std::string & | name () const |
Private Attributes | |
| bool | m_fail |
| int | m_station {-1} |
| WORlist | m_wor |
| ObjectType | m_tag |
| std::string | m_name |
Definition at line 17 of file WiredORdata.h.
|
private |
Definition at line 19 of file WiredORdata.h.
| WiredORdata::WiredORdata | ( | DBline & | data, |
| int | type ) |
Definition at line 13 of file WiredORdata.cxx.
|
virtualdefault |
|
private |
Definition at line 32 of file WiredORdata.cxx.
|
private |
Definition at line 45 of file WiredORdata.cxx.
| std::unique_ptr< WiredOR > WiredORdata::give_wor | ( | void | ) |
Definition at line 55 of file WiredORdata.cxx.
|
inlineinherited |
Definition at line 23 of file BaseObject.h.
|
overridevirtual |
Reimplemented from BaseObject.
Definition at line 64 of file WiredORdata.cxx.
|
private |
Definition at line 30 of file WiredORdata.cxx.
|
inline |
Definition at line 35 of file WiredORdata.h.
|
inlineinherited |
Definition at line 22 of file BaseObject.h.
|
private |
Definition at line 21 of file WiredORdata.h.
|
privateinherited |
Definition at line 16 of file BaseObject.h.
|
private |
Definition at line 22 of file WiredORdata.h.
|
privateinherited |
Definition at line 15 of file BaseObject.h.
|
private |
Definition at line 23 of file WiredORdata.h.