ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
DataModelTestDataCommon
versions
JVecAuxInfo_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_JVECAUXINFO_V1_H
14
#define DATAMODELTESTDATACOMMON_JVECAUXINFO_V1_H
15
16
17
#include "
DataModelTestDataCommon/CVec.h
"
18
#include "
xAODCore/JaggedVec.h
"
19
#include "
xAODCore/AuxInfoBase.h
"
20
#include "AthLinks/ElementLink.h"
21
#include <string>
22
23
24
namespace
DMTest
{
25
26
30
class
JVecAuxInfo_v1
31
:
public
xAOD::AuxInfoBase
32
{
33
public
:
34
JVecAuxInfo_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::JVecAuxInfo_v1
,
xAOD::AuxInfoBase
);
49
50
51
#endif
// not DATAMODELTESTDATACOMMON_JVECAUXINFO_V1_H
AuxInfoBase.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::JVecAuxInfo_v1
For testing jagged vectors.
Definition
JVecAuxInfo_v1.h:32
DMTest::JVecAuxInfo_v1::JVecAuxInfo_v1
JVecAuxInfo_v1()
Definition
JVecAuxInfo_v1.cxx:18
DMTest::JVecAuxInfo_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(std::string, svec)
DMTest::JVecAuxInfo_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(ElementLink< CVec >, lvec)
DMTest::JVecAuxInfo_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(float, fvec)
DMTest::JVecAuxInfo_v1::AUXVAR_JAGGEDVEC_DECL
AUXVAR_JAGGEDVEC_DECL(int, ivec)
ElementLink
ElementLink implementation for ROOT usage.
Definition
A/AthLinks/ElementLink.h:40
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition
AuxInfoBase.h:45
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0