ATLAS Offline Software
Loading...
Searching...
No Matches
CInfoAuxContainer_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*/
13
14
15#ifndef DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
16#define DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
17
18
21#include <vector>
22
23
24namespace DMTest {
25
26
28 : public xAOD::AuxInfoBase
29{
30public:
32
33private:
34 AUXVAR_DECL (int, anInt);
35 AUXVAR_DECL (float, aFloat);
36};
37
38
39} // namespace DMTest
40
41
43
44
45#endif // not DATAMODELTESTDATACOMMON_CINFOAUXCONTAINER_V1_H
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for auxiliary info objects.
Definition AuxInfoBase.h:45
Definition B.h:23