ATLAS Offline Software
Loading...
Searching...
No Matches
CLinksAuxInfo_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_CLINKSAUXINFO_V1_H
14#define DATAMODELTESTDATACOMMON_CLINKSAUXINFO_V1_H
15
16
18#include "AthLinks/ElementLink.h"
20
21
22namespace DMTest {
23
24
32 : public xAOD::AuxInfoBase
33{
34public:
36
37
38private:
41};
42
43
44} // namespace DMTest
45
46
48
49
50#endif // not DATAMODELTESTDATACOMMON_CLINKSAUXINFO_V1_H
Class used for testing xAOD data reading/writing.
#define SG_BASE(D, B)
Declare that class D derives from class B.
For testing thinning of xAOD objects (standalone store).
AUXVAR_DECL(ElementLink< CVec >, link)
AUXVAR_DECL(std::vector< ElementLink< CVec > >, links)
Common base class for auxiliary info objects.
Definition AuxInfoBase.h:45
Definition B.h:23