ATLAS Offline Software
Loading...
Searching...
No Matches
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);
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(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode initialize()
std::string m_fileName
FortranAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)