ATLAS Offline Software
LArPhysCaliTDiffAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 #ifndef LARPHYSTCALIDIFFALG_H
7 #define LARPHYSTCALIDIFFALG_H
8 
11 
13 
14  public:
15 
16  LArPhysCaliTDiffAlg(const std::string & name, ISvcLocator * pSvcLocator);
17 
19 
21  StatusCode execute();// {return StatusCode::SUCCESS;}
22  // StatusCode stop(); //<< Do the work here
23  StatusCode finalize() {return StatusCode::SUCCESS;}
24 
25 
26  private:
27  std::string m_inputContainer;
28  std::string m_outputContainer;
29  std::string m_fileName;
30 
31  bool m_perFebMG;
32 
33 
34 };
35 
36 
37 #endif
LArPhysCaliTDiffAlg::LArPhysCaliTDiffAlg
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArPhysCaliTDiffAlg.cxx:11
LArCond2NtupleBase.h
LArPhysCaliTDiffAlg::~LArPhysCaliTDiffAlg
virtual ~LArPhysCaliTDiffAlg()
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
AthAlgorithm.h
LArPhysCaliTDiffAlg::m_outputContainer
std::string m_outputContainer
Definition: LArPhysCaliTDiffAlg.h:28
LArPhysCaliTDiffAlg::m_inputContainer
std::string m_inputContainer
Definition: LArPhysCaliTDiffAlg.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArPhysCaliTDiffAlg::m_perFebMG
bool m_perFebMG
Definition: LArPhysCaliTDiffAlg.h:31
LArPhysCaliTDiffAlg
Definition: LArPhysCaliTDiffAlg.h:12
LArPhysCaliTDiffAlg::m_fileName
std::string m_fileName
Definition: LArPhysCaliTDiffAlg.h:29
LArPhysCaliTDiffAlg::initialize
StatusCode initialize()
Definition: LArPhysCaliTDiffAlg.cxx:23
LArPhysCaliTDiffAlg::execute
StatusCode execute()
Definition: LArPhysCaliTDiffAlg.cxx:30
LArPhysCaliTDiffAlg::finalize
StatusCode finalize()
Definition: LArPhysCaliTDiffAlg.h:23