CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CombinedTSG.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_CombinedTSG_H
2 #define RecoMuon_TrackerSeedGenerator_CombinedTSG_H
3 
13 
14 class TrackerTopology;
15 
16 class CombinedTSG : public CompositeTSG {
17  public:
19  ~CombinedTSG();
20 
22  void trackerSeeds(const TrackCand&, const TrackingRegion&, const TrackerTopology *, BTSeedCollection &);
23 
24  private:
26 };
27 
28 #endif
std::pair< const Trajectory *, reco::TrackRef > TrackCand
std::string theCategory
Definition: CombinedTSG.h:25
std::vector< TrajectorySeed > BTSeedCollection
void trackerSeeds(const TrackCand &, const TrackingRegion &, const TrackerTopology *, BTSeedCollection &)
provide the seeds from the TSGs: must be overloaded
Definition: CombinedTSG.cc:18
CombinedTSG(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition: CombinedTSG.cc:9