ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExUnittest
src
divide.cxx
Go to the documentation of this file.
1
// Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
// This needs to be in a separate compilation unit.
4
// Otherwise it can be inlined and a division by zero handled
5
// at compilation time rathern than runtime.
6
7
#include "
AthExAlgWithFPE.h
"
8
9
float
AthExAlgWithFPE::divide
(
float
a
,
float
b)
10
{
11
return
a
/b;
12
}
AthExAlgWithFPE.h
a
static Double_t a
Definition
LArPhysWaveHECTool.cxx:38
AthExAlgWithFPE::divide
float divide(float a, float b)
Definition
divide.cxx:9
Generated on
for ATLAS Offline Software by
1.14.0