Pixel cluster – collection of neighboring pixels above threshold. More...
#include <SiPixelCluster.h>
Classes | |
class | Pixel |
class | PixelPos |
class | Shift |
Public Types | |
typedef std::vector< PixelDigi > ::const_iterator | PixelDigiIter |
typedef std::pair < PixelDigiIter, PixelDigiIter > | PixelDigiRange |
Public Member Functions | |
void | add (const PixelPos &pix, int adc) |
float | charge () const |
int | colSpan () const |
void | computeMax () |
moslty to be compatible for <610 More... | |
float | getSplitClusterErrorX () const |
float | getSplitClusterErrorY () const |
int | maxPixelCol () const |
int | maxPixelRow () const |
int | minPixelCol () const |
int | minPixelRow () const |
bool | overflow () const |
bool | overflowCol () const |
bool | overflowRow () const |
void | packCol (uint16_t ymin, uint16_t yspan) |
void | packRow (uint16_t xmin, uint16_t xspan) |
Pixel | pixel (int i) const |
const std::vector< uint16_t > & | pixelADC () const |
const std::vector< uint8_t > & | pixelOffset () const |
const std::vector< Pixel > | pixels () const |
int | rowSpan () const |
void | setSplitClusterErrorX (float errx) |
void | setSplitClusterErrorY (float erry) |
SiPixelCluster () | |
SiPixelCluster (unsigned int isize, uint16_t const *adcs, uint16_t const *xpos, uint16_t const *ypos, uint16_t const xmin, uint16_t const ymin) | |
SiPixelCluster (const PixelPos &pix, int adc) | |
int | size () const |
int | sizeX () const |
int | sizeY () const |
void | verifyVersion () const |
mostly to be compatible for <610 More... | |
float | x () const |
float | y () const |
Static Public Attributes | |
static const unsigned int | MAXPOS =1023 |
static const unsigned int | MAXSPAN =63 |
static const unsigned int | POSBITS =10 |
static const unsigned int | SPANBITS =6 |
Static Private Member Functions | |
static int | overflow_ (uint16_t packed) |
static uint16_t | pack_ (uint16_t zmin, unsigned short zspan) |
static int | span_ (uint16_t packed) |
Private Attributes | |
float | err_x |
float | err_y |
std::vector< uint16_t > | thePixelADC |
uint16_t | thePixelCol |
std::vector< uint8_t > | thePixelOffset |
uint16_t | thePixelRow |
Pixel cluster – collection of neighboring pixels above threshold.
Pixel cluster – collection of pixels with ADC counts.
Class to contain and store all the topological information of pixel clusters: charge, global size, size and the barycenter in x and y local directions. It builds a vector of SiPixel (which is an inner class) and a container of channels.
March 2007: Edge methods moved to RectangularPixelTopology class (V.Chiochia) Feb 2008: Modify the Pixel class from float to shorts May 2008: Offset based packing (D.Fehling / A. Rizzi) Sep 2012: added Max back, removed detId (V.I.) sizeX and sizeY now clipped at 127
Class to contain and store all the topological information of pixel clusters: charge, global size, size and the barycenter in x and y local directions. It builds a vector of SiPixel (which is an inner class) and a container of channels.
March 2007: Edge pixel methods moved to RectangularPixelTopology (V.Chiochia) May 2008: Offset based packing (D.Fehling / A. Rizzi)
Definition at line 33 of file SiPixelCluster.h.
typedef std::vector<PixelDigi>::const_iterator SiPixelCluster::PixelDigiIter |
Definition at line 73 of file SiPixelCluster.h.
typedef std::pair<PixelDigiIter,PixelDigiIter> SiPixelCluster::PixelDigiRange |
Definition at line 74 of file SiPixelCluster.h.
|
inline |
Construct from a range of digis that form a cluster and from a DetID. The range is assumed to be non-empty.
Definition at line 93 of file SiPixelCluster.h.
|
inline |
Definition at line 95 of file SiPixelCluster.h.
References i, MAXSPAN, min(), packCol(), packRow(), thePixelOffset, SiStripMonitorClusterAlca_cfi::xmin, and SiStripMonitorClusterAlca_cfi::ymin.
SiPixelCluster::SiPixelCluster | ( | const PixelPos & | pix, |
int | adc | ||
) |
Definition at line 18 of file SiPixelCluster.cc.
References thePixelADC, and thePixelOffset.
void SiPixelCluster::add | ( | const PixelPos & | pix, |
int | adc | ||
) |
Definition at line 35 of file SiPixelCluster.cc.
References SiPixelCluster::PixelPos::col(), i, maxPixelCol(), maxPixelRow(), min(), minPixelCol(), minPixelRow(), overflowCol(), overflowRow(), packCol(), packRow(), SiPixelCluster::PixelPos::row(), thePixelADC, and thePixelOffset.
Referenced by PixelThresholdClusterizer::make_cluster(), counter.Counter::register(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 145 of file SiPixelCluster.h.
References i, and thePixelADC.
Referenced by PixelThresholdClusterizer::clusterizeDetUnit(), SiPixelTrackResidualModule::fill(), ApeEstimator::fillHitVariables(), PixelCPEGeneric::localPosition(), PixelThresholdClusterizer::make_cluster(), JetCoreClusterSplitter::produce(), FastPrimaryVertexWithWeightsProducer::produce(), JetCoreClusterSplitter::split(), TrackClusterSplitter::splitCluster(), x(), and y().
|
inline |
Definition at line 191 of file SiPixelCluster.h.
References span_(), and thePixelCol.
Referenced by maxPixelCol(), and sizeY().
|
inline |
moslty to be compatible for <610
Definition at line 218 of file SiPixelCluster.h.
References i, minPixelCol(), minPixelRow(), packCol(), packRow(), thePixelADC, thePixelOffset, xsize, and ysize.
Referenced by verifyVersion().
|
inline |
|
inline |
|
inline |
Definition at line 156 of file SiPixelCluster.h.
References colSpan(), minPixelCol(), and verifyVersion().
Referenced by add(), PixelCPEGeneric::collect_edge_charges(), ClusterShape::determineShape(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), ClusterTPAssociationProducer::produce(), and PixelCPEBase::setTheClu().
|
inline |
Definition at line 154 of file SiPixelCluster.h.
References minPixelRow(), rowSpan(), and verifyVersion().
Referenced by add(), PixelCPEGeneric::collect_edge_charges(), ClusterShape::determineShape(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), ClusterTPAssociationProducer::produce(), and PixelCPEBase::setTheClu().
|
inline |
Definition at line 155 of file SiPixelCluster.h.
References MAXPOS, and thePixelCol.
Referenced by add(), PixelCPEGeneric::collect_edge_charges(), computeMax(), ClusterShape::determineShape(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), maxPixelCol(), operator<(), pixel(), ClusterTPAssociationProducer::produce(), fireworks::pushPixelCluster(), PixelCPEBase::setTheClu(), TrackClusterSplitter::splitCluster(), and y().
|
inline |
Definition at line 153 of file SiPixelCluster.h.
References MAXPOS, and thePixelRow.
Referenced by add(), PixelCPEGeneric::collect_edge_charges(), computeMax(), ClusterShape::determineShape(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), maxPixelRow(), operator<(), pixel(), ClusterTPAssociationProducer::produce(), fireworks::pushPixelCluster(), PixelCPEBase::setTheClu(), TrackClusterSplitter::splitCluster(), and x().
|
inline |
|
inlinestaticprivate |
Definition at line 184 of file SiPixelCluster.h.
References MAXSPAN, and span_().
Referenced by overflowCol(), and overflowRow().
|
inline |
Definition at line 196 of file SiPixelCluster.h.
References overflow_(), and thePixelCol.
Referenced by add(), and overflow().
|
inline |
Definition at line 198 of file SiPixelCluster.h.
References overflow_(), and thePixelRow.
Referenced by add(), and overflow().
|
inlinestaticprivate |
Definition at line 185 of file SiPixelCluster.h.
References MAXSPAN, min(), POSBITS, and SiStripMonitorClusterAlca_cfi::zmin.
Referenced by packCol(), and packRow().
|
inline |
Definition at line 202 of file SiPixelCluster.h.
References pack_(), and thePixelCol.
Referenced by add(), computeMax(), and SiPixelCluster().
|
inline |
Definition at line 205 of file SiPixelCluster.h.
References pack_(), and thePixelRow.
Referenced by add(), computeMax(), and SiPixelCluster().
|
inline |
Definition at line 174 of file SiPixelCluster.h.
References minPixelCol(), minPixelRow(), align::Pixel, thePixelADC, and thePixelOffset.
Referenced by PixelCPEGeneric::collect_edge_charges(), ClusterShape::determineShape(), and pixels().
|
inline |
Definition at line 160 of file SiPixelCluster.h.
References thePixelADC.
Referenced by ClusterShape::determineShape().
|
inline |
|
inline |
Definition at line 163 of file SiPixelCluster.h.
References i, pixel(), and thePixelADC.
Referenced by analyzer::SiPixelLorentzAngle::fillPix(), JetCoreClusterSplitter::fittingSplit(), PixelThresholdClusterizer::make_cluster(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 193 of file SiPixelCluster.h.
References span_(), and thePixelRow.
Referenced by maxPixelRow(), and sizeX().
|
inline |
Definition at line 237 of file SiPixelCluster.h.
References err_x.
Referenced by JetCoreClusterSplitter::produce(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 238 of file SiPixelCluster.h.
References err_y.
Referenced by JetCoreClusterSplitter::produce(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 136 of file SiPixelCluster.h.
References thePixelADC.
Referenced by SiStripMonitorCluster::analyze(), PixelCPEGeneric::collect_edge_charges(), SiPixelTrackResidualModule::fill(), TkPixelMeasurementDet::recHits(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 139 of file SiPixelCluster.h.
References rowSpan(), and verifyVersion().
Referenced by SiPixelTrackResidualModule::fill(), ApeEstimator::fillHitVariables(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), JetCoreClusterSplitter::produce(), FastPrimaryVertexWithWeightsProducer::produce(), and FastPrimaryVertexProducer::produce().
|
inline |
Definition at line 142 of file SiPixelCluster.h.
References colSpan(), and verifyVersion().
Referenced by SiPixelTrackResidualModule::fill(), ApeEstimator::fillHitVariables(), PixelCPEGeneric::localError(), PixelCPEGeneric::localPosition(), JetCoreClusterSplitter::produce(), FastPrimaryVertexWithWeightsProducer::produce(), and FastPrimaryVertexProducer::produce().
|
inlinestaticprivate |
Definition at line 183 of file SiPixelCluster.h.
References POSBITS.
Referenced by colSpan(), overflow_(), and rowSpan().
|
inline |
mostly to be compatible for <610
Definition at line 212 of file SiPixelCluster.h.
References computeMax(), MAXPOS, thePixelCol, thePixelRow, and unlikely.
Referenced by maxPixelCol(), maxPixelRow(), sizeX(), and sizeY().
|
inline |
Definition at line 119 of file SiPixelCluster.h.
References charge(), i, minPixelRow(), thePixelADC, and thePixelOffset.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), SiPixelErrorEstimation::computeAnglesFromDetPosition(), PixelCPEBase::computeAnglesFromDetPosition(), ApeEstimator::fillHitVariables(), PixelCPEGeneric::localPosition(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), and TrackClusterSplitter::splitCluster().
|
inline |
Definition at line 127 of file SiPixelCluster.h.
References charge(), i, minPixelCol(), thePixelADC, and thePixelOffset.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), SiPixelErrorEstimation::computeAnglesFromDetPosition(), PixelCPEBase::computeAnglesFromDetPosition(), ApeEstimator::fillHitVariables(), PixelCPEGeneric::localPosition(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), and TrackClusterSplitter::splitCluster().
|
private |
Definition at line 261 of file SiPixelCluster.h.
Referenced by getSplitClusterErrorX(), and setSplitClusterErrorX().
|
private |
Definition at line 262 of file SiPixelCluster.h.
Referenced by getSplitClusterErrorY(), and setSplitClusterErrorY().
|
static |
Definition at line 86 of file SiPixelCluster.h.
Referenced by minPixelCol(), minPixelRow(), and verifyVersion().
|
static |
Definition at line 85 of file SiPixelCluster.h.
Referenced by overflow_(), pack_(), and SiPixelCluster().
|
static |
Definition at line 83 of file SiPixelCluster.h.
|
static |
Definition at line 84 of file SiPixelCluster.h.
|
private |
Definition at line 246 of file SiPixelCluster.h.
Referenced by add(), charge(), computeMax(), pixel(), pixelADC(), pixels(), SiPixelCluster(), size(), x(), and y().
|
private |
Definition at line 250 of file SiPixelCluster.h.
Referenced by colSpan(), minPixelCol(), overflowCol(), packCol(), and verifyVersion().
|
private |
Definition at line 245 of file SiPixelCluster.h.
Referenced by add(), computeMax(), pixel(), pixelOffset(), SiPixelCluster(), x(), and y().
|
private |
Definition at line 249 of file SiPixelCluster.h.
Referenced by minPixelRow(), overflowRow(), packRow(), rowSpan(), and verifyVersion().