#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, std::string > > *=nullptr) |
bool DDCheck | ( | std::ostream & | ) |
Definition at line 149 of file DDCheck.cc.
References DDCheckAll(), and mps_fire::result.
bool DDCheck | ( | const DDCompactView & | cpv, |
std::ostream & | |||
) |
Definition at line 166 of file DDCheck.cc.
References DDCheckAll(), and mps_fire::result.
bool DDCheckMaterials | ( | std::ostream & | , |
std::vector< std::pair< std::string, std::string > > * | = nullptr |
||
) |
Referenced by CompareDDCompactViews::beginRun(), and DDErrorDetection::ma().