ATLAS Offline Software
Loading...
Searching...
No Matches
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*/
15static bool IsNonZero(float lumi) { return (lumi>std::numeric_limits<float>::epsilon()); }
16#endif
17
static bool IsNonZero(float lumi)