Loading [MathJax]/extensions/MathZoom.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataQuality
HanConfigGenerator
src
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:240
node::TYPE
TYPE
Definition:
node.h:25
node
Definition:
node.h:21
Generated on Mon Mar 31 2025 21:06:54 for ATLAS Offline Software by
1.8.18