#include <HoughGrouping.h>
Public Attributes | |
DTPrimitives | dtHits_ |
std::vector< bool > | isThereHitInLayer_ |
std::vector< bool > | isThereNeighBourHitInLayer_ |
unsigned short int | nHitsDiff_ |
unsigned short int | nLayersWithHits_ |
std::vector< double > | xDistToPattern_ |
Definition at line 19 of file HoughGrouping.h.
DTPrimitives ProtoCand::dtHits_ |
Definition at line 26 of file HoughGrouping.h.
Referenced by HoughGrouping::areThereEnoughHits(), HoughGrouping::associateHits(), and HoughGrouping::setDifferenceBetweenSL().
std::vector<bool> ProtoCand::isThereHitInLayer_ |
Definition at line 21 of file HoughGrouping.h.
Referenced by HoughGrouping::associateHits().
std::vector<bool> ProtoCand::isThereNeighBourHitInLayer_ |
Definition at line 23 of file HoughGrouping.h.
Referenced by HoughGrouping::associateHits().
unsigned short int ProtoCand::nHitsDiff_ |
Definition at line 24 of file HoughGrouping.h.
Referenced by HoughGrouping::associateHits(), and HoughGrouping::setDifferenceBetweenSL().
unsigned short int ProtoCand::nLayersWithHits_ |
Definition at line 20 of file HoughGrouping.h.
Referenced by HoughGrouping::associateHits().
std::vector<double> ProtoCand::xDistToPattern_ |
Definition at line 25 of file HoughGrouping.h.
Referenced by HoughGrouping::associateHits().