CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DualByEtaTSG.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
2 #define RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
3 
12 
13 
14 class DualByEtaTSG : public SeparatingTSG{
15  public:
16  DualByEtaTSG(const edm::ParameterSet &pset);
17 
19  unsigned int selectTSG(const TrackCand&, const TrackingRegion&);
20  private:
21  std::string theCategory;
23 };
24 
25 #endif
std::pair< const Trajectory *, reco::TrackRef > TrackCand
std::string theCategory
Definition: DualByEtaTSG.h:21
unsigned int selectTSG(const TrackCand &, const TrackingRegion &)
decide the TSG depending on the absolute value of momentum eta of the track. Return value is 0 or 1...
Definition: DualByEtaTSG.cc:11
double theEtaSeparation
Definition: DualByEtaTSG.h:22
DualByEtaTSG(const edm::ParameterSet &pset)
Definition: DualByEtaTSG.cc:4