ATLAS Offline Software
Control
AthenaExamples
AthExStoreGateExample
src
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
15
#include "
AthLinks/DeclareIndexingPolicy.h
"
16
CONTAINER_IS_MAP
(
MapStringFloat
)
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
Generated on Mon Sep 29 2025 21:14:18 for ATLAS Offline Software by
1.8.18