ATLAS Offline Software
Static Public Member Functions | Public Attributes | List of all members
dqm_algorithms::tools::binCluster Struct Reference

#include <AlgorithmHelper.h>

Collaboration diagram for dqm_algorithms::tools::binCluster:

Static Public Member Functions

static bool comp (const binCluster &lhs, const binCluster &rhs)
 

Public Attributes

double value
 
double error
 
double x
 
double y
 
double radius
 
int n
 
int ixmin
 
int ixmax
 
int iymin
 
int iymax
 

Detailed Description

Definition at line 56 of file AlgorithmHelper.h.

Member Function Documentation

◆ comp()

static bool dqm_algorithms::tools::binCluster::comp ( const binCluster lhs,
const binCluster rhs 
)
inlinestatic

Definition at line 67 of file AlgorithmHelper.h.

67 { return fabs(lhs.value) < fabs(rhs.value); }

Member Data Documentation

◆ error

double dqm_algorithms::tools::binCluster::error

Definition at line 58 of file AlgorithmHelper.h.

◆ ixmax

int dqm_algorithms::tools::binCluster::ixmax

Definition at line 64 of file AlgorithmHelper.h.

◆ ixmin

int dqm_algorithms::tools::binCluster::ixmin

Definition at line 63 of file AlgorithmHelper.h.

◆ iymax

int dqm_algorithms::tools::binCluster::iymax

Definition at line 66 of file AlgorithmHelper.h.

◆ iymin

int dqm_algorithms::tools::binCluster::iymin

Definition at line 65 of file AlgorithmHelper.h.

◆ n

int dqm_algorithms::tools::binCluster::n

Definition at line 62 of file AlgorithmHelper.h.

◆ radius

double dqm_algorithms::tools::binCluster::radius

Definition at line 61 of file AlgorithmHelper.h.

◆ value

double dqm_algorithms::tools::binCluster::value

Definition at line 57 of file AlgorithmHelper.h.

◆ x

double dqm_algorithms::tools::binCluster::x

Definition at line 59 of file AlgorithmHelper.h.

◆ y

double dqm_algorithms::tools::binCluster::y

Definition at line 60 of file AlgorithmHelper.h.


The documentation for this struct was generated from the following file: