CMS 3D CMS Logo

DualByEtaTSG.h

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

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