ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
DataModelTestDataCommon
versions
JVecAuxContainer_v1.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
* Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
4
*/
11
12
13
#ifndef DATAMODELTESTDATACOMMON_JVECAUXCONTAINER_C1_H
14
#define DATAMODELTESTDATACOMMON_JVECAUXCONTAINER_C1_H
15
16
17
#include "
DataModelTestDataCommon/CVec.h
"
18
#include "
xAODCore/JaggedVec.h
"
19
#include "
xAODCore/AuxContainerBase.h
"
20
#include "AthLinks/ElementLink.h"
21
#include <string>
22
23
24
namespace
DMTest
{
25
26
30
class
JVecAuxContainer_v1
31
:
public
xAOD::AuxContainerBase
32
{
33
public
:
34
JVecAuxContainer_v1
();
35
36
37
private
:
38
AUXVAR_JAGGEDVEC_DECL
(
float
, fvec);
39
AUXVAR_JAGGEDVEC_DECL
(
int
, ivec);
40
AUXVAR_JAGGEDVEC_DECL
(std::string, svec);
41
AUXVAR_JAGGEDVEC_DECL
(
ElementLink<CVec>
, lvec);
42
};
43
44
45
}
// namespace DMTest
46
47
48
SG_BASE
(
DMTest::JVecAuxContainer_v1
,
xAOD::AuxContainerBase
);
49
50
51
#endif
// not DATAMODELTESTDATACOMMON_JVECAUXCONTAINER_C1_H
AuxContainerBase.h
CVec.h
Class used for testing xAOD data reading/writing.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
JaggedVec.h
Auxiliary variable type allowing storage as a jagged vector. That is, the payloads for all the DataVe...
DMTest::JVecAuxContainer_v1
For testing jagged vectors.
Definition
JVecAuxContainer_v1.h:32
DMTest::JVecAuxContainer_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(ElementLink< CVec >, lvec)
DMTest::JVecAuxContainer_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(int, ivec)
DMTest::JVecAuxContainer_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(std::string, svec)
DMTest::JVecAuxContainer_v1::JVecAuxContainer_v1
JVecAuxContainer_v1()
Definition
JVecAuxContainer_v1.cxx:18
DMTest::JVecAuxContainer_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(float, fvec)
ElementLink
ElementLink implementation for ROOT usage.
Definition
A/AthLinks/ElementLink.h:40
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition
AuxContainerBase.h:55
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0