ATLAS Offline Software
Loading...
Searching...
No Matches
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>
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
21CLASS_DEF(std::list<MyContObj>, 9981, 1)
23CLASS_DEF(std::list< ElementLink< std::vector<float> > >, 9984, 1)
24
25#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
std::map< std::string, float > MapStringFloat
a map of float keyed by string
Derived DataVector<T>.
Definition DataVector.h:795
STL namespace.