#include <vector>
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "DetectorDescription/Core/src/Material.h"
Go to the source code of this file.
Functions | |
bool | DDCheckMaterial (DDMaterial &mip, std::pair< std::string, DDName > &result, int rlevel=0) |
bool | DDCheckMaterials (std::ostream &os, std::vector< std::pair< std::string, DDName > > *res) |
Checks all registered materials and sends a report /p os. More... | |
bool DDCheckMaterial | ( | DDMaterial & | mip, |
std::pair< std::string, DDName > & | result, | ||
int | rlevel = 0 |
||
) |
Definition at line 6 of file DDCheckMaterials.cc.
References DDMaterial::a(), DDMaterial::constituent(), DDBase< N, C >::ddname(), DDMaterial::density(), DDBase< N, C >::isDefined(), cmsHarvester::loop, DDName::name(), DDBase< N, C >::name(), DDMaterial::noOfConstituents(), DDName::ns(), AlCaHLTBitMon_QueryRunRegistry::string, and DDMaterial::z().
Referenced by DDCheckMaterials().
bool DDCheckMaterials | ( | std::ostream & | os, |
std::vector< std::pair< std::string, DDName > > * | res | ||
) |
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().