![]() |
ATLAS Offline Software
|
#include <AlgorithmHelper.h>
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 |
Definition at line 51 of file AlgorithmHelper.h.
|
inlinestatic |
Definition at line 62 of file AlgorithmHelper.h.
| double dqm_algorithms::tools::binCluster::error |
Definition at line 53 of file AlgorithmHelper.h.
| int dqm_algorithms::tools::binCluster::ixmax |
Definition at line 59 of file AlgorithmHelper.h.
| int dqm_algorithms::tools::binCluster::ixmin |
Definition at line 58 of file AlgorithmHelper.h.
| int dqm_algorithms::tools::binCluster::iymax |
Definition at line 61 of file AlgorithmHelper.h.
| int dqm_algorithms::tools::binCluster::iymin |
Definition at line 60 of file AlgorithmHelper.h.
| int dqm_algorithms::tools::binCluster::n |
Definition at line 57 of file AlgorithmHelper.h.
| double dqm_algorithms::tools::binCluster::radius |
Definition at line 56 of file AlgorithmHelper.h.
| double dqm_algorithms::tools::binCluster::value |
Definition at line 52 of file AlgorithmHelper.h.
| double dqm_algorithms::tools::binCluster::x |
Definition at line 54 of file AlgorithmHelper.h.
| double dqm_algorithms::tools::binCluster::y |
Definition at line 55 of file AlgorithmHelper.h.