#include <LayerHitMapCache.h>
Classes | |
class | SimpleCache |
Public Member Functions | |
void | clear () |
void | extend (const LayerHitMapCache &other) |
LayerHitMapCache (unsigned int initSize=50) | |
LayerHitMapCache (LayerHitMapCache &&rh) | |
const RecHitsSortedInPhi & | operator() (const SeedingLayerSetsHits::SeedingLayer &layer, const TrackingRegion ®ion, const edm::EventSetup &iSetup) |
Private Types | |
typedef SimpleCache | Cache |
Private Attributes | |
Cache | theCache |
A cache adressable by DetLayer* and TrackingRegion* . Used to cache all the hits of a DetLayer.
Definition at line 14 of file LayerHitMapCache.h.
|
private |
Definition at line 53 of file LayerHitMapCache.h.
|
inline |
Definition at line 55 of file LayerHitMapCache.h.
|
inline |
Definition at line 56 of file LayerHitMapCache.h.
|
inline |
Definition at line 58 of file LayerHitMapCache.h.
References LayerHitMapCache::SimpleCache::clear(), and theCache.
Referenced by CombinedHitPairGeneratorForPhotonConversion::clearCache(), CombinedHitQuadrupletGeneratorForPhotonConversion::hitPairs(), CombinedHitPairGenerator::hitPairs(), CombinedHitQuadrupletGenerator::hitQuadruplets(), CombinedMultiHitGenerator::hitSets(), CombinedHitTripletGenerator::hitTriplets(), and MultiHitFromChi2EDProducer::produce().
|
inline |
Definition at line 60 of file LayerHitMapCache.h.
References LayerHitMapCache::SimpleCache::extend(), and theCache.
Referenced by MatrixUtil.WF::__init__(), MultiHitFromChi2EDProducer::produce(), PixelQuadrupletEDProducer::produce(), and hitTripletEDProducerT::Impl< T_HitTripletGenerator, T_SeedingHitSets, T_IntermediateHitTriplets >::produce().
|
inline |
Definition at line 65 of file LayerHitMapCache.h.
References LayerHitMapCache::SimpleCache::add(), RecHitsSortedInPhi::all(), SeedingLayerSetsHits::SeedingLayer::detLayer(), LayerHitMapCache::SimpleCache::get(), TrackingRegion::hits(), SeedingLayerSetsHits::SeedingLayer::index(), crabWrapper::key, LogDebug, TrackingRegion::origin(), theCache, and tmp.
|
private |
Definition at line 85 of file LayerHitMapCache.h.
Referenced by clear(), extend(), and operator()().