CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/RecoMuon/TrackerSeedGenerator/plugins/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