ATLAS Offline Software
Loading...
Searching...
No Matches
LayerIndexSampleMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6// LayerIndexSampleMap.h, (c) ATLAS Detector software
8
9#ifndef TRKDETDESCRUTILS_LAYERINDEXSAMPLEMAP_H
10#define TRKDETDESCRUTILS_LAYERINDEXSAMPLEMAP_H
11
12#include <map>
13// from TrkDetDescrUtils
15// CLASS DEF
17
26
27namespace Trk {
28
29typedef std::map<Trk::LayerIndex, int> LayerIndexSampleMap;
30
31}
32
33// clid LayerIndexSampleMap
34// 267485628 LayerIndexSampleMap
35
37
38#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
Ensure that the ATLAS eigen extensions are properly loaded.
std::map< Trk::LayerIndex, int > LayerIndexSampleMap