ATLAS Offline Software
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 
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 
32  bool m_perFebMG;
33  bool m_perFeb;
34 
35 
36 };
37 
38 
39 #endif
LArOFCBinAlg::~LArOFCBinAlg
virtual ~LArOFCBinAlg()
LArOFCBinAlg::m_outputContainer
std::string m_outputContainer
Definition: LArOFCBinAlg.h:29
LArCond2NtupleBase.h
LArOFCBinAlg
Definition: LArOFCBinAlg.h:13
LArOFCBinAlg::LArOFCBinAlg
LArOFCBinAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArOFCBinAlg.cxx:12
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArOFCBinAlg::m_perFebMG
bool m_perFebMG
Definition: LArOFCBinAlg.h:32
AthAlgorithm.h
LArOnOffIdMapping.h
LArOFCBinAlg::initialize
StatusCode initialize()
Definition: LArOFCBinAlg.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArOFCBinAlg::finalize
StatusCode finalize()
Definition: LArOFCBinAlg.h:24
LArOFCBinAlg::m_perFeb
bool m_perFeb
Definition: LArOFCBinAlg.h:33
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArOFCBinAlg::execute
StatusCode execute()
Definition: LArOFCBinAlg.cxx:36
LArOFCBinAlg::m_fileName
std::string m_fileName
Definition: LArOFCBinAlg.h:30
LArOFCBinAlg::m_inputContainer
std::string m_inputContainer
Definition: LArOFCBinAlg.h:28