ATLAS Offline Software
Loading...
Searching...
No Matches
AthExAlgWithFPE.h
Go to the documentation of this file.
1//
2// Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3//
4#ifndef ATHEXUNITTEST_ATHEXALGWITHFPE
5#define ATHEXUNITTEST_ATHEXALGWITHFPE 1
6
8
10public:
11
12 using AthAlgorithm::AthAlgorithm; //Delgate c'tor
13
14 virtual StatusCode execute() override;
15
16private:
17 float divide (float a, float b);
18
19};
20
21#endif
static Double_t a
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
float divide(float a, float b)
Definition divide.cxx:9
virtual StatusCode execute() override
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: