#include <iostream>
#include <string>
#include <utility>
#include <vector>
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include "DetectorDescription/Core/interface/DDName.h"
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 163 of file DDCheck.cc.
References DDCheckAll(), and mps_fire::result.
bool DDCheck | ( | const DDCompactView & | cpv, |
std::ostream & | |||
) |
Definition at line 181 of file DDCheck.cc.
References DDCheckAll(), and mps_fire::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 96 of file DDCheckMaterials.cc.
References DDCheckMaterial(), relativeConstraints::error, benchmark_cfg::errors, mps_fire::i, DDI::Singleton< I >::instance(), RazorAnalyzer::mr, mps_fire::result, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by CompareDDCompactViews::beginRun(), and DDErrorDetection::ma().