ATLAS Offline Software
Control
PileUpComps
src
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
9
14
#include<limits>
/*epsilon*/
15
static
bool
IsNonZero(
float
lumi
) {
return
(
lumi
>std::numeric_limits<float>::epsilon()); }
16
#endif
17
lumiFormat.lumi
lumi
Definition:
lumiFormat.py:106
Generated on Thu Nov 7 2024 21:31:19 for ATLAS Offline Software by
1.8.18