cluster of intersection points More...
Public Member Functions | |
void | add (const Point *p1, const Point *p2, double a, double b, double w) |
Cluster () | |
bool | operator< (const Cluster &c) const |
Public Attributes | |
std::vector< const Point * > | contents |
double | S1 |
double | Saw |
double | Sbw |
double | Sw |
double | weight |
cluster of intersection points
Definition at line 79 of file FastLineRecognition.h.
|
inline |
Definition at line 85 of file FastLineRecognition.h.
void FastLineRecognition::Cluster::add | ( | const Point * | p1, |
const Point * | p2, | ||
double | a, | ||
double | b, | ||
double | w | ||
) |
Definition at line 31 of file FastLineRecognition.cc.
References a, b, relmon_rootfiles_spy::contents, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, and w().
Referenced by counter.Counter::register().
|
inline |
Definition at line 89 of file FastLineRecognition.h.
References HltBtagPostValidation_cff::c, and funct::true.
std::vector<const Point *> FastLineRecognition::Cluster::contents |
Definition at line 83 of file FastLineRecognition.h.
Referenced by dqm_interfaces.DirFetcher::run().
double FastLineRecognition::Cluster::S1 |
Definition at line 80 of file FastLineRecognition.h.
double FastLineRecognition::Cluster::Saw |
Definition at line 80 of file FastLineRecognition.h.
double FastLineRecognition::Cluster::Sbw |
Definition at line 80 of file FastLineRecognition.h.
double FastLineRecognition::Cluster::Sw |
Definition at line 80 of file FastLineRecognition.h.
double FastLineRecognition::Cluster::weight |
Definition at line 81 of file FastLineRecognition.h.
Referenced by dirstructure.Directory::calcStats(), dirstructure.Directory::get_fail_rate(), dirstructure.Directory::get_null_rate(), dirstructure.Directory::get_skiped_rate(), dirstructure.Directory::get_success_rate(), and dirstructure.Directory::print_report().