ATLAS Offline Software
Loading...
Searching...
No Matches
CVecWithData_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/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
15
16#ifndef DATAMODELTESTDATACOMMON_CVECWITHDATA_V1_H
17#define DATAMODELTESTDATACOMMON_CVECWITHDATA_V1_H
18
19
21
22
23namespace DMTest {
24
25
27 : public CVec_v1
28{
29public:
31 int meta1;
32};
33
34
35} // namespace DMTest
36
37
38#endif // not DATAMODELTESTDATACOMMON_CVECWITHDATA_V1_H
Class used for testing xAOD data reading/writing.
Definition B.h:23
DataVector< C_v1 > CVec_v1
Definition CVec_v1.h:27