ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExFortranAlgorithm
src
FortranAlgorithm.h
Go to the documentation of this file.
1
// dear emacs, this is really -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef ATHEXFORTRANALGORITHM_FORTRANALGORITHM_H
8
#define ATHEXFORTRANALGORITHM_FORTRANALGORITHM_H 1
9
10
#include <string>
11
#include "
AthenaBaseComps/AthAlgorithm.h
"
12
14
15
class
FortranAlgorithm
:
public
AthAlgorithm
{
16
public
:
17
FortranAlgorithm
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
StatusCode
initialize
();
19
StatusCode
execute
();
20
StatusCode
finalize
();
21
private
:
22
int
m_lun
;
23
std::string
m_fileName
;
24
};
25
26
#endif
// !ATHEXFORTRANALGORITHM_FORTRANALGORITHM_H
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
FortranAlgorithm::m_lun
int m_lun
Definition
FortranAlgorithm.h:22
FortranAlgorithm::initialize
StatusCode initialize()
Definition
FortranAlgorithm.cxx:40
FortranAlgorithm::m_fileName
std::string m_fileName
Definition
FortranAlgorithm.h:23
FortranAlgorithm::finalize
StatusCode finalize()
Definition
FortranAlgorithm.cxx:58
FortranAlgorithm::execute
StatusCode execute()
Definition
FortranAlgorithm.cxx:49
FortranAlgorithm::FortranAlgorithm
FortranAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition
FortranAlgorithm.cxx:31
Generated on
for ATLAS Offline Software by
1.14.0