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

#include <LastBinThresholdAction.h>

Collaboration diagram for dqm_algorithms::GreaterThan:

Public Member Functions

bool operator() (double a, double b, double) const

Detailed Description

Definition at line 21 of file LastBinThresholdAction.h.

Member Function Documentation

◆ operator()()

bool dqm_algorithms::GreaterThan::operator() ( double a,
double b,
double  ) const
inline

Definition at line 23 of file LastBinThresholdAction.h.

23 {
24 return a > b;
25 }
static Double_t a

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