#include <DDParsingContext.h>
Public Member Functions | |
DDParsingContext (dd4hep::Detector *det) | |
bool const | ns (std::string &result) |
~DDParsingContext () | |
Public Attributes | |
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_visattr = false |
bool | debug_volumes = false |
std::atomic< dd4hep::Detector * > | description |
tbb::concurrent_vector< std::string > | disabledAlgs |
bool | geo_inited = false |
tbb::concurrent_queue< std::string > | namespaces |
tbb::concurrent_unordered_map< std::string, dd4hep::Rotation3D > | rotations |
tbb::concurrent_unordered_map< std::string, dd4hep::Solid > | shapes |
tbb::concurrent_unordered_map< std::string, dd4hep::Volume > | volumes |
Definition at line 13 of file DDParsingContext.h.
|
inline |
Definition at line 17 of file DDParsingContext.h.
|
inline |
Definition at line 21 of file DDParsingContext.h.
References disabledAlgs, namespaces, rotations, shapes, and volumes.
|
inline |
Definition at line 29 of file DDParsingContext.h.
References namespaces, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by cms::DDNamespace::DDNamespace().
bool cms::DDParsingContext::debug_algorithms = false |
Definition at line 58 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_constants = false |
Definition at line 50 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addConstantNS(), and for_each_token().
bool cms::DDParsingContext::debug_includes = false |
Definition at line 49 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_materials = false |
Definition at line 51 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_namespaces = false |
Definition at line 56 of file DDParsingContext.h.
Referenced by cms::DDNamespace::DDNamespace(), for_each_token(), and cms::DDNamespace::~DDNamespace().
bool cms::DDParsingContext::debug_placements = false |
Definition at line 55 of file DDParsingContext.h.
Referenced by convert_boolean(), and for_each_token().
bool cms::DDParsingContext::debug_rotations = false |
Definition at line 52 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_shapes = false |
Definition at line 53 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addSolidNS(), convert_boolean(), and for_each_token().
bool cms::DDParsingContext::debug_specpars = false |
Definition at line 59 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_visattr = false |
Definition at line 57 of file DDParsingContext.h.
Referenced by for_each_token().
bool cms::DDParsingContext::debug_volumes = false |
Definition at line 54 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addVolume(), cms::DDNamespace::addVolumeNS(), and for_each_token().
std::atomic<dd4hep::Detector*> cms::DDParsingContext::description |
Definition at line 39 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addConstantNS(), convert_boolean(), for_each_token(), and cms::DDNamespace::material().
tbb::concurrent_vector< std::string > cms::DDParsingContext::disabledAlgs |
Definition at line 43 of file DDParsingContext.h.
Referenced by ~DDParsingContext().
bool cms::DDParsingContext::geo_inited = false |
Definition at line 46 of file DDParsingContext.h.
tbb::concurrent_queue< std::string > cms::DDParsingContext::namespaces |
Definition at line 44 of file DDParsingContext.h.
Referenced by cms::DDNamespace::DDNamespace(), ns(), cms::DDNamespace::~DDNamespace(), and ~DDParsingContext().
tbb::concurrent_unordered_map< std::string, dd4hep::Rotation3D > cms::DDParsingContext::rotations |
Definition at line 40 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addRotation(), algorithm(), cms::DDNamespace::rotation(), and ~DDParsingContext().
tbb::concurrent_unordered_map< std::string, dd4hep::Solid > cms::DDParsingContext::shapes |
Definition at line 41 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addSolidNS(), DOTExport.DotExport::export(), DOTExport.DotProducer::produceLegend(), DOTExport.DotProducer::produceServices(), DOTExport.DotProducer::produceSource(), cms::DDNamespace::solid(), and ~DDParsingContext().
tbb::concurrent_unordered_map< std::string, dd4hep::Volume > cms::DDParsingContext::volumes |
Definition at line 42 of file DDParsingContext.h.
Referenced by cms::DDNamespace::addVolume(), cms::DDNamespace::addVolumeNS(), cms::DDNamespace::volume(), and ~DDParsingContext().