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
DataModelTest
DataModelTestDataWrite
src
xAODTestWriteHelper.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
17
#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITEHELPER_H
18
#define DATAMODELTESTDATAWRITE_XAODTESTWRITEHELPER_H
19
20
21
#include "
DataModelTestDataCommon/CVec.h
"
22
#include "
DataModelTestDataWrite/HVec.h
"
23
#include "
StoreGate/WriteHandle.h
"
24
#include "
StoreGate/StoreGateSvc.h
"
25
#include "
AthContainers/ViewVector.h
"
26
#include "
AthContainers/ConstDataVector.h
"
27
28
29
namespace
DMTest
{
30
31
32
StatusCode
recordView1
(
SG::WriteHandle
<
ConstDataVector
<
ViewVector<DMTest::CVec>
> >&
h
,
33
std::unique_ptr<
ConstDataVector
<
ViewVector<DMTest::CVec>
> >
view
);
34
35
36
StatusCode
recordView2
(
SG::WriteHandle
<
ViewVector<DMTest::HVec>
>&
h
,
37
std::unique_ptr<
ViewVector<DMTest::HVec>
>
view
);
38
39
40
}
// namespace DMTest
41
42
43
44
#endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITEHELPER_H
ConstDataVector.h
DataVector adapter that acts like it holds const pointers.
HVec.h
WriteHandle.h
Handle class for recording to StoreGate.
CVec.h
Class used for testing xAOD data reading/writing.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ViewVector
Identify view containers to be made persistent.
Definition:
ViewVector.h:67
SG::WriteHandle
Definition:
StoreGate/StoreGate/WriteHandle.h:73
DMTest::recordView2
StatusCode recordView2(SG::WriteHandle< ViewVector< DMTest::HVec > > &h, std::unique_ptr< ViewVector< DMTest::HVec > > view)
Definition:
xAODTestWriteHelper.cxx:28
h
ConstDataVector
DataVector adapter that acts like it holds const pointers.
Definition:
ConstDataVector.h:76
DMTest::recordView1
StatusCode recordView1(SG::WriteHandle< ConstDataVector< ViewVector< DMTest::CVec > > > &h, std::unique_ptr< ConstDataVector< ViewVector< DMTest::CVec > > > view)
Definition:
xAODTestWriteHelper.cxx:21
StoreGateSvc.h
ViewVector.h
Identify view containers to be made persistent.
DMTest
Definition:
B.h:23
drawFromPickle.view
view
Definition:
drawFromPickle.py:294
Generated on Sat Apr 5 2025 21:22:45 for ATLAS Offline Software by
1.8.18