14 MMT_Road(
const char sector,
const int roadSize,
const int UpX,
const int DownX,
const int UpUV,
const int DownUV,
const int xthr,
const int uvthr,
15 const int iroadx,
const int iroadu = -1,
const int iroadv = -1);
18 void addHits(std::vector<std::shared_ptr<MMT_Hit> > &hits);
20 double avgSofUV(
const int uv1,
const int uv2)
const;
int getUVthreshold() const
unsigned int countRealHits() const
int getXthreshold() const
unsigned int countHits() const
const std::vector< MMT_Hit > & getHitVector() const
void incrementAge(const int bcwind)
std::vector< MMT_Hit > m_road_hits
bool checkCoincidences(const int bcwind) const
void addHits(std::vector< std::shared_ptr< MMT_Hit > > &hits)
unsigned int countUVHits(bool flag) const
double avgSofUV(const int uv1, const int uv2) const
bool evaluateLowRes() const
bool matureCheck(const int bcwind) const
bool horizontalCheck() const
unsigned int countXHits(bool flag) const
MMT_Road(const char sector, const int roadSize, const int UpX, const int DownX, const int UpUV, const int DownUV, const int xthr, const int uvthr, const int iroadx, const int iroadu=-1, const int iroadv=-1)