#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 141 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 143 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 152 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 149 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 148 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 150 of file IntermediateHitDoublets.h.
|
private |
pair of indices to the layer
Definition at line 156 of file IntermediateHitDoublets.h.
|
private |
Definition at line 155 of file IntermediateHitDoublets.h.