ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
components
DataModelTestDataCommon_entries.cxx
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
3
*/
10
11
12
#include "
../xAODTestReadSymlink.h
"
13
#include "
../xAODTestReadDecor.h
"
14
#include "
../xAODTestDecor.h
"
15
#include "
../xAODTestAlg.h
"
16
#include "
../xAODTestWriteCVec.h
"
17
#include "
../xAODTestWriteCInfo.h
"
18
#include "
../xAODTestThinCVec.h
"
19
#include "
../xAODTestWritePVec.h
"
20
#include "
../xAODTestReadPVec.h
"
21
#include "
../xAODTestThinJVec.h
"
22
#include "
../xAODTestThinPLinks.h
"
23
#include "
../xAODTestWriteCLinks.h
"
24
#include "
../xAODTestWriteFwdLink1.h
"
25
#include "
../xAODTestWriteFwdLink2.h
"
26
#include "
../xAODTestReadCVec.h
"
27
#include "
../xAODTestReadCLinks.h
"
28
#include "
../xAODTestShallowCopy.h
"
29
#include "
../xAODTestWriteJVec.h
"
30
#include "
../xAODTestReadJVec.h
"
31
#include "
../xAODTestWritePLinks.h
"
32
#include "
../xAODTestReadPLinks.h
"
33
#include "
../CondWriterAlg.h
"
34
#include "
../CondWriterExtAlg.h
"
35
#include "
../CondReaderAlg.h
"
36
#include "
../xAODTestReadSymlinkTool.h
"
37
#include "
../CondAlg1.h
"
38
#include "
../CondAlg2.h
"
39
#include "
../MetaWriterAlg.h
"
40
#include "
../MetaReaderAlg.h
"
41
#include "
../DummyDecisionWriter.h
"
42
43
DECLARE_COMPONENT
(
DMTest::xAODTestReadSymlink
)
44
DECLARE_COMPONENT
(
DMTest::xAODTestReadDecor
)
45
DECLARE_COMPONENT
(
DMTest::xAODTestDecor
)
46
DECLARE_COMPONENT
(
DMTest::xAODTestAlg
)
47
DECLARE_COMPONENT
(
DMTest::xAODTestWriteCVec
)
48
DECLARE_COMPONENT
(
DMTest::xAODTestWriteCInfo
)
49
DECLARE_COMPONENT
(
DMTest::xAODTestThinCVec
)
50
DECLARE_COMPONENT
(
DMTest::xAODTestWritePVec
)
51
DECLARE_COMPONENT
(
DMTest::xAODTestReadPVec
)
52
DECLARE_COMPONENT
(
DMTest::xAODTestThinJVec
)
53
DECLARE_COMPONENT
(
DMTest::xAODTestThinPLinks
)
54
DECLARE_COMPONENT
(
DMTest::xAODTestWriteCLinks
)
55
DECLARE_COMPONENT
(
DMTest::xAODTestWriteFwdLink1
)
56
DECLARE_COMPONENT
(
DMTest::xAODTestWriteFwdLink2
)
57
DECLARE_COMPONENT
(
DMTest::xAODTestReadCVec
)
58
DECLARE_COMPONENT
(
DMTest::xAODTestReadCLinks
)
59
DECLARE_COMPONENT
(
DMTest::xAODTestShallowCopy
)
60
DECLARE_COMPONENT
(
DMTest::xAODTestWriteJVec
)
61
DECLARE_COMPONENT
(
DMTest::xAODTestReadJVec
)
62
DECLARE_COMPONENT
(
DMTest::xAODTestWritePLinks
)
63
DECLARE_COMPONENT
(
DMTest::xAODTestReadPLinks
)
64
DECLARE_COMPONENT
(
DMTest::CondWriterAlg
)
65
DECLARE_COMPONENT
(
DMTest::CondWriterExtAlg
)
66
DECLARE_COMPONENT
(
DMTest::CondReaderAlg
)
67
DECLARE_COMPONENT
(
DMTest::CondAlg1
)
68
DECLARE_COMPONENT
(
DMTest::CondAlg2
)
69
DECLARE_COMPONENT
(
DMTest::MetaWriterAlg
)
70
DECLARE_COMPONENT
(
DMTest::MetaReaderAlg
)
71
DECLARE_COMPONENT
(
DMTest::DummyDecisionWriter
)
72
73
DECLARE_COMPONENT
(
DMTest::xAODTestReadSymlinkTool
)
74
CondAlg1.h
Testing conditions algorithms.
CondAlg2.h
Testing conditions algorithm taking both RL and TS inputs and producing mixed output.
CondReaderAlg.h
Testing conditions handling.
CondWriterAlg.h
CondWriterExtAlg.h
DummyDecisionWriter.h
Make a dummy xAOD::TrigDecision to avoid warnings when writing bytestream.
MetaReaderAlg.h
MetaWriterAlg.h
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonGMR4::ReadoutGeomCnvAlg)
DMTest::CondAlg1
Definition
CondAlg1.h:28
DMTest::CondAlg2
Definition
CondAlg2.h:32
DMTest::CondReaderAlg
Definition
CondReaderAlg.h:36
DMTest::CondWriterAlg
Definition
CondWriterAlg.h:34
DMTest::CondWriterExtAlg
Alg to write conditions data via an external script.
Definition
CondWriterExtAlg.h:21
DMTest::DummyDecisionWriter
Make a dummy xAOD::TrigDecision to avoid warnings when writing bytestream.
Definition
DummyDecisionWriter.h:32
DMTest::MetaReaderAlg
Definition
MetaReaderAlg.h:30
DMTest::MetaWriterAlg
Definition
MetaWriterAlg.h:27
DMTest::xAODTestAlg
Definition
xAODTestAlg.h:29
DMTest::xAODTestDecor
Algorithm to test adding decorations to xAOD data.
Definition
xAODTestDecor.h:36
DMTest::xAODTestReadCLinks
Read and dump CLinks/CLinksAOD objects.
Definition
xAODTestReadCLinks.h:32
DMTest::xAODTestReadCVec
Algorithm to test reading xAOD data (CVec).
Definition
xAODTestReadCVec.h:31
DMTest::xAODTestReadDecor
Algorithm to test reading decorations using handles.
Definition
xAODTestReadDecor.h:32
DMTest::xAODTestReadJVec
Test reading jagged vectors.
Definition
xAODTestReadJVec.h:32
DMTest::xAODTestReadPLinks
Test reading packed links.
Definition
xAODTestReadPLinks.h:33
DMTest::xAODTestReadPVec
Algorithm to test reading xAOD data with packed containers.
Definition
xAODTestReadPVec.h:31
DMTest::xAODTestReadSymlinkTool
Definition
xAODTestReadSymlinkTool.h:33
DMTest::xAODTestReadSymlink
Definition
xAODTestReadSymlink.h:32
DMTest::xAODTestShallowCopy
Algorithm to do a shallow copy of CVec types.
Definition
xAODTestShallowCopy.h:35
DMTest::xAODTestThinCVec
Thin CVec objects.
Definition
xAODTestThinCVec.h:30
DMTest::xAODTestThinJVec
Thin JVecContainer objects.
Definition
xAODTestThinJVec.h:30
DMTest::xAODTestThinPLinks
Thin PLinksContainer objects.
Definition
xAODTestThinPLinks.h:30
DMTest::xAODTestWriteCInfo
Algorithm for creating test aux data.
Definition
xAODTestWriteCInfo.h:36
DMTest::xAODTestWriteCLinks
Algorithm for creating test aux data.
Definition
xAODTestWriteCLinks.h:34
DMTest::xAODTestWriteCVec
Algorithm for creating test aux data.
Definition
xAODTestWriteCVec.h:32
DMTest::xAODTestWriteFwdLink1
Definition
xAODTestWriteFwdLink1.h:27
DMTest::xAODTestWriteFwdLink2
Definition
xAODTestWriteFwdLink2.h:27
DMTest::xAODTestWriteJVec
Test writing jagged vectors.
Definition
xAODTestWriteJVec.h:34
DMTest::xAODTestWritePLinks
Test writing packed links.
Definition
xAODTestWritePLinks.h:34
DMTest::xAODTestWritePVec
Algorithm to test writing xAOD data with packed containers.
Definition
xAODTestWritePVec.h:30
xAODTestAlg.h
Algorithm used to test SG access from tools.
xAODTestDecor.h
Algorithm to test adding decorations to xAOD types.
xAODTestReadCLinks.h
Read and dump CLinks/CLinksAOD objects.
xAODTestReadCVec.h
Algorithm to test reading xAOD data (CVec).
xAODTestReadDecor.h
Algorithm to test reading decorations using handles.
xAODTestReadJVec.h
For testing jagged vectors.
xAODTestReadPLinks.h
xAODTestReadPVec.h
xAODTestReadSymlinkTool.h
Test reading via a symlink, as a tool.
xAODTestReadSymlink.h
Test reading via a symlink.
xAODTestShallowCopy.h
Algorithm to test shallow-copy of xAOD data.
xAODTestThinCVec.h
Thin CVec objects.
xAODTestThinJVec.h
Thin JVecContainer objects.
xAODTestThinPLinks.h
Thin PLinksContainer objects.
xAODTestWriteCInfo.h
Algorithm to test writing xAOD classes with auxiliary data (cinfo).
xAODTestWriteCLinks.h
Create CLinks/CLinksAOD objects.
xAODTestWriteCVec.h
Algorithm to test writing xAOD classes with auxiliary data (cvec).
xAODTestWriteFwdLink1.h
xAODTestWriteFwdLink2.h
xAODTestWriteJVec.h
For testing jagged vectors.
xAODTestWritePLinks.h
Test writing packed links.
xAODTestWritePVec.h
Generated on
for ATLAS Offline Software by
1.17.0