1 #ifndef LCIO_INDEXMAP_H
2 #define LCIO_INDEXMAP_H 1
const std::string & decode(int type) const
decode int to string (e.g.
int encode(const std::string name)
encode string to index (e.g.
IndexMap & operator=(const IndexMap &)=delete
no assignment operator
The generic collection used in LCIO.
IndexMap(const EVENT::LCCollection *col, const std::string &key1, const std::string &key2)
Constructor: takes as arguments the collection where the parameters are stored and the parameter name...
utility class to manage indices according to Collection Parameters
const EVENT::LCCollection * _col