ATLAS Offline Software
Control
DataModelTest
DataModelTestDataRead
DataModelTestDataRead
versions
HAuxContainer_v2.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
*/
13
#ifndef DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
14
#define DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
15
16
17
#include "
xAODCore/AuxContainerBase.h
"
18
#include "
AthContainers/PackedContainer.h
"
19
#include "
AthenaKernel/BaseInfo.h
"
20
#include <vector>
21
22
23
namespace
DMTest
{
24
25
26
class
HAuxContainer_v2
27
:
public
xAOD::AuxContainerBase
28
{
29
public
:
30
HAuxContainer_v2
();
31
32
private
:
33
AUXVAR_DECL
(
float
, aFloat);
34
};
35
36
37
}
// namespace DMTest
38
39
40
SG_BASE
(
DMTest::HAuxContainer_v2
,
xAOD::AuxContainerBase
);
41
42
43
#endif // not DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
44
DMTest::HAuxContainer_v2::AUXVAR_DECL
AUXVAR_DECL(float, aFloat)
PackedContainer.h
Container to hold aux data to be stored in a packed form.
DMTest::HAuxContainer_v2
Definition:
HAuxContainer_v2.h:28
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
SG_BASE
SG_BASE(DMTest::HAuxContainer_v2, xAOD::AuxContainerBase)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::HAuxContainer_v2::HAuxContainer_v2
HAuxContainer_v2()
Definition:
HAuxContainer_v2.cxx:18
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:16:05 for ATLAS Offline Software by
1.8.18