CMS 3D CMS Logo

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