#include <SiStripCluster.h>
Public Types | |
typedef std::vector< SiStripDigi >::const_iterator | SiStripDigiIter |
typedef std::pair< SiStripDigiIter, SiStripDigiIter > | SiStripDigiRange |
Public Member Functions | |
const std::vector< uint8_t > & | amplitudes () const |
float | barycenter () const |
int | charge () const |
uint16_t | firstStrip () const |
float | getSplitClusterError () const |
bool | isMerged () const |
void | setMerged (bool mergedState) |
void | setSplitClusterError (float errx) |
SiStripCluster () | |
SiStripCluster (const SiStripDigiRange &range) | |
template<typename Iter > | |
SiStripCluster (const uint16_t &firstStrip, Iter begin, Iter end) | |
template<typename Iter > | |
SiStripCluster (const uint16_t &firstStrip, Iter begin, Iter end, bool merged) | |
Static Public Attributes | |
static const uint16_t | mergedValueMask = 0x8000 |
static const uint16_t | stripIndexMask = 0x7FFF |
Private Attributes | |
std::vector< uint8_t > | amplitudes_ |
float | error_x = -99999.9 |
uint16_t | firstStrip_ = 0 |
Definition at line 9 of file SiStripCluster.h.
typedef std::vector<SiStripDigi>::const_iterator SiStripCluster::SiStripDigiIter |
Definition at line 11 of file SiStripCluster.h.
typedef std::pair<SiStripDigiIter, SiStripDigiIter> SiStripCluster::SiStripDigiRange |
Definition at line 12 of file SiStripCluster.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 21 of file SiStripCluster.h.
|
explicit |
check if digis consecutive
Definition at line 4 of file SiStripCluster.cc.
References amplitudes_, mps_fire::i, dqmiolumiharvest::j, and FastTimerService_cff::range.
|
inline |
Definition at line 26 of file SiStripCluster.h.
|
inline |
|
inline |
The amplitudes of the strips forming the cluster. The amplitudes are on consecutive strips; if a strip is missing the amplitude is set to zero. A strip may be missing in the middle of a cluster because of a clusterizer that accepts holes. A strip may also be missing anywhere in the cluster, including the edge, to record a dead/noisy channel.
You can find the special meanings of values { 0, 254, 255} in section 3.4.1 of http://www.te.rl.ac.uk/esdg/cms-fed/firmware/Documents/FE_FPGA_Technical_Description.pdf
Definition at line 51 of file SiStripCluster.h.
References amplitudes_.
Referenced by TrackerHitAssociator::associateSimpleRecHitCluster(), charge(), SimpleCosmicBONSeeder::checkCharge(), ClusterVariables::clusterSize(), SiStripGainFromData::ComputeChargeOverPath(), DeDxTools::getCharge(), ClusterShapeHitFilter::getSizes(), SiStripRecHitConverterAlgorithm::isMasked(), StMeasurementConditionSet::isMasked(), CalibrationTrackSelector::isOkCharge(), StripCPEfromTrackAngle::localParameters(), PrintRecoObjects::print(), ClusterTPAssociationProducer::produce(), ShallowGainCalibration::produce(), DeDxTools::shapeSelection(), ClusterVariables::stripCharges(), SiStripClusterInfo::stripCharges(), StripSubClusterShapeFilterBase::testLastHit(), reco::InverseCrosstalkMatrix::unfold(), and SiStripClusterInfo::width().
float SiStripCluster::barycenter | ( | ) | const |
The barycenter of the cluster, not corrected for Lorentz shift; should not be used as position estimate for tracking.
Definition at line 23 of file SiStripCluster.cc.
References amplitudes_, firstStrip_, dqmMemoryStats::float, mps_fire::i, stripIndexMask, and mitigatedMETSequence_cff::U.
Referenced by SiStripClusterInfo::baryStrip(), SiStripFineDelayHit::closestCluster(), SiStripRecHitConverterAlgorithm::isMasked(), StMeasurementConditionSet::isMasked(), StripCPE::localParameters(), StripCPEfromTrackAngle::localParameters(), and PrintRecoObjects::print().
|
inline |
total charge
Definition at line 61 of file SiStripCluster.h.
References amplitudes(), begin, and end.
|
inline |
The number of the first strip in the cluster. The high bit of firstStrip_ indicates whether the cluster is a candidate for being merged.
Definition at line 38 of file SiStripCluster.h.
References firstStrip_, and stripIndexMask.
Referenced by fireworks::addSiStripClusters(), TrackerHitAssociator::associateSimpleRecHitCluster(), FWTrajectorySeedProxyBuilder::build(), SimpleCosmicBONSeeder::checkCharge(), SiStripGainFromData::ComputeChargeOverPath(), FakeCPE::Map::encode(), SiStripClusterInfo::firstStrip(), DeDxTools::getCharge(), ClusterShapeHitFilter::getSizes(), SiStripRecHitConverterAlgorithm::isMasked(), StMeasurementConditionSet::isMasked(), StripCPEgeometric::localParameters(), operator<(), PrintRecoObjects::print(), ShallowTrackClustersProducer::produce(), ClusterTPAssociationProducer::produce(), ShallowGainCalibration::produce(), and StripSubClusterShapeFilterBase::testLastHit().
|
inline |
|
inline |
Test (set) the merged status of the cluster
Definition at line 66 of file SiStripCluster.h.
References firstStrip_, and mergedValueMask.
Referenced by StripCPEfromTrackAngle::localParameters().
|
inline |
Definition at line 67 of file SiStripCluster.h.
References firstStrip_, mergedValueMask, and stripIndexMask.
|
inline |
|
private |
Definition at line 73 of file SiStripCluster.h.
Referenced by amplitudes(), barycenter(), and SiStripCluster().
|
private |
Definition at line 85 of file SiStripCluster.h.
Referenced by getSplitClusterError(), and setSplitClusterError().
|
private |
Definition at line 75 of file SiStripCluster.h.
Referenced by barycenter(), firstStrip(), isMerged(), setMerged(), and SiStripCluster().
|
static |
Definition at line 15 of file SiStripCluster.h.
Referenced by isMerged(), setMerged(), and SiStripCluster().
|
static |
Definition at line 14 of file SiStripCluster.h.
Referenced by barycenter(), firstStrip(), and setMerged().