Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MapStringFloat.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  a map of float keyed by string
7  ------------------------------
8  ATLAS Collaboration
9  ***************************************************************************/
10 
11 // $Id: MapStringFloat.h,v 1.4 2008-04-04 21:24:21 binet Exp $
12 
13 #ifndef MAPSTRINGFLOAT_H
14 # define MAPSTRINGFLOAT_H
15 
16 //<<<<<< INCLUDES >>>>>>
17 
18 // CLIDs
19 #include "SGTools/StlMapClids.h"
20 
21 typedef std::map<std::string,float> MapStringFloat;
22 
23 //describe the container category to ElementLink
26 
27 
28 #endif // MAPSTRINGFLOAT_H
CONTAINER_IS_MAP
#define CONTAINER_IS_MAP(CONTAINER)
DeclareIndexingPolicy.h
declare to which family the container belongs as far as its indexing policy is concerned
StlMapClids.h
MapStringFloat
std::map< std::string, float > MapStringFloat
Definition: MapStringFloat.h:21