DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
ParsersStandardMisc4.cpp
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 //==========================================================================
11 #include "Parsers/spirit/ParsersStandardMiscCommon.h"
12 
14 namespace dd4hep {
16  namespace Parsers {
17 
18  template <> int parse(std::map<std::string, std::vector<int> >& result, const std::string& input) {
19  return parse_(result, input);
20  }
21 
22  template <> int parse(std::map<std::string, std::vector<double> >& result, const std::string& input) {
23  return parse_(result, input);
24  }
25  }
26 }
27 
dd4hep::Parsers::parse
int parse(Property &result, const std::string &input)
Definition: ComponentProperties.cpp:187
dd4hep
Namespace for the AIDA detector description toolkit.
Definition: AlignmentsCalib.h:28