#include <DDParsingContext.h>
Classes | |
struct | BooleanShape |
struct | CompositeMaterial |
Public Member Functions | |
DDParsingContext ()=delete | |
DDParsingContext (const DDParsingContext &)=delete | |
DDParsingContext (dd4hep::Detector &det) | |
const std::string & | ns () const |
DDParsingContext & | operator= (const DDParsingContext &)=delete |
~DDParsingContext ()=default | |
Public Attributes | |
std::unordered_map< std::string, dd4hep::Assembly > | assemblies |
bool | debug_algorithms = false |
bool | debug_constants = false |
bool | debug_includes = false |
bool | debug_materials = false |
bool | debug_namespaces = false |
bool | debug_placements = false |
bool | debug_rotations = false |
bool | debug_shapes = false |
bool | debug_specpars = false |
bool | debug_volumes = false |
dd4hep::Detector & | description |
std::vector< std::string > | namespaces |
std::unordered_map< std::string, dd4hep::Rotation3D > | rotations |
std::unordered_map< std::string, dd4hep::Solid > | shapes |
std::unordered_map< std::string, std::vector< CompositeMaterial > > | unresolvedMaterials |
std::unordered_map< std::string, std::variant< BooleanShape< dd4hep::UnionSolid >, BooleanShape< dd4hep::SubtractionSolid >, BooleanShape< dd4hep::IntersectionSolid > > > | unresolvedShapes |
std::unordered_map< std::string, std::vector< std::string > > | unresolvedVectors |
std::unordered_map< std::string, dd4hep::Volume > | volumes |
Definition at line 13 of file DDParsingContext.h.
|
inline |
Definition at line 15 of file DDParsingContext.h.
References assemblies, namespaces, rotations, shapes, unresolvedMaterials, unresolvedShapes, unresolvedVectors, and volumes.
|
delete |
|
delete |
|
default |
|
inline |
Definition at line 33 of file DDParsingContext.h.
References namespaces.
Referenced by cms::DDNamespace::~DDNamespace().
|
delete |
std::unordered_map<std::string, dd4hep::Assembly> cms::DDParsingContext::assemblies |
Definition at line 70 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addAssembly(), cms::DDNamespace::assembly(), and DDParsingContext().
bool cms::DDParsingContext::debug_algorithms = false |
Definition at line 65 of file DDParsingContext.h.
bool cms::DDParsingContext::debug_constants = false |
Definition at line 58 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addConstantNS(), and load_dddefinition().
bool cms::DDParsingContext::debug_includes = false |
Definition at line 57 of file DDParsingContext.h.
bool cms::DDParsingContext::debug_materials = false |
Definition at line 59 of file DDParsingContext.h.
Referenced by load_dddefinition().
bool cms::DDParsingContext::debug_namespaces = false |
Definition at line 64 of file DDParsingContext.h.
Referenced by cms::DDNamespace::DDNamespace(), and cms::DDNamespace::~DDNamespace().
bool cms::DDParsingContext::debug_placements = false |
Definition at line 63 of file DDParsingContext.h.
Referenced by convert_boolean().
bool cms::DDParsingContext::debug_rotations = false |
Definition at line 60 of file DDParsingContext.h.
bool cms::DDParsingContext::debug_shapes = false |
Definition at line 61 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addSolidNS().
bool cms::DDParsingContext::debug_specpars = false |
Definition at line 66 of file DDParsingContext.h.
bool cms::DDParsingContext::debug_volumes = false |
Definition at line 62 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addAssembly(), cms::DDNamespace::addVolume(), and cms::DDNamespace::addVolumeNS().
dd4hep::Detector& cms::DDParsingContext::description |
Definition at line 68 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addConstantNS(), convert_boolean(), load_dddefinition(), cms::DDNamespace::material(), cms::DDAlgoArguments::resolveValue(), cms::DDNamespace::vecDbl(), and cms::DDNamespace::vecFloat().
std::vector<std::string> cms::DDParsingContext::namespaces |
Definition at line 74 of file DDParsingContext.h.
Referenced by cms::DDNamespace::DDNamespace(), DDParsingContext(), ns(), and cms::DDNamespace::~DDNamespace().
std::unordered_map<std::string, dd4hep::Rotation3D> cms::DDParsingContext::rotations |
Definition at line 71 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addRotation(), algorithm(), DDParsingContext(), and cms::DDNamespace::rotation().
std::unordered_map<std::string, dd4hep::Solid> cms::DDParsingContext::shapes |
Definition at line 72 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addSolidNS(), convert_boolean(), DDParsingContext(), load_dddefinition(), and cms::DDNamespace::solid().
std::unordered_map<std::string, std::vector<CompositeMaterial> > cms::DDParsingContext::unresolvedMaterials |
Definition at line 76 of file DDParsingContext.h.
Referenced by DDParsingContext(), and load_dddefinition().
std::unordered_map<std::string, std::variant<BooleanShape<dd4hep::UnionSolid>, BooleanShape<dd4hep::SubtractionSolid>, BooleanShape<dd4hep::IntersectionSolid> > > cms::DDParsingContext::unresolvedShapes |
Definition at line 82 of file DDParsingContext.h.
Referenced by convert_boolean(), DDParsingContext(), and load_dddefinition().
std::unordered_map<std::string, std::vector<std::string> > cms::DDParsingContext::unresolvedVectors |
Definition at line 77 of file DDParsingContext.h.
Referenced by DDParsingContext(), and load_dddefinition().
std::unordered_map<std::string, dd4hep::Volume> cms::DDParsingContext::volumes |
Definition at line 73 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addVolume(), cms::DDNamespace::addVolumeNS(), DDParsingContext(), and cms::DDNamespace::volume().