#include <PixelTopology.h>
Public Member Functions | |
virtual int | colsperroc () const =0 |
virtual bool | containsBigPixelInX (int ixmin, int ixmax) const =0 |
virtual bool | containsBigPixelInY (int iymin, int iymax) const =0 |
virtual bool | isItBigPixelInX (const int ixbin) const =0 |
virtual bool | isItBigPixelInY (const int iybin) const =0 |
virtual bool | isItEdgePixel (int ixbin, int iybin) const =0 |
virtual bool | isItEdgePixelInX (int ixbin) const =0 |
virtual bool | isItEdgePixelInY (int iybin) const =0 |
virtual float | localX (const float mpX) const =0 |
virtual float | localX (const float mpX, const Topology::LocalTrackPred &) const |
virtual float | localY (const float mpY) const =0 |
virtual float | localY (const float mpY, const Topology::LocalTrackPred &) const |
virtual int | ncolumns () const =0 |
virtual int | nrows () const =0 |
virtual std::pair< float, float > | pitch () const =0 |
virtual std::pair< float, float > | pixel (const LocalPoint &p) const =0 |
virtual std::pair< float, float > | pixel (const LocalPoint &p, const Topology::LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual int | rocsX () const =0 |
virtual int | rocsY () const =0 |
virtual int | rowsperroc () const =0 |
virtual | ~PixelTopology () |
Public Member Functions inherited from Topology | |
virtual int | channel (const LocalPoint &p) const =0 |
virtual int | channel (const LocalPoint &lp, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual LocalError | localError (const MeasurementPoint &, const MeasurementError &) const =0 |
virtual LocalError | localError (const MeasurementPoint &mp, const MeasurementError &me, const LocalTrackPred &) const |
conversion taking also the angle from the predicted track state More... | |
virtual LocalPoint | localPosition (const MeasurementPoint &) const =0 |
virtual LocalPoint | localPosition (const MeasurementPoint &mp, const LocalTrackPred &) const |
conversion taking also the angle from the predicted track state More... | |
virtual MeasurementError | measurementError (const LocalPoint &, const LocalError &) const =0 |
virtual MeasurementError | measurementError (const LocalPoint &lp, const LocalError &le, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual MeasurementPoint | measurementPosition (const LocalPoint &) const =0 |
virtual MeasurementPoint | measurementPosition (const LocalPoint &lp, const LocalTrackAngles &) const |
conversion taking also the angle from the track state More... | |
virtual | ~Topology () |
Additional Inherited Members | |
Public Types inherited from Topology | |
typedef Point2DBase< double, LocalTag > | Local2DPoint |
typedef Vector2D::MathVector | MathVector2D |
typedef Basic2DVector< double > | Vector2D |
Interface for all pixel topologies
Definition at line 10 of file PixelTopology.h.
|
inlinevirtual |
Definition at line 13 of file PixelTopology.h.
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ProxyPixelTopology::colsperroc().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelErrorEstimation::analyze(), and ProxyPixelTopology::containsBigPixelInX().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelErrorEstimation::analyze(), and ProxyPixelTopology::containsBigPixelInY().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ClusterShape::determineShape(), ProxyPixelTopology::isItBigPixelInX(), and TrackClusterSplitter::splitCluster().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ClusterShape::determineShape(), ProxyPixelTopology::isItBigPixelInY(), and TrackClusterSplitter::splitCluster().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ProxyPixelTopology::isItEdgePixel().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelErrorEstimation::analyze(), ClusterShape::determineShape(), QcdLowPtDQM::fillPixels(), HLTPixelClusterShapeFilter::hltFilter(), ProxyPixelTopology::isItEdgePixelInX(), PixelVertexProducerClusters::produce(), and HIPixelClusterVtxProducer::produce().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelErrorEstimation::analyze(), ClusterShape::determineShape(), QcdLowPtDQM::fillPixels(), HLTPixelClusterShapeFilter::hltFilter(), ProxyPixelTopology::isItEdgePixelInY(), PixelVertexProducerClusters::produce(), and HIPixelClusterVtxProducer::produce().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by PixelCPETemplateReco::localPosition(), and ProxyPixelTopology::localX().
|
inlinevirtual |
Reimplemented in ProxyPixelTopology.
Definition at line 39 of file PixelTopology.h.
References localX().
Referenced by localX().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by PixelCPETemplateReco::localPosition(), and ProxyPixelTopology::localY().
|
inlinevirtual |
Reimplemented in ProxyPixelTopology.
Definition at line 40 of file PixelTopology.h.
References localY().
Referenced by localY().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelDigitizerAlgorithm::add_noise(), SiPixelErrorEstimation::analyze(), SiPixelDetInfoFileWriter::beginRun(), SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D(), SiPixelOfflineCalibAnalysisBase::bookDQMHistoPlaquetteSummary2D(), SiPixelDigitizerAlgorithm::digitize(), SiPixelRecHitsValid::fillForward(), SiPixelDigitizerAlgorithm::induce_signal(), SiPixelFedCablingMapBuilder::myprint(), ProxyPixelTopology::ncolumns(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelThresholdClusterizer::setup(), and SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by SiPixelDigitizerAlgorithm::add_noise(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), SiPixelDetInfoFileWriter::beginRun(), SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D(), SiPixelOfflineCalibAnalysisBase::bookDQMHistoPlaquetteSummary2D(), SiPixelDigitizerAlgorithm::digitize(), SiPixelRecHitsValid::fillBarrel(), SiPixelRecHitsValid::fillForward(), SiPixelDigitizerAlgorithm::induce_signal(), SiPixelFedCablingMapBuilder::myprint(), ProxyPixelTopology::nrows(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelThresholdClusterizer::setup(), and SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ClusterShapeHitFilter::getCotangent(), SiPixelDigitizerAlgorithm::induce_signal(), and ProxyPixelTopology::pitch().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by pixel(), ProxyPixelTopology::pixel(), and SiClusterTranslator::produce().
|
inlinevirtual |
conversion taking also the angle from the track state
Reimplemented in ProxyPixelTopology.
Definition at line 24 of file PixelTopology.h.
References pixel().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ProxyPixelTopology::rocsX().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ProxyPixelTopology::rocsY().
|
pure virtual |
Implemented in RectangularPixelTopology, and ProxyPixelTopology.
Referenced by ProxyPixelTopology::rowsperroc().