#include "DetectorDescription/Core/interface/DDLogicalPart.h"
#include <ostream>
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "DetectorDescription/Core/interface/DDSolid.h"
#include "DetectorDescription/Core/src/LogicalPart.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <regex.h>
#include <cstddef>
Go to the source code of this file.
Functions | |
void | DD_NC (const DDName &n) |
std::pair< bool, std::string > | DDIsValid (const std::string &ns, const std::string &nm, std::vector< DDLogicalPart > &result, bool doRegex) |
std::ostream & | operator<< (std::ostream &os, const DDLogicalPart &part) |
void DD_NC | ( | const DDName & | n | ) |
Definition at line 12 of file DDLogicalPart.cc.
References DDI::Singleton< I >::instance(), dqmiodumpmetadata::n, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by DDLogicalPart::DDLogicalPart().
std::pair<bool, std::string> DDIsValid | ( | const std::string & | ns, |
const std::string & | nm, | ||
std::vector< DDLogicalPart > & | result, | ||
bool | doRegex | ||
) |
Definition at line 248 of file DDLogicalPart.cc.
References HLT_FULL_cff::candidates, mps_fire::end, RemoveAddSevLevel::flag, DDI::Singleton< I >::instance(), mps_fire::result, mps_update::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by DDI::Specific::createPartSelections().
std::ostream& operator<< | ( | std::ostream & | os, |
const DDLogicalPart & | part | ||
) |
Definition at line 27 of file DDLogicalPart.cc.