ATLAS Offline Software
Loading...
Searching...
No Matches
PLinksAuxContainer_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_PLINKSAUXCONTAINER_V1_H
14#define DATAMODELTESTDATACOMMON_PLINKSAUXCONTAINER_V1_H
15
16
18#include "xAODCore/PackedLink.h"
20
21
22namespace DMTest {
23
24
30{
31public:
33
34
35private:
37 AUXVAR_PACKEDLINKVEC_DECL(std::vector, CVec, vlinks);
38};
39
40
41} // namespace DMTest
42
43
45
46
47#endif // not DATAMODELTESTDATACOMMON_PLINKSAUXCONTAINER_V1_H
Class used for testing xAOD data reading/writing.
#define SG_BASE(D, B)
Declare that class D derives from class B.
AUXVAR_PACKEDLINKVEC_DECL(std::vector, CVec, vlinks)
Common base class for the auxiliary containers.
Definition B.h:23
CVec_v1 CVec
Definition CVec.h:26