ATLAS Offline Software
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
FortranAlgorithm::m_lun
int m_lun
Definition:
FortranAlgorithm.h:22
FortranAlgorithm::initialize
StatusCode initialize()
Definition:
FortranAlgorithm.cxx:40
AthAlgorithm.h
FortranAlgorithm::m_fileName
std::string m_fileName
Definition:
FortranAlgorithm.h:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
FortranAlgorithm::execute
StatusCode execute()
Definition:
FortranAlgorithm.cxx:49
FortranAlgorithm
Definition:
FortranAlgorithm.h:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
FortranAlgorithm::FortranAlgorithm
FortranAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
FortranAlgorithm.cxx:31
FortranAlgorithm::finalize
StatusCode finalize()
Definition:
FortranAlgorithm.cxx:58
Generated on Thu Nov 7 2024 21:15:22 for ATLAS Offline Software by
1.8.18