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 81 of file DDsvalues.cc.
References spr::find(), and mps_fire::result.
Referenced by DDMapper< KeyType, ValueType >::all(), ME0GeometryParsFromDD::buildEtaPartition(), GEMGeometryParsFromDD::buildEtaPartition(), ME0GeometryBuilderFromDDD::buildEtaPartition(), GEMGeometryBuilderFromDDD::buildEtaPartition(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCGeometryParsFromDD::buildGeometry(), DTGeometryParsFromDD::buildGeometry(), DTGeometryBuilderFromDDD::buildGeometry(), dddGetStringRaw(), DDfetch(), find(), FastTimeParametersFromDD::getDDDArray(), HGCalParametersFromDD::getDDDArray(), HFShowerFibreBundle::getDDDArray(), HFShowerPMT::getDDDArray(), HFFibre::getDDDArray(), MtdSD::getDDDArray(), MaterialBudgetHcalHistos::getDDDArray(), FastTimerSD::getDDDArray(), HFShower::getDDDArray(), HFShowerParam::getDDDArray(), ECalSD::getDDDArray(), HGCalGeomParameters::getDDDArray(), HFShowerLibrary::getDDDArray(), HCalSD::getDDDArray(), HGCalParametersFromDD::getDDDValue(), DDG4Builder::getDouble(), DDG4Builder::getInt(), MuonDDDNumbering::getInt(), CaloTrkProcessing::getNames(), CaloTrkProcessing::getNumbers(), DDG4SensitiveConverter::getString(), ECalSD::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 93 of file DDsvalues.cc.
References KineDebug3::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(), pfDeepBoostedJetPreprocessParams_cfi::lower_bound, and pfDeepBoostedJetPreprocessParams_cfi::sv.
Referenced by find().
std::ostream& operator<< | ( | std::ostream & | os, |
const DDsvalues_type & | s | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< const DDsvalues_type * > & | v | ||
) |