#include <RPixClusterToHit.h>
Public Member Functions | |
void | buildHits (unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits) |
void | make_hit (CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits) |
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 4 of file RPixClusterToHit.cc.
References edm::ParameterSet::getUntrackedParameter(), and verbosity_.
RPixClusterToHit::~RPixClusterToHit | ( | ) |
Definition at line 9 of file RPixClusterToHit.cc.
void RPixClusterToHit::buildHits | ( | unsigned int | detId, |
const std::vector< CTPPSPixelCluster > & | clusters, | ||
std::vector< CTPPSPixelRecHit > & | hits | ||
) |
Definition at line 11 of file RPixClusterToHit.cc.
References mps_fire::i, make_hit(), and verbosity_.
Referenced by CTPPSPixelRecHitProducer::run().
void RPixClusterToHit::make_hit | ( | CTPPSPixelCluster | aCluster, |
std::vector< CTPPSPixelRecHit > & | hits | ||
) |
Definition at line 22 of file RPixClusterToHit.cc.
References CTPPSPixelCluster::colSpan(), CTPPSPixelIndices::getDefaultColDetSize(), CTPPSPixelIndices::getDefaultRowDetSize(), CTPPSPixelIndices::getROCId(), mps_fire::i, createfilelist::int, CTPPSPixelCluster::minPixelCol(), CTPPSPixelCluster::minPixelRow(), CTPPSPixelCluster::pixelADC(), CTPPSPixelCluster::pixelCol(), CTPPSPixelSimTopology::pixelRange(), CTPPSPixelCluster::pixelRow(), CTPPSPixelCluster::rowSpan(), CTPPSPixelCluster::size(), CTPPSPixelCluster::sizeCol(), CTPPSPixelCluster::sizeRow(), ecaldqm::topology(), verbosity_, and create_public_lumi_plots::weights.
Referenced by buildHits().
|
private |
Definition at line 27 of file RPixClusterToHit.h.
Referenced by buildHits(), make_hit(), and RPixClusterToHit().