DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Typedefs
SpecParRegistry.h File Reference
#include <string>
#include <string_view>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

struct  dd4hep::SpecPar
 
struct  dd4hep::SpecParRegistry
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 

Typedefs

using dd4hep::Paths = std::vector< std::string >
 
using dd4hep::PartSelectionMap = std::unordered_map< std::string, std::vector< std::string > >
 
using dd4hep::VectorsMap = std::unordered_map< std::string, std::vector< double > >
 
using dd4hep::SpecParMap = std::unordered_map< std::string, SpecPar >
 
using dd4hep::SpecParRefs = std::vector< std::pair< std::string, const SpecPar * > >