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 
13 
14 
15 class DualByEtaTSG : public SeparatingTSG{
16  public:
18 
20  unsigned int selectTSG(const TrackCand&, const TrackingRegion&);
21  private:
24 };
25 
26 #endif
std::pair< const Trajectory *, reco::TrackRef > TrackCand
std::string theCategory
Definition: DualByEtaTSG.h:22
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
DualByEtaTSG(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition: DualByEtaTSG.cc:4
double theEtaSeparation
Definition: DualByEtaTSG.h:23