ATLAS Offline Software
Loading...
Searching...
No Matches
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
10
12typedef std::map<std::string,float> MapStringFloat;
13
14//describe the container category to ElementLink
17
18
19#endif // MAPSTRINGFLOAT_H
declare to which family the container belongs as far as its indexing policy is concerned
#define CONTAINER_IS_MAP(CONTAINER)
std::map< std::string, float > MapStringFloat
a map of float keyed by string