ATLAS Offline Software
MapStringFloat.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHEXSTOREGATEEXAMPLE_MAPSTRINGFLOAT_H
6 #define ATHEXSTOREGATEEXAMPLE_MAPSTRINGFLOAT_H
7 
8 // CLIDs
9 #include "SGTools/StlMapClids.h"
10 
12 typedef std::map<std::string,float> MapStringFloat;
13 
14 //describe the container category to ElementLink
17 
18 
19 #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
a map of float keyed by string
Definition: MapStringFloat.h:12