11 vector<CosmicLayerTriplets::LayerPairAndLayers> layerTriplets =
layers.layers();
12 vector<CosmicLayerTriplets::LayerPairAndLayers>::const_iterator it;
13 for (it = layerTriplets.begin(); it != layerTriplets.end(); it++) {
14 vector<const LayerWithHits*>::const_iterator ilwh;
15 for (ilwh = (*it).second.begin(); ilwh != (*it).second.end(); ilwh++) {
20 add((*it).first.first, (*it).first.second, (*ilwh), iSetup);
31 theGenerators.push_back(std::make_unique<CosmicHitTripletGeneratorFromLayerTriplet>(
inner, middle,
outer, iSetup));
37 Container::const_iterator
i;
38 for (
i = theGenerators.begin();
i != theGenerators.end();
i++) {
39 (**i).hitTriplets(
region, pairs, iSetup);