ATLAS Offline Software
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>
12 
14 
16  public:
17  FortranAlgorithm (const std::string& name, ISvcLocator* pSvcLocator);
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