#include <StripTopology.h>
Public Member Functions | |
virtual LocalError | localError (float strip, float stripErr2) const =0 |
virtual LocalError | localError (float strip, float stripErr2, const Topology::LocalTrackPred &) const |
conversion taking also the angle from the predicted track state | |
virtual float | localPitch (const LocalPoint &) const =0 |
virtual float | localPitch (const LocalPoint &lp, const Topology::LocalTrackAngles &) const |
conversion taking also the angle from the track state (LocalTrajectoryParameters) | |
virtual LocalPoint | localPosition (float strip) const =0 |
virtual LocalPoint | localPosition (float strip, const Topology::LocalTrackPred &) const |
conversion taking also the predicted track state | |
virtual float | localStripLength (const LocalPoint &lp, const Topology::LocalTrackAngles &) const |
conversion taking also the angle from the track state (LocalTrajectoryParameters) | |
virtual float | localStripLength (const LocalPoint &aLP) const =0 |
virtual int | nstrips () const =0 |
virtual float | pitch () const =0 |
virtual float | strip (const LocalPoint &) const =0 |
virtual float | strip (const LocalPoint &lp, const Topology::LocalTrackAngles &) const |
conversion taking also the angle from the track state (LocalTrajectoryParameters) | |
virtual float | stripAngle (float strip) const =0 |
virtual float | stripLength () const =0 |
virtual | ~StripTopology () |
Interface for all strip topologies. Extends the Topology interface with methods relevant for strip or wire detectors.
Definition at line 11 of file StripTopology.h.
virtual StripTopology::~StripTopology | ( | ) | [inline, virtual] |
Definition at line 14 of file StripTopology.h.
{}
virtual LocalError StripTopology::localError | ( | float | strip, |
float | stripErr2 | ||
) | const [pure virtual] |
virtual LocalError StripTopology::localError | ( | float | strip, |
float | stripErr2, | ||
const Topology::LocalTrackPred & | |||
) | const [inline, virtual] |
conversion taking also the angle from the predicted track state
Reimplemented in GCC11_FINAL.
Definition at line 27 of file StripTopology.h.
References localError().
{ return localError(strip, stripErr2); }
virtual float StripTopology::localPitch | ( | const LocalPoint & | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Referenced by SiStripCalibLorentzAngle::algoBeginJob(), SiStripLAProfileBooker::analyze(), SiStripTrackingRecHitsValid::analyze(), SiStripLAProfileBooker::beginRun(), SiLinearChargeDivider::divide(), ClusterShapeHitFilter::getCotangent(), SiTrivialInduceChargeOnStrips::induce(), StripCPEgeometric::localParameters(), StripCPEfromTemplate::localParameters(), localPitch(), RPCRoll::localPitch(), SiStripRecHitMatcher::match(), GSRecHitMatcher::match(), Strip1DMeasurementTransformator::projectionMatrix(), and StripMeasurementTransformator::projectionMatrix().
virtual float StripTopology::localPitch | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | |||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in GCC11_FINAL.
Definition at line 42 of file StripTopology.h.
References localPitch().
{ return localPitch(lp); }
virtual LocalPoint StripTopology::localPosition | ( | float | strip, |
const Topology::LocalTrackPred & | |||
) | const [inline, virtual] |
conversion taking also the predicted track state
Reimplemented in GCC11_FINAL.
Definition at line 21 of file StripTopology.h.
References localPosition().
{ return localPosition(strip); }
virtual LocalPoint StripTopology::localPosition | ( | float | strip | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, OffsetRadialStripTopology, and GCC11_FINAL.
Referenced by TrackerDpgAnalysis::analyze(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), SiStripMonitorMuonHLT::analyzeOnTrackClusters(), RPCRoll::centreOfStrip(), SiStripBadAPVAlgorithmFromClusterOccupancy::extractBadAPVs(), SiStripHotStripAlgorithmFromClusterOccupancy::extractBadStrips(), StripCPEgeometric::localParameters(), StripCPEfromTemplate::localParameters(), StripCPE::localParameters(), StripCPEfromTrackAngle::localParameters(), localPosition(), SiStripRecHitMatcher::match(), GSRecHitMatcher::match(), StripClusterSelectorTopBottom::produce(), TrackClusterSplitter::splitCluster(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::localStripLength | ( | const LocalPoint & | aLP | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Referenced by RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), localStripLength(), and StripMeasurementTransformator::projectionMatrix().
virtual float StripTopology::localStripLength | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | |||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in GCC11_FINAL.
Definition at line 53 of file StripTopology.h.
References localStripLength().
{ return localStripLength(lp); }
virtual int StripTopology::nstrips | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Referenced by FWRecoGeometryESProducer::addRPCGeometry(), SiStripGainRandomCalculator::algoAnalyze(), SiStripGainCosmicCalculator::algoBeginJob(), SiStripGainFromData::algoBeginJob(), DeDxDiscriminatorLearner::algoBeginJob(), DeDxDiscriminatorLearnerFromCalibTree::algoBeginJob(), SiStripGainFromCalibTree::algoBeginJob(), DeDxDiscriminatorProducer::beginRun(), SiStripDetInfoFileWriter::beginRun(), RPCRecHitValid::endRun(), ClusterShapeHitFilter::getSizes(), SiTrivialInduceChargeOnStrips::induce(), SiStripDetVOffFakeBuilder::initialize(), RPCRoll::nstrips(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::pitch | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Referenced by FWTGeoRecoGeometryESProducer::addRPCGeometry(), FWRecoGeometryESProducer::addRPCGeometry(), RPCRecHitValid::endRun(), RPCRoll::pitch(), ValidateGeometry::validateRPCGeometry(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::strip | ( | const LocalPoint & | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, OffsetRadialStripTopology, and GCC11_FINAL.
Referenced by RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), GlobalTrajectoryBuilderBase::fixTEC(), SiTrivialInduceChargeOnStrips::induce(), ShallowRechitClustersProducer::produce(), ShallowTrackClustersProducer::produce(), ShallowSimhitClustersProducer::produce(), TestSmoothHits::projectHit(), GlobalRecHitsProducer::projectHit(), TestTrackHits::projectHit(), TestHits::projectHit(), GlobalRecHitsAnalyzer::projectHit(), SiStripRecHitsValid::projectHit(), SiStripTrackingRecHitsValid::projectHit(), RPCRoll::strip(), and strip().
virtual float StripTopology::strip | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | |||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in GCC11_FINAL.
Definition at line 35 of file StripTopology.h.
References strip().
{ return strip(lp); }
virtual float StripTopology::stripAngle | ( | float | strip | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, OffsetRadialStripTopology, and GCC11_FINAL.
Referenced by RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), GlobalTrajectoryBuilderBase::fixTEC(), TestSmoothHits::projectHit(), GlobalRecHitsProducer::projectHit(), TestHits::projectHit(), TestTrackHits::projectHit(), GlobalRecHitsAnalyzer::projectHit(), SiStripRecHitsValid::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), and StripMeasurementTransformator::projectionMatrix().
virtual float StripTopology::stripLength | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Referenced by FWTGeoRecoGeometryESProducer::addRPCGeometry(), FWRecoGeometryESProducer::addRPCGeometry(), SiStripDetInfoFileWriter::beginRun(), RPCRecHitValid::endRun(), GCC11_FINAL::localStripLength(), RoadSearchHelixMakerAlgorithm::run(), ValidateGeometry::validateRPCGeometry(), and ValidateGeometry::validateStripTopology().