|
ATLAS Offline Software
|
Go to the documentation of this file.
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;
21 double avgZofUV(
const int uv1,
const int uv2)
const;
double avgZofUV(const int uv1, const int uv2) 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)
std::vector< std::unique_ptr< MMT_Hit > > m_road_hits
unsigned int countXHits(bool flag) const
bool evaluateLowRes() const
int getRoadSizeUpUV() const
bool matureCheck(const int bcwind) const
unsigned int countRealHits() const
int getRoadSizeDownX() const
int getRoadSizeUpX() const
unsigned int countHits() const
unsigned int countUVHits(bool flag) const
int getRoadSizeDownUV() const
void incrementAge(const int bcwind)
bool horizontalCheck() const
double avgSofUV(const int uv1, const int uv2) const
bool checkCoincidences(const int bcwind) const
int getXthreshold() const
const std::vector< std::unique_ptr< MMT_Hit > > & getHitVector() const
int getUVthreshold() const
void addHits(std::vector< std::shared_ptr< MMT_Hit > > &hits)