CMS 3D CMS Logo

CombinedTSG.h

Go to the documentation of this file.
00001 #ifndef RecoMuon_TrackerSeedGenerator_CombinedTSG_H
00002 #define RecoMuon_TrackerSeedGenerator_CombinedTSG_H
00003 
00011 #include "RecoMuon/TrackerSeedGenerator/plugins/CompositeTSG.h"
00012 
00013 class CombinedTSG : public CompositeTSG {
00014  public:
00015   CombinedTSG(const edm::ParameterSet &pset);
00016   ~CombinedTSG();
00017 
00019   void trackerSeeds(const TrackCand&, const TrackingRegion&, BTSeedCollection &);
00020 
00021  private:
00022   std::string theCategory;
00023 };
00024 
00025 #endif

Generated on Tue Jun 9 17:44:33 2009 for CMSSW by  doxygen 1.5.4