#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 145 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 147 of file IntermediateHitDoublets.h.
|
inline |
Definition at line 154 of file IntermediateHitDoublets.h.
References doublets_.
|
inline |
Definition at line 151 of file IntermediateHitDoublets.h.
References layerPair_.
|
inline |
Definition at line 150 of file IntermediateHitDoublets.h.
References layerPair_.
|
inline |
Definition at line 152 of file IntermediateHitDoublets.h.
References layerPair_.
|
private |
pair of indices to the layer
Definition at line 158 of file IntermediateHitDoublets.h.
Referenced by doublets().
|
private |
Definition at line 157 of file IntermediateHitDoublets.h.
Referenced by innerLayerIndex(), layerPair(), and outerLayerIndex().