|
ROOTANA
|
Access to ODB saved in XML format inside midas .mid files. More...


Public Member Functions | |
| XmlOdb (PMXML_NODE root, PMXML_NODE dir, MVOdbError *error) | |
| ~XmlOdb () | |
| void | SetPrintError (bool v) |
| bool | GetPrintError () const |
| void | SetNotFound (MVOdbError *error, const char *varname) |
| void | SetNullValue (MVOdbError *error, const char *varname) |
| bool | IsReadOnly () const |
| MVOdb * | Chdir (const char *subdir, bool create, MVOdbError *error) |
| void | ReadKey (const char *varname, int *tid, int *num_values, int *total_size, int *item_size, MVOdbError *error) |
| void | ReadKeyLastWritten (const char *varname, int *last_written, MVOdbError *error) |
| void | ReadDir (std::vector< std::string > *varname, std::vector< int > *tid, std::vector< int > *num_values, std::vector< int > *total_size, std::vector< int > *item_size, MVOdbError *error) |
| void | RB (const char *varname, bool *value, bool create, MVOdbError *error) |
| void | RI (const char *varname, int *value, bool create, MVOdbError *error) |
| void | RD (const char *varname, double *value, bool create, MVOdbError *error) |
| void | RF (const char *varname, float *value, bool create, MVOdbError *error) |
| void | RS (const char *varname, std::string *value, bool create, int create_string_length, MVOdbError *error) |
| void | RU16 (const char *varname, uint16_t *value, bool create, MVOdbError *error) |
| void | RU32 (const char *varname, uint32_t *value, bool create, MVOdbError *error) |
| void | RU64 (const char *varname, uint64_t *value, bool create, MVOdbError *error) |
| PMXML_NODE | FindXmlNode (PMXML_NODE dir, const char *varname, const char *type1, const char *type2, MVOdbError *error) |
| template<typename T > | |
| void | RXA (const char *varname, const char *type1, const char *type2, std::vector< T > *value, MVOdbError *error) |
| void | RBA (const char *varname, std::vector< bool > *value, bool create, int create_size, MVOdbError *error) |
| void | RIA (const char *varname, std::vector< int > *value, bool create, int create_size, MVOdbError *error) |
| void | RDA (const char *varname, std::vector< double > *value, bool create, int create_size, MVOdbError *error) |
| void | RFA (const char *varname, std::vector< float > *value, bool create, int create_size, MVOdbError *error) |
| void | RSA (const char *varname, std::vector< std::string > *value, bool create, int create_size, int create_string_length, MVOdbError *error) |
| void | RU16A (const char *varname, std::vector< uint16_t > *value, bool create, int create_size, MVOdbError *error) |
| void | RU32A (const char *varname, std::vector< uint32_t > *value, bool create, int create_size, MVOdbError *error) |
| void | RU64A (const char *varname, std::vector< uint64_t > *value, bool create, int create_size, MVOdbError *error) |
| template<typename T > | |
| void | RXAI (const char *varname, int index, const char *type1, const char *type2, T *value, MVOdbError *error) |
| void | RBAI (const char *varname, int index, bool *value, MVOdbError *error) |
| void | RIAI (const char *varname, int index, int *value, MVOdbError *error) |
| void | RDAI (const char *varname, int index, double *value, MVOdbError *error) |
| void | RFAI (const char *varname, int index, float *value, MVOdbError *error) |
| void | RSAI (const char *varname, int index, std::string *value, MVOdbError *error) |
| void | RU16AI (const char *varname, int index, uint16_t *value, MVOdbError *error) |
| void | RU32AI (const char *varname, int index, uint32_t *value, MVOdbError *error) |
| void | RU64AI (const char *varname, int index, uint64_t *value, MVOdbError *error) |
| void | WB (const char *varname, bool v, MVOdbError *error) |
| void | WI (const char *varname, int v, MVOdbError *error) |
| void | WD (const char *varname, double v, MVOdbError *error) |
| void | WF (const char *varname, float v, MVOdbError *error) |
| void | WS (const char *varname, const char *v, int string_length, MVOdbError *error) |
| void | WU16 (const char *varname, uint16_t v, MVOdbError *error) |
| void | WU32 (const char *varname, uint32_t v, MVOdbError *error) |
| void | WU64 (const char *varname, uint64_t v, MVOdbError *error) |
| void | WBA (const char *varname, const std::vector< bool > &v, MVOdbError *error) |
| void | WIA (const char *varname, const std::vector< int > &v, MVOdbError *error) |
| void | WDA (const char *varname, const std::vector< double > &v, MVOdbError *error) |
| void | WFA (const char *varname, const std::vector< float > &v, MVOdbError *error) |
| void | WSA (const char *varname, const std::vector< std::string > &data, int odb_string_length, MVOdbError *error) |
| void | WU16A (const char *varname, const std::vector< uint16_t > &v, MVOdbError *error) |
| void | WU32A (const char *varname, const std::vector< uint32_t > &v, MVOdbError *error) |
| void | WU64A (const char *varname, const std::vector< uint64_t > &v, MVOdbError *error) |
| void | WBAI (const char *varname, int index, bool v, MVOdbError *error) |
| void | WIAI (const char *varname, int index, int v, MVOdbError *error) |
| void | WDAI (const char *varname, int index, double v, MVOdbError *error) |
| void | WFAI (const char *varname, int index, float v, MVOdbError *error) |
| void | WSAI (const char *varname, int index, const char *v, MVOdbError *error) |
| void | WU16AI (const char *varname, int index, uint16_t v, MVOdbError *error) |
| void | WU32AI (const char *varname, int index, uint32_t v, MVOdbError *error) |
| void | WU64AI (const char *varname, int index, uint64_t v, MVOdbError *error) |
| void | Delete (const char *odbname, MVOdbError *error) |
Public Member Functions inherited from MVOdb | |
| virtual | ~MVOdb ()=0 |
| virtual | ~MVOdb ()=0 |
Static Public Member Functions | |
| static PMXML_NODE | FindPath (PMXML_NODE dir, const char *path) |
| Follow the ODB path through the XML DOM tree. | |
Data Fields | |
| PMXML_NODE | fRoot |
| PMXML_NODE | fDir |
| std::string | fPath |
| bool | fPrintError |
Access to ODB saved in XML format inside midas .mid files.
Definition at line 184 of file mxmlodb.cxx.
|
inline |
|
inline |
|
inlinevirtual |
Implements MVOdb.
Definition at line 323 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 704 of file mxmlodb.cxx.

|
inlinestatic |
Follow the ODB path through the XML DOM tree.
Definition at line 261 of file mxmlodb.cxx.


|
inline |
Definition at line 425 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 221 of file mxmlodb.cxx.
|
inlinevirtual |
Implements MVOdb.
Definition at line 255 of file mxmlodb.cxx.
|
inlinevirtual |
Implements MVOdb.
Definition at line 385 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 515 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 633 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 395 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 525 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 643 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 379 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 362 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 372 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 400 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 530 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 648 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 390 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 520 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 638 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 405 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 535 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 653 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 410 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 540 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 658 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 415 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 545 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 663 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 420 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 550 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 668 of file mxmlodb.cxx.


|
inline |
Definition at line 453 of file mxmlodb.cxx.


|
inline |
Definition at line 556 of file mxmlodb.cxx.


|
inline |
Definition at line 226 of file mxmlodb.cxx.


|
inline |
Definition at line 240 of file mxmlodb.cxx.


|
inlinevirtual |
Implements MVOdb.
Definition at line 216 of file mxmlodb.cxx.
|
inlinevirtual |
Implements MVOdb.
Definition at line 675 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 684 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 693 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 677 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 686 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 695 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 678 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 687 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 696 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 676 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 685 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 694 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 679 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 688 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 697 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 680 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 689 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 698 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 681 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 690 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 699 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 682 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 691 of file mxmlodb.cxx.

|
inlinevirtual |
Implements MVOdb.
Definition at line 700 of file mxmlodb.cxx.

| PMXML_NODE XmlOdb::fDir |
Definition at line 188 of file mxmlodb.cxx.
| std::string XmlOdb::fPath |
Definition at line 189 of file mxmlodb.cxx.
| bool XmlOdb::fPrintError |
Definition at line 190 of file mxmlodb.cxx.
| PMXML_NODE XmlOdb::fRoot |
Definition at line 187 of file mxmlodb.cxx.