#include <PixelTopology.h>
Public Member Functions | |
virtual int | colsperroc () const =0 |
virtual bool | containsBigPixelInX (const int &ixmin, const int &ixmax) const =0 |
virtual bool | containsBigPixelInY (const int &iymin, const 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 | |
virtual int | rocsX () const =0 |
virtual int | rocsY () const =0 |
virtual int | rowsperroc () const =0 |
virtual | ~PixelTopology () |
Interface for all pixel topologies
Definition at line 10 of file PixelTopology.h.
virtual PixelTopology::~PixelTopology | ( | ) | [inline, virtual] |
Definition at line 13 of file PixelTopology.h.
{}
virtual int PixelTopology::colsperroc | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
virtual bool PixelTopology::containsBigPixelInX | ( | const int & | ixmin, |
const int & | ixmax | ||
) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelErrorEstimation::analyze().
virtual bool PixelTopology::containsBigPixelInY | ( | const int & | iymin, |
const int & | iymax | ||
) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelErrorEstimation::analyze().
virtual bool PixelTopology::isItBigPixelInX | ( | const int | ixbin | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by ClusterShape::determineShape(), and TrackClusterSplitter::splitCluster().
virtual bool PixelTopology::isItBigPixelInY | ( | const int | iybin | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by ClusterShape::determineShape(), and TrackClusterSplitter::splitCluster().
virtual bool PixelTopology::isItEdgePixel | ( | int | ixbin, |
int | iybin | ||
) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
virtual bool PixelTopology::isItEdgePixelInX | ( | int | ixbin | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelErrorEstimation::analyze(), ClusterShape::determineShape(), QcdLowPtDQM::fillPixels(), HLTPixelClusterShapeFilter::hltFilter(), GCC11_FINAL< T, TOPO >::isItEdgePixel(), PixelVertexProducerClusters::produce(), and HIPixelClusterVtxProducer::produce().
virtual bool PixelTopology::isItEdgePixelInY | ( | int | iybin | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelErrorEstimation::analyze(), ClusterShape::determineShape(), QcdLowPtDQM::fillPixels(), HLTPixelClusterShapeFilter::hltFilter(), GCC11_FINAL< T, TOPO >::isItEdgePixel(), PixelVertexProducerClusters::produce(), and HIPixelClusterVtxProducer::produce().
virtual float PixelTopology::localX | ( | const float | mpX | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by PixelCPETemplateReco::localPosition().
virtual float PixelTopology::localX | ( | const float | mpX, |
const Topology::LocalTrackPred & | |||
) | const [inline, virtual] |
Reimplemented in GCC11_FINAL< T, TOPO >.
Definition at line 39 of file PixelTopology.h.
References localX().
Referenced by localX().
{ return localX(mpX); }
virtual float PixelTopology::localY | ( | const float | mpY | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by PixelCPETemplateReco::localPosition().
virtual float PixelTopology::localY | ( | const float | mpY, |
const Topology::LocalTrackPred & | |||
) | const [inline, virtual] |
Reimplemented in GCC11_FINAL< T, TOPO >.
Definition at line 40 of file PixelTopology.h.
References localY().
Referenced by localY().
{ return localY(mpY); }
virtual int PixelTopology::ncolumns | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by SiPixelDigitizerAlgorithm::add_noise(), SiPixelErrorEstimation::analyze(), SiPixelDetInfoFileWriter::beginRun(), SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D(), SiPixelOfflineCalibAnalysisBase::bookDQMHistoPlaquetteSummary2D(), SiPixelDigitizerAlgorithm::digitize(), SiPixelRecHitsValid::fillForward(), SiPixelDigitizerAlgorithm::induce_signal(), SiPixelFedCablingMapBuilder::myprint(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelThresholdClusterizer::setup(), and SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit().
virtual int PixelTopology::nrows | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
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(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelThresholdClusterizer::setup(), and SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit().
virtual std::pair<float,float> PixelTopology::pitch | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by ClusterShapeHitFilter::getCotangent(), and SiPixelDigitizerAlgorithm::induce_signal().
virtual std::pair<float,float> PixelTopology::pixel | ( | const LocalPoint & | p, |
const Topology::LocalTrackAngles & | |||
) | const [inline, virtual] |
conversion taking also the angle from the track state
Definition at line 24 of file PixelTopology.h.
References pixel().
{ return pixel(p); }
virtual std::pair<float,float> PixelTopology::pixel | ( | const LocalPoint & | p | ) | const [pure virtual] |
virtual int PixelTopology::rocsX | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
virtual int PixelTopology::rocsY | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
virtual int PixelTopology::rowsperroc | ( | ) | const [pure virtual] |
Implemented in GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.