#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 <p) 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 <p) 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 <p) 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] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by RPCRoll::localError(), localError(), ProxyStripTopology::localError(), StripCPEgeometric::localParameters(), StripCPE::localParameters(), and StripCPEfromTrackAngle::localParameters().
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 ProxyStripTopology.
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, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by SiStripCalibLorentzAngle::algoBeginJob(), SiStripLAProfileBooker::analyze(), SiStripTrackingRecHitsValid::analyze(), SiStripLAProfileBooker::beginRun(), SiLinearChargeDivider::divide(), ClusterShapeHitFilter::getCotangent(), SiTrivialInduceChargeOnStrips::induce(), StripCPEgeometric::localParameters(), localPitch(), RPCRoll::localPitch(), ProxyStripTopology::localPitch(), SiStripRecHitMatcher::match(), GSRecHitMatcher::match(), Strip1DMeasurementTransformator::projectionMatrix(), and StripMeasurementTransformator::projectionMatrix().
virtual float StripTopology::localPitch | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | ltp | ||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in ProxyStripTopology.
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 ProxyStripTopology.
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, RectangularStripTopology, TrapezoidalStripTopology, OffsetRadialStripTopology, and ProxyStripTopology.
Referenced by TrackerDpgAnalysis::analyze(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), SiStripMonitorMuonHLT::analyzeOnTrackClusters(), RPCRoll::centreOfStrip(), SiStripBadAPVAlgorithmFromClusterOccupancy::extractBadAPVs(), SiStripHotStripAlgorithmFromClusterOccupancy::extractBadStrips(), StripCPEgeometric::localParameters(), StripCPE::localParameters(), StripCPEfromTrackAngle::localParameters(), localPosition(), ProxyStripTopology::localPosition(), SiStripRecHitMatcher::match(), GSRecHitMatcher::match(), StripClusterSelectorTopBottom::produce(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::localStripLength | ( | const LocalPoint & | aLP | ) | const [pure virtual] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), localStripLength(), ProxyStripTopology::localStripLength(), and StripMeasurementTransformator::projectionMatrix().
virtual float StripTopology::localStripLength | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | ltp | ||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in ProxyStripTopology.
Definition at line 53 of file StripTopology.h.
References localStripLength().
{ return localStripLength(lp); }
virtual int StripTopology::nstrips | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by SiStripGainRandomCalculator::algoAnalyze(), SiStripGainCosmicCalculator::algoBeginJob(), SiStripGainFromData::algoBeginJob(), DeDxDiscriminatorLearner::algoBeginJob(), DeDxDiscriminatorLearnerFromCalibTree::algoBeginJob(), SiStripGainFromCalibTree::algoBeginJob(), DeDxDiscriminatorProducer::beginRun(), SiStripDetInfoFileWriter::beginRun(), StripCPE::fillParam(), ClusterShapeHitFilter::getSizes(), SiTrivialInduceChargeOnStrips::induce(), SiStripDetVOffFakeBuilder::initialize(), ProxyStripTopology::nstrips(), RPCRoll::nstrips(), TkStripMeasurementDet::TkStripMeasurementDet(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::pitch | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by FWRecoGeometryESProducer::addRPCGeometry(), RPCRoll::pitch(), ProxyStripTopology::pitch(), ValidateGeometry::validateRPCGeometry(), and ValidateGeometry::validateStripTopology().
virtual float StripTopology::strip | ( | const LocalPoint & | ) | const [pure virtual] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, OffsetRadialStripTopology, and ProxyStripTopology.
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(), ProxyStripTopology::strip(), and strip().
virtual float StripTopology::strip | ( | const LocalPoint & | lp, |
const Topology::LocalTrackAngles & | ltp | ||
) | const [inline, virtual] |
conversion taking also the angle from the track state (LocalTrajectoryParameters)
Reimplemented in ProxyStripTopology.
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, RectangularStripTopology, TrapezoidalStripTopology, OffsetRadialStripTopology, and ProxyStripTopology.
Referenced by RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), GlobalTrajectoryBuilderBase::fixTEC(), TestSmoothHits::projectHit(), GlobalRecHitsProducer::projectHit(), TestTrackHits::projectHit(), TestHits::projectHit(), GlobalRecHitsAnalyzer::projectHit(), SiStripRecHitsValid::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), StripMeasurementTransformator::projectionMatrix(), and ProxyStripTopology::stripAngle().
virtual float StripTopology::stripLength | ( | ) | const [pure virtual] |
Implemented in RadialStripTopology, RectangularStripTopology, TrapezoidalStripTopology, and ProxyStripTopology.
Referenced by FWRecoGeometryESProducer::addRPCGeometry(), SiStripDetInfoFileWriter::beginRun(), RoadSearchHelixMakerAlgorithm::run(), ProxyStripTopology::stripLength(), ValidateGeometry::validateRPCGeometry(), and ValidateGeometry::validateStripTopology().