20#ifndef ROOT_GM_ISOTOPE_MAP_H
21#define ROOT_GM_ISOTOPE_MAP_H
The map between VGM and Root isotopes.
TGeoIsotope * GetIsotope(VGM::IIsotope *iIsotope) const
static IsotopeMap * Instance()
std::map< TGeoIsotope *, VGM::IIsotope * > VgmIsotopeMap
VgmIsotopeMap::const_iterator VgmIsotopeMapCIterator
std::map< VGM::IIsotope *, TGeoIsotope * > TGeoIsotopeMap
TGeoIsotopeMap::const_iterator TGeoIsotopeMapCIterator
void AddIsotope(VGM::IIsotope *, TGeoIsotope *)
The VGM interface to elements.
VGM implementation for Root.