CMS 3D CMS Logo

DDParsingContext.cc
Go to the documentation of this file.
2 
3 using namespace std;
4 using namespace cms;
5 
6 void
7 DDParsingContext::addVector( const string& name, const VecDouble& value ) {
8  numVectors.emplace( std::piecewise_construct,
9  std::forward_as_tuple( name ),
10  std::forward_as_tuple( value ));
11 }
std::vector< double > VecDouble
Definition: value.py:1
Namespace of DDCMS conversion namespace.