ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
node * | subnode (node *np, const std::string &name) |
check whether a subnode with this name already exists More... | |
node * | addnode (node *np, const std::string &name, TObject *td, node::TYPE t) |
add a submode with a specific name, or return the existing node if one already exists More... | |
node* addnode | ( | node * | np, |
const std::string & | name, | ||
TObject * | td, | ||
node::TYPE | t | ||
) |
add a submode with a specific name, or return the existing node if one already exists
add a new node (or return the already existing node with this name)
Definition at line 25 of file addnode.cxx.