CMS 3D CMS Logo

SeedGeneratorFromRegionHits.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkSeedGenerator_SeedGeneratorFromRegionHits_H
2 #define RecoTracker_TkSeedGenerator_SeedGeneratorFromRegionHits_H
3 
5 
9 
10 #include <memory>
11 
12 class TrackingRegion;
13 
14 namespace edm {
15  class Event;
16  class EventSetup;
17 } // namespace edm
18 
20 public:
21  SeedGeneratorFromRegionHits(std::unique_ptr<OrderedHitsGenerator> aGenerator,
22  std::unique_ptr<SeedComparitor> aComparitor = nullptr,
23  std::unique_ptr<SeedCreator> aSeedCreator = nullptr);
24 
25  // make job
27  const TrackingRegion& region,
28  const edm::Event& ev,
29  const edm::EventSetup& es);
30 
31 private:
32  std::unique_ptr<OrderedHitsGenerator> theHitsGenerator;
33  std::unique_ptr<SeedComparitor> theComparitor;
34  std::unique_ptr<SeedCreator> theSeedCreator;
35 };
36 #endif
SeedGeneratorFromRegionHits(std::unique_ptr< OrderedHitsGenerator > aGenerator, std::unique_ptr< SeedComparitor > aComparitor=nullptr, std::unique_ptr< SeedCreator > aSeedCreator=nullptr)
std::unique_ptr< SeedComparitor > theComparitor
std::vector< TrajectorySeed > TrajectorySeedCollection
std::unique_ptr< SeedCreator > theSeedCreator
void run(TrajectorySeedCollection &seedCollection, const TrackingRegion &region, const edm::Event &ev, const edm::EventSetup &es)
HLT enums.
std::unique_ptr< OrderedHitsGenerator > theHitsGenerator