ATLAS Offline Software
Loading...
Searching...
No Matches
UtilityFuncs.h File Reference

Holds helper functions used by FixedArrayBM and ArrayBM. More...

#include <limits>
Include dependency graph for UtilityFuncs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool IsNonZero (float lumi)

Detailed Description

Holds helper functions used by FixedArrayBM and ArrayBM.

Author
John Chapman - ATLAS Collaboration

Definition in file UtilityFuncs.h.

Function Documentation

◆ IsNonZero()

bool IsNonZero ( float lumi)
static

Definition at line 15 of file UtilityFuncs.h.

15{ return (lumi>std::numeric_limits<float>::epsilon()); }