#include <DDDetector.h>
Public Types | |
using | DDVectorsMap = std::unordered_map< std::string, std::vector< double >> |
Public Member Functions | |
DDDetector () | |
dd4hep::Detector & | description () const |
void | process (const std::string &file) |
Private Attributes | |
dd4hep::Detector * | m_description |
DDVectorsMap | m_vectors |
Definition at line 14 of file DDDetector.h.
using cms::DDDetector::DDVectorsMap = std::unordered_map< std::string, std::vector<double>> |
Definition at line 16 of file DDDetector.h.
DDDetector::DDDetector | ( | ) |
Definition at line 8 of file DDDetector.cc.
|
inline |
Definition at line 21 of file DDDetector.h.
Referenced by DDCMSDetector::analyze(), DDTestDumpFile::analyze(), and DDVectorRegistryESProducer::produce().
void DDDetector::process | ( | const std::string & | file | ) |
Definition at line 14 of file DDDetector.cc.
References PatBasicFWLiteAnalyzer::files, m_description, m_vectors, dataset::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::dumpPython(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::open(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProperty().
|
private |
Definition at line 21 of file DDDetector.h.
Referenced by process().
|
private |
Definition at line 25 of file DDDetector.h.
Referenced by process().