ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCBinAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef LAROFCBINALG_H
7#define LAROFCBINALG_H
8
12
14
15 public:
16
17 LArOFCBinAlg(const std::string & name, ISvcLocator * pSvcLocator);
18
19 virtual ~LArOFCBinAlg();
20
21 StatusCode initialize();
22 StatusCode execute();// {return StatusCode::SUCCESS;}
23 // StatusCode stop(); //<< Do the work here
24 StatusCode finalize() {return StatusCode::SUCCESS;}
25
26
27 private:
28 std::string m_inputContainer;
29 std::string m_outputContainer;
30 std::string m_fileName;
31
34
35
36};
37
38
39#endif
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_fileName
StatusCode execute()
std::string m_outputContainer
StatusCode initialize()
virtual ~LArOFCBinAlg()
LArOFCBinAlg(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_inputContainer
StatusCode finalize()