1 #ifndef CollectionParameterMap_h
2 #define CollectionParameterMap_h 1
Helper class for setting and retrieving an std::map<string,int> as collection parameters.
CollectionParameterMap & operator=(const CollectionParameterMap &)=delete
std::map< std::string, int > map_type
~CollectionParameterMap()
Update the collection parameters keyName and valueName when going out of scope.
map_type & map()
The std::map< std::string, int >.
The generic collection used in LCIO.
CollectionParameterMap()=default
void init(const EVENT::LCCollection *col)
EVENT::LCCollection * _col