#include <iostream>
#include <vector>
#include <memory>
#include "DetectorDescription/Core/interface/DDBase.h"
#include "DetectorDescription/Core/interface/DDName.h"
Go to the source code of this file.
Classes | |
class | DDConstant |
a named constant corresponding to the DDL-XML tag <Constant> and <ConstantsVector> More... | |
Typedefs | |
using | DDNumeric = DDConstant |
std::maps the XML naming convention, i.e. <Numeric name="foo" value="4711"> -> DDNumeric More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const DDConstant &cons) |
output operator for printing ... More... | |
using DDNumeric = DDConstant |
std::maps the XML naming convention, i.e. <Numeric name="foo" value="4711"> -> DDNumeric
Definition at line 40 of file DDConstant.h.
std::ostream& operator<< | ( | std::ostream & | o, |
const DDConstant & | cons | ||
) |
output operator for printing ...
Definition at line 16 of file DDConstant.cc.
References DDBase< N, C >::isDefined(), DDBase< N, C >::name(), and DDConstant::value().