#include <SeedingLayerSetsHits.h>
Public Member Functions | |
const DetLayer * | detLayer () const |
Hits | hits () const |
LayerIndex | index () const |
const std::string & | name () const |
SeedingLayer () | |
SeedingLayer (const SeedingLayerSetsHits *sls, LayerIndex index) | |
Private Attributes | |
LayerIndex | index_ |
const SeedingLayerSetsHits * | seedingLayerSets_ |
Auxiliary class to represent a single SeedingLayer. Holds a pointer to SeedingLayerSetsHits and the index of the SeedingLayer. All calls are forwarded to SeedingLayerSetsHits.
Definition at line 46 of file SeedingLayerSetsHits.h.
|
inline |
Definition at line 48 of file SeedingLayerSetsHits.h.
|
inline |
Definition at line 49 of file SeedingLayerSetsHits.h.
|
inline |
Definition at line 60 of file SeedingLayerSetsHits.h.
References index_, SeedingLayerSetsHits::layerDets_, and seedingLayerSets_.
Referenced by HitPairGeneratorFromLayerPair::doublets(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::hitPairs(), RectangularEtaPhiTrackingRegion::hits(), PixelTripletNoTipGenerator::hitTriplets(), and LayerHitMapCache::operator()().
|
inline |
Definition at line 61 of file SeedingLayerSetsHits.h.
References SeedingLayerSetsHits::hits(), index_, and seedingLayerSets_.
Referenced by GlobalTrackingRegion::hits(), RectangularEtaPhiTrackingRegion::hits(), and SeedingLayerSetsHits::print().
|
inline |
Index of the SeedingLayer within SeedingLayerSetsHits.
The index is unique within a SeedingLayerSetsHits object, and is the same for all SeedingLayers with the same name.
Definition at line 58 of file SeedingLayerSetsHits.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert(), LayerHitMapCache::operator()(), and SeedingLayerSetsHits::print().
|
inline |
Definition at line 59 of file SeedingLayerSetsHits.h.
References index_, SeedingLayerSetsHits::layerNames_, and seedingLayerSets_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::hitPairs(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), and SeedingLayerSetsHits::print().
|
private |
Definition at line 65 of file SeedingLayerSetsHits.h.
Referenced by detLayer(), hits(), index(), and name().
|
private |
Definition at line 64 of file SeedingLayerSetsHits.h.
Referenced by detLayer(), hits(), and name().