CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGFromOrderedHits.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_TSGFromOrderedHits_H
2 #define RecoMuon_TrackerSeedGenerator_TSGFromOrderedHits_H
3 
7 
9 class TrackingRegion;
10 
11 
13 
14 public:
16 
17  virtual ~TSGFromOrderedHits();
18 
19 private:
20  virtual void run(TrajectorySeedCollection &seeds,
21  const edm::Event &ev, const edm::EventSetup &es, const TrackingRegion& region);
22 
23 private:
24  void init();
28 };
29 
30 
31 #endif
SeedGeneratorFromRegionHits * theGenerator
std::vector< TrajectorySeed > TrajectorySeedCollection
edm::RunNumber_t theLastRun
edm::ParameterSet theConfig
virtual void run(TrajectorySeedCollection &seeds, const edm::Event &ev, const edm::EventSetup &es, const TrackingRegion &region)
unsigned int RunNumber_t
Definition: EventRange.h:32
TSGFromOrderedHits(const edm::ParameterSet &pset)