ATLAS Offline Software
LArCalorimeter
LArCalibUtils
LArCalibUtils
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
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
class
LArShapeCorrector
:
public
AthAlgorithm
11
{
12
13
public
:
14
15
LArShapeCorrector
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
16
~LArShapeCorrector
();
17
18
StatusCode
initialize
();
19
StatusCode
execute
();
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
;
31
int
m_groupingType
;
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:228
LArShapeCorrector::m_groupingType
int m_groupingType
Definition:
LArShapeCorrector.h:31
Generated on Fri Jan 10 2025 21:13:30 for ATLAS Offline Software by
1.8.18