1 #ifndef CollectionParameterMap_h
2 #define CollectionParameterMap_h 1
4 #include "EVENT/LCCollection.h"
30 typedef std::map< std::string, int > map_type ;
48 map_type&
map() {
return _map ; }
57 std::string _keyName ;
58 std::string _valueName ;
Helper class for setting and retrieving an std::map<string,int> as collection parameters.
Definition: CollectionParameterMap.h:26
map_type & map()
The std::map< std::string, int >.
Definition: CollectionParameterMap.h:48
The generic collection used in LCIO.
Definition: LCCollection.h:29