ATLAS Offline Software
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::divide
float divide(float a, float b)
Definition:
divide.cxx:9
plotBeamSpotMon.b
b
Definition:
plotBeamSpotMon.py:77
AthExAlgWithFPE.h
a
TList * a
Definition:
liststreamerinfos.cxx:10
Generated on Thu Nov 7 2024 21:13:47 for ATLAS Offline Software by
1.8.18