#include <map>
#include <set>
#include <string>
#include "DetectorDescription/Core/interface/DDLogicalPart.h"
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "DetectorDescription/Core/interface/DDSolid.h"
#include "DetectorDescription/Core/interface/DDTransform.h"
#include "DetectorDescription/Core/interface/DDSpecifics.h"
#include <DetectorDescription/Core/interface/DDCompactView.h>
#include "DetectorDescription/Base/interface/Singleton.h"
Go to the source code of this file.
Classes | |
class | DDErrorDetection |
Typedefs | |
typedef DDI::Singleton < std::map< std::string, std::set< DDLogicalPart > > > | lp_err |
typedef DDI::Singleton < std::map< std::string, std::set< DDMaterial > > > | ma_err |
typedef std::map< std::string, std::set< DDName > > | ns_nm_type |
typedef std::map< std::string, std::set< std::string > > | ns_type |
typedef DDI::Singleton < std::map< std::string, std::set< DDRotation > > > | ro_err |
typedef DDI::Singleton < std::map< std::string, std::set< DDSolid > > > | so_err |
typedef DDI::Singleton < std::map< std::string, std::set< DDSpecifics > > > | sp_err |
Functions | |
template<class C > | |
const std::map< std::string, std::set< C > > & | dd_error_scan (const C &) |
template<typename T > | |
bool | findNameSpaces (T dummy, ns_type &m) |
template<typename T > | |
bool | findNameSpaces (T dummy, ns_nm_type &m) |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const std::set< T > &v) |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const std::map< std::string, std::set< T > > &m) |
template<class T , class N > | |
std::ostream & | operator<< (std::ostream &o, const std::map< N, std::set< T > > &m) |
typedef DDI::Singleton<std::map<std::string,std::set<DDLogicalPart> > > lp_err |
Definition at line 17 of file DDErrorDetection.h.
typedef DDI::Singleton<std::map<std::string,std::set<DDMaterial> > > ma_err |
Definition at line 18 of file DDErrorDetection.h.
typedef std::map<std::string, std::set<DDName> > ns_nm_type |
Definition at line 27 of file DDErrorDetection.h.
typedef std::map<std::string, std::set<std::string> > ns_type |
Definition at line 26 of file DDErrorDetection.h.
typedef DDI::Singleton<std::map<std::string,std::set<DDRotation> > > ro_err |
Definition at line 20 of file DDErrorDetection.h.
typedef DDI::Singleton<std::map<std::string,std::set<DDSolid> > > so_err |
Definition at line 19 of file DDErrorDetection.h.
typedef DDI::Singleton<std::map<std::string,std::set<DDSpecifics> > > sp_err |
Definition at line 21 of file DDErrorDetection.h.
const std::map<std::string, std::set<C> >& dd_error_scan | ( | const C & | ) |
Definition at line 73 of file DDErrorDetection.h.
References instance, mps_fire::result, and svgfig::template().
bool findNameSpaces | ( | T | dummy, |
ns_nm_type & | m | ||
) |
Definition at line 89 of file DDErrorDetection.h.
References instance, mps_fire::result, and svgfig::template().
std::ostream& operator<< | ( | std::ostream & | o, |
const std::set< T > & | v | ||
) |
Definition at line 33 of file DDErrorDetection.h.
References connectstrParser::o, and findQualityFiles::v.
std::ostream& operator<< | ( | std::ostream & | o, |
const std::map< std::string, std::set< T > > & | m | ||
) |
Definition at line 52 of file DDErrorDetection.h.
References visualization-live-secondInstance_cfg::m, and connectstrParser::o.
std::ostream& operator<< | ( | std::ostream & | o, |
const std::map< N, std::set< T > > & | m | ||
) |
Definition at line 62 of file DDErrorDetection.h.
References visualization-live-secondInstance_cfg::m, and connectstrParser::o.