ATLAS Offline Software
addnode.h
Go to the documentation of this file.
1 // emacs: this is -*- c++ -*-
2 //
3 // @file addnode.h
4 //
5 //
6 //
7 //
8 //
9 // $Id: addnode.h, v0.0 Thu 21 Apr 2016 20:31:49 CEST sutt $
10 
11 
12 #ifndef ADDNODE_H
13 #define ADDNODE_H
14 
15 #include "node.h"
16 
17 #include "TDirectory.h"
18 
20 node* subnode( node* np, const std::string& name );
21 
23 node* addnode( node* np, const std::string& name, TObject* td=0, node::TYPE t=node::DIRECTORY );
24 
25 #endif // ADDNODE_H
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
PlotPulseshapeFromCool.np
np
Definition: PlotPulseshapeFromCool.py:64
subnode
node * subnode(node *np, const std::string &name)
check if a subnode already exists
Definition: addnode.cxx:17
addnode
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)
Definition: addnode.cxx:25
node.h
node::DIRECTORY
@ DIRECTORY
Definition: node.h:25
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
node::TYPE
TYPE
Definition: node.h:25
node
Definition: memory_hooks-stdcmalloc.h:74