ATLAS Offline Software
Loading...
Searching...
No Matches
dqm_algorithms::DifferentThan Class Reference

#include <LastBinThresholdAction.h>

Collaboration diagram for dqm_algorithms::DifferentThan:

Public Member Functions

bool operator() (double a, double b, double error=0.) const

Detailed Description

Definition at line 28 of file LastBinThresholdAction.h.

Member Function Documentation

◆ operator()()

bool dqm_algorithms::DifferentThan::operator() ( double a,
double b,
double error = 0. ) const
inline

Definition at line 30 of file LastBinThresholdAction.h.

30 {
31 return std::abs(a - b) > error;
32 }
static Double_t a

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