ATLAS Offline Software
Loading...
Searching...
No Matches
PVec.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_PVEC_H
14#define DATAMODELTESTDATACOMMON_PVEC_H
15
16
18
19
20namespace DMTest {
21
22
23using PVec = PVec_v1;
24
25
26} // namespace DMTest
27
28
29#include "xAODCore/CLASS_DEF.h"
30CLASS_DEF (DMTest::PVec, 9752, 1)
31
32
33#endif // not DATAMODELTESTDATACOMMON_PVEC_H
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
Class used for testing xAOD data reading/writing with packed containers.
Definition B.h:23
PVec_v1 PVec
Definition PVec.h:23
DataVector< P_v1 > PVec_v1
Definition PVec_v1.h:24