15 using namespace ctfseeding;
18 : initialised(
false), theConfig(cfg)
33 vector<LayerTriplets::LayerPairAndLayers>::const_iterator it;
36 for (it = trilayers.begin(); it != trilayers.end(); it++) {
39 vector<SeedingLayer> thirds = (*it).second;
59 GeneratorContainer::const_iterator it;
72 GeneratorContainer::const_iterator
i;
74 (**i).hitTriplets( region, result, ev, es);
T getParameter(std::string const &) const
U second(std::pair< T, U > const &p)
std::vector< LayerPairAndLayers > layers() const
CombinedHitTripletGenerator(const edm::ParameterSet &cfg)
virtual void hitTriplets(const TrackingRegion ®, OrderedHitTriplets &triplets, const edm::Event &ev, const edm::EventSetup &es)
from base class
edm::ParameterSet theConfig
virtual ~CombinedHitTripletGenerator()
void init(const edm::ParameterSet &cfg, const edm::EventSetup &es)
LayerCacheType theLayerCache
T get(const Candidate &c)
std::vector< std::vector< SeedingLayer > > SeedingLayerSets
GeneratorContainer theGenerators