CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonOverlapSeedFromRecHits.h
Go to the documentation of this file.
1 #ifndef MuonSeedGenerator_MuonOverlapSeedFromRecHits_h
2 #define MuonSeedGenerator_MuonOverlapSeedFromRecHits_h
3 
5 
7 {
8 public:
9 
12 
13  std::vector<TrajectorySeed> seeds() const;
14 
18  TrajectorySeed & result) const;
19 
20 private:
22  const MuonRecHitContainer & barrelHits,
23  const MuonRecHitContainer & endcapHits) const;
24 
25 };
26 
27 #endif
28 
bool makeSeed(MuonTransientTrackingRecHit::ConstMuonRecHitPointer barrelHit, MuonTransientTrackingRecHit::ConstMuonRecHitPointer endcapHit, MuonTransientTrackingRecHit::ConstMuonRecHitPointer bestSegment, TrajectorySeed &result) const
tuple result
Definition: query.py:137
MuonTransientTrackingRecHit::MuonRecHitContainer MuonRecHitContainer
std::vector< TrajectorySeed > seeds() const
ConstMuonRecHitPointer bestHit(const MuonRecHitContainer &barrelHits, const MuonRecHitContainer &endcapHits) const