#include <IntermediateHitDoublets.h>
Public Member Functions | |
const HitDoublets & | doublets () const |
SeedingLayerSetsHits::LayerIndex | innerLayerIndex () const |
const LayerPair & | layerPair () const |
LayerPairHitDoublets (const SeedingLayerSetsHits::SeedingLayerSet &layerSet, HitDoublets &&doublets) | |
SeedingLayerSetsHits::LayerIndex | outerLayerIndex () const |
Private Attributes | |
HitDoublets | doublets_ |
pair of indices to the layer More... | |
LayerPair | layerPair_ |
This class stores the indices of a layer pair, and the doublets generated from there.
The layer indices are those from SeedingLayerSetsHits.
Since the doublets are stored directly here, the same class works nicely for both storage and use.
Definition at line 139 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 141 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 150 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 147 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 146 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 148 of file IntermediateHitDoublets.h.
|
private |
pair of indices to the layer
Definition at line 154 of file IntermediateHitDoublets.h.
|
private |
Definition at line 153 of file IntermediateHitDoublets.h.