12 std::map<std::string, std::string>
smap;
13 std::map<std::string, double>
dmap;
14 std::map<std::string, int>
imap;
23 return _geometry.size();
27 return _header.
imap[
"model"];
31 return _header.
imap[
"version"];
36 if ( _header.
smap.find(key) != _header.
smap.end() )
37 return _header.
smap[key];
46 std::string _modulename;
49 std::vector<TBGeometry::Element> _geometry;
50 std::map<int, int> _sensitive;
std::string material(std::string key)
std::map< std::string, double > dmap
std::map< std::string, int > imap
std::ostream & operator<<(std::ostream &, const HGCalTBDetId &id)
std::map< std::string, std::string > smap
TBGeometry::Element operator()(std::string, int index=0)