ATLAS Offline Software
LArShapeCorrector.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 #ifndef LARCALIBUTILS_LArShapeCorrector_H
6 #define LARCALIBUTILS_LArShapeCorrector_H
7 
9 
11 {
12 
13  public:
14 
15  LArShapeCorrector(const std::string& name, ISvcLocator* pSvcLocator);
17 
20  StatusCode stop();
21  StatusCode finalize(){return StatusCode::SUCCESS;}
22 
23  private:
24 
25  //Job properties
26  std::string m_keyShape;
27  std::string m_keyShape_newcorr;
28  std::string m_keyShapeResidual;
29 
30  std::string m_groupingName;
32  int m_phase;
33 };
34 #endif
LArShapeCorrector::m_keyShapeResidual
std::string m_keyShapeResidual
Definition: LArShapeCorrector.h:28
LArShapeCorrector::execute
StatusCode execute()
Definition: LArShapeCorrector.cxx:50
LArShapeCorrector::m_phase
int m_phase
Definition: LArShapeCorrector.h:32
LArShapeCorrector::finalize
StatusCode finalize()
Definition: LArShapeCorrector.h:21
LArShapeCorrector::initialize
StatusCode initialize()
Definition: LArShapeCorrector.cxx:25
AthAlgorithm.h
LArShapeCorrector::LArShapeCorrector
LArShapeCorrector(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArShapeCorrector.cxx:11
LArShapeCorrector
Definition: LArShapeCorrector.h:11
LArShapeCorrector::~LArShapeCorrector
~LArShapeCorrector()
LArShapeCorrector::stop
StatusCode stop()
Definition: LArShapeCorrector.cxx:57
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
LArShapeCorrector::m_keyShape_newcorr
std::string m_keyShape_newcorr
Definition: LArShapeCorrector.h:27
LArShapeCorrector::m_groupingName
std::string m_groupingName
Definition: LArShapeCorrector.h:30
LArShapeCorrector::m_keyShape
std::string m_keyShape
Definition: LArShapeCorrector.h:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArShapeCorrector::m_groupingType
int m_groupingType
Definition: LArShapeCorrector.h:31