Loading [MathJax]/extensions/tex2jax.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
Control
xAODRootAccess
xAODRootAccess
tools
TTransTrees.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: TTransTrees.h 645462 2015-02-10 10:04:54Z krasznaa $
8
#ifndef XAODROOTACCESS_TOOLS_TTRANSTREES_H
9
#define XAODROOTACCESS_TOOLS_TTRANSTREES_H
10
11
// Forward declaration(s):
12
class
TTree;
13
14
namespace
xAOD
{
15
29
class
TTransTrees
{
30
31
public
:
33
TTransTrees
( ::TTree*
eventTree
, ::TTree*
metaTree
)
34
:
m_eventTree
(
eventTree
),
m_metaTree
(
metaTree
) {}
35
37
::TTree*
eventTree
()
const
{
return
m_eventTree
; }
38
40
::TTree*
metaTree
()
const
{
return
m_metaTree
; }
41
42
private
:
44
::TTree*
m_eventTree
;
46
::TTree*
m_metaTree
;
47
48
};
// class TTransTrees
49
50
}
// namespace xAOD
51
52
#endif // XAODROOTACCESS_TOOLS_TTRANSTREES_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TTransTrees::m_eventTree
::TTree * m_eventTree
Pointer to the transient event tree.
Definition:
TTransTrees.h:44
xAOD::TTransTrees::TTransTrees
TTransTrees(::TTree *eventTree, ::TTree *metaTree)
Constructor with two transient tree pointers.
Definition:
TTransTrees.h:33
xAOD::TTransTrees::metaTree
::TTree * metaTree() const
Get a pointer to the transient metadata tree.
Definition:
TTransTrees.h:40
xAOD::TTransTrees::m_metaTree
::TTree * m_metaTree
Pointer to the transient metadata tree.
Definition:
TTransTrees.h:46
xAOD::TTransTrees::eventTree
::TTree * eventTree() const
Get a pointer to the transient event tree.
Definition:
TTransTrees.h:37
xAOD::TTransTrees
A simple helper class holding both event and metadata transient trees.
Definition:
TTransTrees.h:29
Generated on Sun Mar 30 2025 21:22:48 for ATLAS Offline Software by
1.8.18