CMS 3D CMS Logo

MuonOverlapSeedFromRecHits.h
Go to the documentation of this file.
1 #ifndef MuonSeedGenerator_MuonOverlapSeedFromRecHits_h
2 #define MuonSeedGenerator_MuonOverlapSeedFromRecHits_h
3 
5 
7 public:
10 
11  std::vector<TrajectorySeed> seeds() const;
12 
16  TrajectorySeed& result) const;
17 
18 private:
20 };
21 
22 #endif
MuonTransientTrackingRecHit::ConstMuonRecHitPointer
std::shared_ptr< MuonTransientTrackingRecHit const > ConstMuonRecHitPointer
Definition: MuonTransientTrackingRecHit.h:22
HLT_FULL_cff.endcapHits
endcapHits
Definition: HLT_FULL_cff.py:84477
MuonRecHitContainer
MuonTransientTrackingRecHit::MuonRecHitContainer MuonRecHitContainer
Definition: CosmicMuonSmoother.h:31
MuonOverlapSeedFromRecHits::seeds
std::vector< TrajectorySeed > seeds() const
Definition: MuonOverlapSeedFromRecHits.cc:15
MuonOverlapSeedFromRecHits
Definition: MuonOverlapSeedFromRecHits.h:6
HLT_FULL_cff.barrelHits
barrelHits
Definition: HLT_FULL_cff.py:84492
ConstMuonRecHitPointer
MuonTransientTrackingRecHit::ConstMuonRecHitPointer ConstMuonRecHitPointer
Definition: MuonSeedGenerator.cc:48
MuonOverlapSeedFromRecHits::MuonOverlapSeedFromRecHits
MuonOverlapSeedFromRecHits()
Definition: MuonOverlapSeedFromRecHits.cc:13
MuonSeedFromRecHits
Definition: MuonSeedFromRecHits.h:19
MuonOverlapSeedFromRecHits::bestHit
ConstMuonRecHitPointer bestHit(const MuonRecHitContainer &barrelHits, const MuonRecHitContainer &endcapHits) const
Definition: MuonOverlapSeedFromRecHits.cc:83
MuonOverlapSeedFromRecHits::~MuonOverlapSeedFromRecHits
~MuonOverlapSeedFromRecHits() override
Definition: MuonOverlapSeedFromRecHits.h:9
TrajectorySeed
Definition: TrajectorySeed.h:18
mps_fire.result
result
Definition: mps_fire.py:311
MuonOverlapSeedFromRecHits::makeSeed
bool makeSeed(MuonTransientTrackingRecHit::ConstMuonRecHitPointer barrelHit, MuonTransientTrackingRecHit::ConstMuonRecHitPointer endcapHit, MuonTransientTrackingRecHit::ConstMuonRecHitPointer bestSegment, TrajectorySeed &result) const
Definition: MuonOverlapSeedFromRecHits.cc:54
MuonSeedFromRecHits.h