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 
8 
10 class TrackingRegion;
11 
12 
14 
15 public:
17 
18  virtual ~TSGFromOrderedHits();
19 
20 private:
21  virtual void run(TrajectorySeedCollection &seeds,
22  const edm::Event &ev, const edm::EventSetup &es, const TrackingRegion& region);
23 
24 private:
25  void init();
29 };
30 
31 
32 #endif
SeedGeneratorFromRegionHits * theGenerator
TSGFromOrderedHits(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
bool ev
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