ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaAuditors
src
AthExAlgWithFPE.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
//
4
#ifndef ATHENAAUDITORS_ATHEXALGWITHFPE
5
#define ATHENAAUDITORS_ATHEXALGWITHFPE 1
6
7
#include "
AthenaBaseComps/AthAlgorithm.h
"
8
9
class
AthExAlgWithFPE
:
public
AthAlgorithm
{
10
public
:
11
12
using
AthAlgorithm::AthAlgorithm
;
//Delgate c'tor
13
14
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
15
16
private
:
17
float
divide
(
float
a
,
float
b);
18
19
};
20
21
#endif
AthAlgorithm.h
a
static Double_t a
Definition
LArPhysWaveHECTool.cxx:38
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthExAlgWithFPE
Definition
AthExAlgWithFPE.h:9
AthExAlgWithFPE::divide
float divide(float a, float b)
Definition
divide.cxx:9
AthExAlgWithFPE::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthExAlgWithFPE::execute
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
AthExAlgWithFPE.cxx:5
Generated on
for ATLAS Offline Software by
1.17.0