Enumerations | |
enum | HitType { siPixel = 0, siStrip1D = 1, siStrip2D = 2, siStripMatched2D = 3, siStripProjectedMono2D = 4, siStripProjectedStereo2D = 5 } |
Functions | |
bool | is2D (HitType hitType) |
bool | isPixel (HitType hitType) |
trackerHitRTTI::RTTI | rtti (HitType hitType) |
base class for FastSim tracker RecHit containers it inherits from BaseTrackerRecHit and adds all the special FastSim features required to
Enumerator | |
---|---|
siPixel | |
siStrip1D | |
siStrip2D | |
siStripMatched2D | |
siStripProjectedMono2D | |
siStripProjectedStereo2D |
Definition at line 16 of file FastTrackerRecHit.h.
|
inline |
Definition at line 31 of file FastTrackerRecHit.h.
References siStrip1D.
Referenced by dqmoffline::l1t::L1TEfficiencyPlotHandler::book(), dqmoffline::l1t::L1TDiffHarvesting::L1TDiffPlotHandler::bookDiff(), dqmoffline::l1t::L1TDiffHarvesting::L1TDiffPlotHandler::computeDiff(), AlignmentStats::endJob(), ecaldqm::MESetDet1D::reset(), and FastTrackerRecHit::set2D().
|
inline |
Definition at line 32 of file FastTrackerRecHit.h.
References siPixel.
Referenced by MonitorTrackResidualsBase< pixel_or_strip >::analyze(), PixelClusterShapeExtractor::analyzeRecTracks(), TrackingParticleNumberOfLayers::calculate(), GlobalTrackingRegion::checkRZ(), MonitorTrackResidualsBase< pixel_or_strip >::createMEs(), pat::PATIsolatedTrackProducer::getDeDx(), reco::DeDxHitInfo::pixelCluster(), EvtPlaneProducer::produce(), ApeTreeCreateDefault::sectorBuilder(), ApeEstimator::sectorBuilder(), and ShallowGainCalibration::thickness().
|
inline |
Definition at line 24 of file FastTrackerRecHit.h.
References trackerHitRTTI::fastMatch, trackerHitRTTI::fastProjMono, trackerHitRTTI::fastProjStereo, trackerHitRTTI::fastSingle, siStripMatched2D, siStripProjectedMono2D, siStripProjectedStereo2D, and trackerHitRTTI::undef.