CMS 3D CMS Logo

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