ATLAS Offline Software
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 
19 #include "AthenaKernel/BaseInfo.h"
20 #include <vector>
21 
22 
23 namespace DMTest {
24 
25 
27  : public xAOD::AuxContainerBase
28 {
29 public:
31 
32 private:
33  AUXVAR_DECL (float, aFloat);
34 };
35 
36 
37 } // namespace DMTest
38 
39 
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