Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
master (f31105fd)
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
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
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
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
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
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RRWNTupleCnv.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef ROOTHISTCNV_RRWNTUPLECNV_H
12
#define ROOTHISTCNV_RRWNTUPLECNV_H 1
13
14
// Include files
15
#include "
RNTupleCnv.h
"
16
17
// Forward declarations
18
class
TTree;
19
20
namespace
RootHistCnv
{
27
class
RRWNTupleCnv
:
public
RNTupleCnv
{
28
public
:
30
static
const
CLID
&
classID
() {
return
CLID_RowWiseTuple; }
32
RRWNTupleCnv
(
ISvcLocator
* svc ) :
RNTupleCnv
( svc,
classID
() ) {}
33
34
protected
:
36
StatusCode
load
( TTree* tree,
INTuple
*& refpObject )
override
;
37
39
StatusCode
book
(
const
std::string
& desc,
INTuple
* pObject, TTree*& tree )
override
;
41
StatusCode
writeData
( TTree* rtree,
INTuple
* pObject )
override
;
43
StatusCode
readData
( TTree* rtree,
INTuple
* pObject,
long
ievt )
override
;
44
};
45
}
// namespace RootHistCnv
46
47
#endif // RootHistCnv_RRWNTUPLECNV_H
RootHistCnv::RRWNTupleCnv::writeData
StatusCode writeData(TTree *rtree, INTuple *pObject) override
Write N tuple data.
Definition:
RRWNTupleCnv.cpp:57
std::string
STL class.
ISvcLocator
Definition:
ISvcLocator.h:46
RootHistCnv::RRWNTupleCnv::book
StatusCode book(const std::string &desc, INTuple *pObject, TTree *&tree) override
Book the N tuple.
Definition:
RRWNTupleCnv.cpp:39
RootHistCnv::RRWNTupleCnv::readData
StatusCode readData(TTree *rtree, INTuple *pObject, long ievt) override
Read N tuple data.
Definition:
RRWNTupleCnv.cpp:75
RootHistCnv
Definition:
DirectoryCnv.h:27
StatusCode
Definition:
StatusCode.h:65
RootHistCnv::RRWNTupleCnv::RRWNTupleCnv
RRWNTupleCnv(ISvcLocator *svc)
Standard constructor.
Definition:
RRWNTupleCnv.h:32
INTuple
Definition:
INTuple.h:91
RootHistCnv::RRWNTupleCnv::classID
static const CLID & classID()
Inquire class type.
Definition:
RRWNTupleCnv.h:30
CLID
unsigned int CLID
Class ID definition.
Definition:
ClassID.h:18
RootHistCnv::RRWNTupleCnv
Definition:
RRWNTupleCnv.h:27
RNTupleCnv.h
RootHistCnv::RNTupleCnv
Definition:
RNTupleCnv.h:33
RootHistCnv::RRWNTupleCnv::load
StatusCode load(TTree *tree, INTuple *&refpObject) override
Create the transient representation of an object.
Definition:
RRWNTupleCnv.cpp:82
RootHistCnv
src
RRWNTupleCnv.h
Generated on Mon Apr 7 2025 16:26:27 for The Gaudi Framework by
1.8.18