1 #ifndef LayerHitMapCache_H
2 #define LayerHitMapCache_H
41 auto v = other.
get(
i);
86 add(layer, std::make_unique<RecHitsSortedInPhi>(region.
hits(layer), region.
origin(), layer.
detLayer()));
89 LogDebug(
"LayerHitMapCache") <<
" I got" << lhm->
all().second - lhm->
all().first
90 <<
" hits in the cache for: " << layer.
detLayer();
93 LogDebug(
"LayerHitMapCache") <<
" I got" << lhm->
all().second - lhm->
all().first
94 <<
" hits FROM THE cache for: " << layer.
detLayer();
void extend(const SimpleCache &other)
SimpleCache & operator=(const SimpleCache &)=delete
GlobalPoint const & origin() const
LayerHitMapCache(unsigned int initSize=50)
virtual Hits hits(const SeedingLayerSetsHits::SeedingLayer &layer) const =0
get hits from layer compatible with region constraints
std::vector< mayown_ptr< ValueType > > theContainer
LayerHitMapCache & operator=(LayerHitMapCache &&)=default
constexpr std::array< uint8_t, layerIndexSize > layer
tuple key
prepare the HTCondor submission files and eventually submit them
void add(KeyType key, ValueType *value)
add object to cache. It is caller responsibility to check that object is not yet there.
const RecHitsSortedInPhi & operator()(const SeedingLayerSetsHits::SeedingLayer &layer, const TrackingRegion ®ion)
void clear()
emptify cache, delete values associated to Key
RecHitsSortedInPhi * add(const SeedingLayerSetsHits::SeedingLayer &layer, std::unique_ptr< RecHitsSortedInPhi > hits)
const DetLayer * detLayer() const
void extend(const LayerHitMapCache &other)
const ValueType * get(KeyType key) const
SimpleCache(unsigned int initSize)
tuple size
Write out results.