CMS 3D CMS Logo

DualByEtaTSG.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
2 #define RecoMuon_TrackerSeedGenerator_DualByEtaTSG_H
3 
13 
14 
15 class DualByEtaTSG : public SeparatingTSG{
16  public:
18 
20  unsigned int selectTSG(const TrackCand&, const TrackingRegion&) override;
21  private:
24 };
25 
26 #endif
std::pair< const Trajectory *, reco::TrackRef > TrackCand
std::string theCategory
Definition: DualByEtaTSG.h:22
DualByEtaTSG(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition: DualByEtaTSG.cc:4
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:11