#include <FakeCPE.h>
Public Types | |
using | LocalValues = std::pair< LocalPoint, LocalError > |
Public Member Functions | |
template<typename Cluster > | |
void | add (const Cluster &cluster, const GeomDetUnit &gd, LocalValues const &lv) |
void | clear () |
void | error (const GeomDetUnit &gd) const |
template<typename Cluster > | |
LocalValues const & | get (const Cluster &cluster, const GeomDetUnit &gd) const |
Static Public Member Functions | |
static uint64_t | encode (const SiPixelCluster &cluster, const GeomDetUnit &det) |
static uint64_t | encode (const SiStripCluster &cluster, const GeomDetUnit &det) |
Private Attributes | |
LocalValues | dummy |
std::unordered_map< uint64_t, LocalValues > | m_map |
using FakeCPE::Map::LocalValues = std::pair<LocalPoint,LocalError> |
|
inline |
Definition at line 30 of file FakeCPE.h.
References encode(), and m_map.
Referenced by counter.Counter::register().
|
inlinestatic |
Definition at line 40 of file FakeCPE.h.
References GeomDet::geographicalId(), SiPixelCluster::minPixelCol(), SiPixelCluster::minPixelRow(), DetId::rawId(), MetAnalyzer::u1, and MetAnalyzer::u2.
Referenced by add(), and get().
|
inlinestatic |
Definition at line 46 of file FakeCPE.h.
References SiStripCluster::firstStrip(), GeomDet::geographicalId(), DetId::rawId(), MetAnalyzer::u1, and MetAnalyzer::u2.
|
inline |
Definition at line 28 of file FakeCPE.h.
References GeomDet::geographicalId(), and DetId::rawId().
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag(), and get().
|
inline |
Definition at line 33 of file FakeCPE.h.
References dummy, encode(), error(), m_map, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), PixelFakeCPE::getParameters(), betterConfigParser.BetterConfigParser::getResultingSection(), and StripFakeCPE::localParameters().
|
private |
|
private |