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