ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataRead/DataModelTestDataRead/HVec.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 DATAMODELTESTDATAREAD_HVEC_H
17#define DATAMODELTESTDATAREAD_HVEC_H
18
19
21
22
23namespace DMTest {
24
25
26typedef HVec_v2 HVec;
27
28
29} // namespace DMTest
30
31
32#include "xAODCore/CLASS_DEF.h"
33CLASS_DEF (DMTest::HVec, 9781, 1)
34
35
36#endif // not DATAMODELTESTDATAREAD_HVEC_H
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
File providing the different SG_BASE macros.
Test for xAOD schema evolution.
Definition B.h:23
DataVector< H_v2 > HVec_v2
Definition HVec_v2.h:27