#include <RPixClusterToHit.h>
Public Member Functions | |
void | buildHits (unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt) |
void | make_hit (CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt) |
RPixClusterToHit (edm::ParameterSet const &conf) | |
~RPixClusterToHit () | |
Private Attributes | |
int | verbosity_ |
Definition at line 15 of file RPixClusterToHit.h.
RPixClusterToHit::RPixClusterToHit | ( | edm::ParameterSet const & | conf | ) |
Definition at line 3 of file RPixClusterToHit.cc.
References edm::ParameterSet::getUntrackedParameter(), and verbosity_.
RPixClusterToHit::~RPixClusterToHit | ( | ) |
Definition at line 7 of file RPixClusterToHit.cc.
void RPixClusterToHit::buildHits | ( | unsigned int | detId, |
const std::vector< CTPPSPixelCluster > & | clusters, | ||
std::vector< CTPPSPixelRecHit > & | hits, | ||
const PPSPixelTopology & | ppt | ||
) |
Definition at line 9 of file RPixClusterToHit.cc.
References bsc_activity_cfg::clusters, hcalRecHitTable_cff::detId, hfClusterShapes_cfi::hits, mps_fire::i, make_hit(), and verbosity_.
Referenced by CTPPSPixelRecHitProducer::run().
void RPixClusterToHit::make_hit | ( | CTPPSPixelCluster | aCluster, |
std::vector< CTPPSPixelRecHit > & | hits, | ||
const PPSPixelTopology & | ppt | ||
) |
Definition at line 20 of file RPixClusterToHit.cc.
References CTPPSPixelCluster::colSpan(), CTPPSPixelIndices::getDefaultColDetSize(), CTPPSPixelIndices::getDefaultRowDetSize(), CTPPSPixelIndices::getROCId(), hfClusterShapes_cfi::hits, mps_fire::i, createfilelist::int, CTPPSPixelCluster::minPixelCol(), CTPPSPixelCluster::minPixelRow(), CTPPSPixelCluster::pixelADC(), CTPPSPixelCluster::pixelCol(), PPSPixelTopology::pixelRange(), CTPPSPixelCluster::pixelRow(), CTPPSPixelCluster::rowSpan(), CTPPSPixelCluster::size(), CTPPSPixelCluster::sizeCol(), CTPPSPixelCluster::sizeRow(), verbosity_, and hltDeepSecondaryVertexTagInfosPFPuppi_cfi::weights.
Referenced by buildHits().
|
private |
Definition at line 27 of file RPixClusterToHit.h.
Referenced by buildHits(), make_hit(), and RPixClusterToHit().