#include <iostream>
#include <map>
#include <memory>
#include <string>
#include "DetectorDescription/Core/interface/DDReadMapType.h"
#include "DetectorDescription/Core/interface/DDBase.h"
#include "DetectorDescription/Core/interface/DDName.h"
Go to the source code of this file.
Classes | |
class | DDMap |
a named constant corresponding to the DDL-XML tag <Constant> and <ConstantsVector> More... | |
Typedefs | |
using | dd_map_type = ReadMapType< double > |
simply a std::map<std::string,double> supporting an addional operator[] const More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const DDMap &cons) |
output operator for printing ... More... | |
using dd_map_type = ReadMapType<double> |
std::ostream& operator<< | ( | std::ostream & | o, |
const DDMap & | cons | ||
) |
output operator for printing ...
Definition at line 11 of file DDMap.cc.
References DDBase< N, C >::isDefined(), DDBase< N, C >::name(), DDMap::size(), and DDMap::values().