Go to the source code of this file.
Functions | |
bool | DDfetch (const DDsvalues_type *p, DDValue &v) |
helper for retrieving DDValues from DDsvalues_type *. More... | |
unsigned int | DDfetch (const std::vector< const DDsvalues_type * > &sp, DDValue &toFetch, std::vector< DDValue > &result) |
helper for retrieving DDValues from a std::vector of (DDsvalues_type *). More... | |
void | merge (DDsvalues_type &target, DDsvalues_type const &sv, bool sortit) |
std::ostream & | operator<< (std::ostream &os, const DDsvalues_type &s) |
std::ostream & | operator<< (std::ostream &os, const std::vector< const DDsvalues_type * > &v) |
bool DDfetch | ( | const DDsvalues_type * | p, |
DDValue & | v | ||
) |
helper for retrieving DDValues from DDsvalues_type *.
Example:
Definition at line 79 of file DDsvalues.cc.
References spr::find(), and mps_fire::result.
Referenced by DDMapper< KeyType, ValueType >::all(), ME0GeometryParsFromDD::buildEtaPartition(), GEMGeometryParsFromDD::buildEtaPartition(), ME0GeometryBuilder::buildEtaPartition(), GEMGeometryBuilder::buildEtaPartition(), RPCGeometryBuilder::buildGeometry(), RPCGeometryParsFromDD::buildGeometry(), DTGeometryBuilderFromDDD::buildGeometry(), DTGeometryParsFromDD::buildGeometry(), dddGetStringRaw(), DDfetch(), FastTimeParametersFromDD::getDDDArray(), EcalSimParametersFromDD::getDDDArray(), HcalSimParametersFromDD::getDDDArray(), HGCalParametersFromDD::getDDDArray(), MaterialBudgetHcalHistos::getDDDArray(), MaterialBudgetHcalProducer::getDDDArray(), HGCalGeomParameters::getDDDArray(), HGCalParametersFromDD::getDDDValue(), DDG4Builder::getDouble(), MuonGeometryNumbering::getInt(), DDG4Builder::getInt(), CaloSimParametersFromDD::getNames(), MuonOffsetFromDD::getNumber(), CaloSimParametersFromDD::getNumbers(), ExtractStringFromDD< FilteredView >::getString(), ExtractStringFromDDD< FilteredView >::getString(), DDG4SensitiveConverter::getString(), EcalSimParametersFromDD::getStringArray(), DDMapper< KeyType, ValueType >::noSpecifics(), DDMapper< KeyType, ValueType >::toDouble(), and DDMapper< KeyType, ValueType >::toString().
unsigned int DDfetch | ( | const std::vector< const DDsvalues_type * > & | sp, |
DDValue & | toFetch, | ||
std::vector< DDValue > & | result | ||
) |
helper for retrieving DDValues from a std::vector of (DDsvalues_type *).
Definition at line 89 of file DDsvalues.cc.
References submitPVResolutionJobs::count, and DDfetch().
void merge | ( | DDsvalues_type & | target, |
DDsvalues_type const & | sv, | ||
bool | sortit | ||
) |
Definition at line 5 of file DDsvalues.cc.
References spr::find(), and cuda_std::lower_bound().
std::ostream& operator<< | ( | std::ostream & | os, |
const DDsvalues_type & | s | ||
) |
Definition at line 42 of file DDsvalues.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< const DDsvalues_type * > & | v | ||
) |