ATLAS Offline Software
Loading...
Searching...
No Matches
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*/
11
12
13#ifndef DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
14#define DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
15
16
20#include <vector>
21
22
23namespace DMTest {
24
25
28{
29public:
31
32private:
33 AUXVAR_DECL (float, aFloat);
34};
35
36
37} // namespace DMTest
38
39
41
42
43#endif // not DATAMODELTESTDATAREAD_HAUXCONTAINER_V2_H
44
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Container to hold aux data to be stored in a packed form.
AUXVAR_DECL(float, aFloat)
Common base class for the auxiliary containers.
Definition B.h:23