ATLAS Offline Software
StoreGateExample_ClassDEF.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef STOREGATEEXAMPLE_CLASSDEF_H
8 #define STOREGATEEXAMPLE_CLASSDEF_H
9 
10 #include <list>
11 #include <vector>
12 #include "SGTools/StlVectorClids.h"
13 #include "AthenaKernel/CLASS_DEF.h"
15 #include "AthLinks/ElementLink.h"
16 #include "MyContObj.h"
17 #include "MapStringFloat.h"
18 
20 // CLASS_DEF(std::vector<float>, 9980, 1) //--> done by StlVectorClids
21 CLASS_DEF(std::list<MyContObj>, 9981, 1)
22 CLASS_DEF(std::vector< ElementLink<MapStringFloat> >, 9983, 1)
23 CLASS_DEF(std::list< ElementLink< std::vector<float> > >, 9984, 1)
24 
25 #endif
MyContObj.h
MapStringFloat.h
StlVectorClids.h
MyContObj
Definition: MyContObj.h:11
vector
Definition: MultiHisto.h:13
histSizes.list
def list(name, path='/')
Definition: histSizes.py:38
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type
MapStringFloat
std::map< std::string, float > MapStringFloat
Definition: MapStringFloat.h:21