addRoad(const std::vector< std::vector< std::shared_ptr< const FPGATrackSimHit >>> &hits, layer_bitmask_t hitLayers, unsigned x, unsigned y) | FPGATrackSimHoughTransformTool | private |
addRoad(const std::unordered_set< std::shared_ptr< const FPGATrackSimHit >> &hits, unsigned x, unsigned y) | FPGATrackSimHoughTransformTool | private |
addRoad(const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, unsigned x, unsigned y) | FPGATrackSimHoughTransformTool | private |
conv(unsigned y, unsigned x) | FPGATrackSimHoughTransformTool | inlineprivate |
convolute(Image const &image) const | FPGATrackSimHoughTransformTool | private |
createImage(const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits) const | FPGATrackSimHoughTransformTool | private |
createLayerImage(std::vector< unsigned > const &combine_layers, const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, unsigned const scale) const | FPGATrackSimHoughTransformTool | private |
drawImage(Image const &image, std::string const &name) | FPGATrackSimHoughTransformTool | private |
FPGATrackSimHoughTransformTool(const std::string &, const std::string &, const IInterface *) | FPGATrackSimHoughTransformTool | |
getExtension(unsigned y, unsigned layer) const | FPGATrackSimHoughTransformTool | private |
getImage() const | FPGATrackSimHoughTransformTool | inline |
getMaxX() const | FPGATrackSimHoughTransformTool | inline |
getMaxY() const | FPGATrackSimHoughTransformTool | inline |
getMinX() const | FPGATrackSimHoughTransformTool | inline |
getMinY() const | FPGATrackSimHoughTransformTool | inline |
getRoads(const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, std::vector< std::shared_ptr< const FPGATrackSimRoad >> &roads) override | FPGATrackSimHoughTransformTool | virtual |
getSubRegion() const override | FPGATrackSimHoughTransformTool | inlinevirtual |
getThreshold() const | FPGATrackSimHoughTransformTool | inline |
Image typedef | FPGATrackSimHoughTransformTool | |
initialize() override | FPGATrackSimHoughTransformTool | virtual |
m_bins_x | FPGATrackSimHoughTransformTool | private |
m_bins_y | FPGATrackSimHoughTransformTool | private |
m_binScale | FPGATrackSimHoughTransformTool | private |
m_combineLayer2D | FPGATrackSimHoughTransformTool | private |
m_combineLayers | FPGATrackSimHoughTransformTool | private |
m_conv | FPGATrackSimHoughTransformTool | private |
m_convSize_x | FPGATrackSimHoughTransformTool | private |
m_convSize_y | FPGATrackSimHoughTransformTool | private |
m_doEtaPatternConsts | FPGATrackSimHoughTransformTool | private |
m_doRegionalMapping | FPGATrackSimHoughTransformTool | private |
m_EvtSel | FPGATrackSimHoughTransformTool | private |
m_fieldCorrection | FPGATrackSimHoughTransformTool | private |
m_FPGATrackSimBankSvc | FPGATrackSimHoughTransformTool | private |
m_FPGATrackSimMapping | FPGATrackSimHoughTransformTool | private |
m_hitExtend_x | FPGATrackSimHoughTransformTool | private |
m_idealGeoRoads | FPGATrackSimHoughTransformTool | private |
m_image | FPGATrackSimHoughTransformTool | private |
m_imageSize_x | FPGATrackSimHoughTransformTool | private |
m_imageSize_y | FPGATrackSimHoughTransformTool | private |
m_localMaxWindowSize | FPGATrackSimHoughTransformTool | private |
m_nCombineLayers | FPGATrackSimHoughTransformTool | private |
m_nLayers | FPGATrackSimHoughTransformTool | private |
m_par_x | FPGATrackSimHoughTransformTool | private |
m_par_y | FPGATrackSimHoughTransformTool | private |
m_parMax | FPGATrackSimHoughTransformTool | private |
m_parMin | FPGATrackSimHoughTransformTool | private |
m_roads | FPGATrackSimHoughTransformTool | private |
m_step_x | FPGATrackSimHoughTransformTool | private |
m_step_y | FPGATrackSimHoughTransformTool | private |
m_subRegion | FPGATrackSimHoughTransformTool | private |
m_tempMax_d0 | FPGATrackSimHoughTransformTool | private |
m_tempMax_phi | FPGATrackSimHoughTransformTool | private |
m_tempMax_qOverPt | FPGATrackSimHoughTransformTool | private |
m_tempMin_d0 | FPGATrackSimHoughTransformTool | private |
m_tempMin_phi | FPGATrackSimHoughTransformTool | private |
m_tempMin_qOverPt | FPGATrackSimHoughTransformTool | private |
m_threshold | FPGATrackSimHoughTransformTool | private |
m_traceHits | FPGATrackSimHoughTransformTool | private |
m_useSectors | FPGATrackSimHoughTransformTool | private |
m_useSpacePoints | FPGATrackSimHoughTransformTool | private |
passThreshold(Image const &image, unsigned x, unsigned y) const | FPGATrackSimHoughTransformTool | private |
yToX(double y, const std::shared_ptr< const FPGATrackSimHit > &hit) const | FPGATrackSimHoughTransformTool | |
yToXBins(size_t yBin_min, size_t yBin_max, const std::shared_ptr< const FPGATrackSimHit > &hit) const | FPGATrackSimHoughTransformTool | private |