#include <iostream>
#include <vector>
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include <map>
Go to the source code of this file.
Functions | |
bool | DDCheck (std::ostream &) |
bool | DDCheck (const DDCompactView &cpv, std::ostream &) |
bool | DDCheckMaterials (std::ostream &, std::vector< std::pair< std::string, DDName > > *=0) |
Checks all registered materials and sends a report /p os. More... | |
bool DDCheck | ( | std::ostream & | ) |
Definition at line 162 of file DDCheck.cc.
References DDCheckAll(), and query::result.
bool DDCheck | ( | const DDCompactView & | cpv, |
std::ostream & | |||
) |
Definition at line 190 of file DDCheck.cc.
References DDCheckAll(), and query::result.
bool DDCheckMaterials | ( | std::ostream & | , |
std::vector< std::pair< std::string, DDName > > * | = 0 |
||
) |
Checks all registered materials and sends a report /p os.
Definition at line 92 of file DDCheckMaterials.cc.
References DDCheckMaterial(), relativeConstraints::error, benchmark_cfg::errors, i, instance, j, query::result, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by DDErrorDetection::ma().