CMS 3D CMS Logo

TrajectorySeedHitCandidate.cc
Go to the documentation of this file.
2 
6 
8  const FastTrackerRecHit * hit,
9  const TrackerTopology* tTopo
10 ):
11  theHit(hit),
12  seedingLayer(TrackingLayer::createFromDetId(hit->geographicalId(),*tTopo))
13 {
14 }
15 
16 
TrajectorySeedHitCandidate()
Default Constructor.