BOSS 7.0.8
BESIII Offline Software System
|
object regrouping CLID and pathname with treename/branchname More...
#include <RootCnvSvc.h>
Public Member Functions | |
Leaf (const std::string &p, const CLID &c, const std::string &tree, const std::string &branch) | |
bool | operator== (const Leaf ©) const |
Public Attributes | |
std::string | path |
std::string | treename |
std::string | branchname |
CLID | clid |
object regrouping CLID and pathname with treename/branchname
Definition at line 48 of file RootCnvSvc.h.
|
inline |
Definition at line 54 of file RootCnvSvc.h.
Definition at line 57 of file RootCnvSvc.h.
std::string RootCnvSvc::Leaf::branchname |
Definition at line 52 of file RootCnvSvc.h.
Referenced by RootCnvSvc::createAddress(), and operator==().
CLID RootCnvSvc::Leaf::clid |
Definition at line 53 of file RootCnvSvc.h.
Referenced by RootCnvSvc::createAddress(), RootCnvSvc::declareObject(), and operator==().
std::string RootCnvSvc::Leaf::path |
Definition at line 50 of file RootCnvSvc.h.
Referenced by RootCnvSvc::declareObject(), and operator==().
std::string RootCnvSvc::Leaf::treename |
Definition at line 51 of file RootCnvSvc.h.
Referenced by RootCnvSvc::createAddress(), and operator==().