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

#include <AlgorithmHelper.h>

Collaboration diagram for dqm_algorithms::tools::binContainer:

Static Public Member Functions

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

Public Attributes

double value
 
double error
 
int test
 
int ix
 
int iy
 
double x
 
double y
 

Detailed Description

Definition at line 44 of file AlgorithmHelper.h.

Member Function Documentation

◆ comp()

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

Definition at line 53 of file AlgorithmHelper.h.

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

Member Data Documentation

◆ error

double dqm_algorithms::tools::binContainer::error

Definition at line 46 of file AlgorithmHelper.h.

◆ ix

int dqm_algorithms::tools::binContainer::ix

Definition at line 48 of file AlgorithmHelper.h.

◆ iy

int dqm_algorithms::tools::binContainer::iy

Definition at line 49 of file AlgorithmHelper.h.

◆ test

int dqm_algorithms::tools::binContainer::test

Definition at line 47 of file AlgorithmHelper.h.

◆ value

double dqm_algorithms::tools::binContainer::value

Definition at line 45 of file AlgorithmHelper.h.

◆ x

double dqm_algorithms::tools::binContainer::x

Definition at line 50 of file AlgorithmHelper.h.

◆ y

double dqm_algorithms::tools::binContainer::y

Definition at line 51 of file AlgorithmHelper.h.


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