Typedefs | |
using | Layer = SeedingLayerSetsHits::SeedingLayer |
using | LayerSet = SeedingLayerSetsHits::SeedingLayerSet |
using | LayerSetAndLayers = std::pair< LayerSet, std::vector< Layer > > |
Functions | |
std::vector< LayerSetAndLayers > | layers (const SeedingLayerSetsHits &sets) |
A class grouping pixel layers in pairs and associating a vector of layers to each layer pair. The layer pair is used to generate hit pairs and the associated vector of layers to generate a third hit confirming layer pair
using LayerTriplets::Layer = typedef SeedingLayerSetsHits::SeedingLayer |
Definition at line 14 of file LayerTriplets.h.
using LayerTriplets::LayerSet = typedef SeedingLayerSetsHits::SeedingLayerSet |
Definition at line 15 of file LayerTriplets.h.
using LayerTriplets::LayerSetAndLayers = typedef std::pair<LayerSet, std::vector<Layer> > |
Definition at line 16 of file LayerTriplets.h.
std::vector< LayerSetAndLayers > LayerTriplets::layers | ( | const SeedingLayerSetsHits & | sets | ) |
Definition at line 4 of file LayerTriplets.cc.
References newFWLiteAna::found, cmsLHEtoEOSManager::l, SeedingLayerSetsHits::numberOfLayersInSet(), and mps_fire::result.
Referenced by CombinedMultiHitGenerator::hitSets(), CombinedHitTripletGenerator::hitTriplets(), MultiHitFromChi2EDProducer::produce(), and hitTripletEDProducerT::Impl< T_HitTripletGenerator, T_SeedingHitSets, T_IntermediateHitTriplets >::produce().