ATLAS Offline Software
Loading...
Searching...
No Matches
Control
PileUpComps
src
UtilityFuncs.h
Go to the documentation of this file.
1
/* -*- C++ -*- */
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef PILEUPCOMPS_UTILITYFUNCS
8
#define PILEUPCOMPS_UTILITYFUNCS 1
14
#include<limits>
/*epsilon*/
15
static
bool
IsNonZero
(
float
lumi) {
return
(lumi>std::numeric_limits<float>::epsilon()); }
16
#endif
17
IsNonZero
static bool IsNonZero(float lumi)
Definition
UtilityFuncs.h:15
Generated on
for ATLAS Offline Software by
1.14.0