ATLAS Offline Software
Loading...
Searching...
No Matches
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
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
LArShapeCorrector::m_groupingName
std::string m_groupingName
Definition
LArShapeCorrector.h:30
LArShapeCorrector::finalize
StatusCode finalize()
Definition
LArShapeCorrector.h:21
LArShapeCorrector::m_keyShapeResidual
std::string m_keyShapeResidual
Definition
LArShapeCorrector.h:28
LArShapeCorrector::m_groupingType
int m_groupingType
Definition
LArShapeCorrector.h:31
LArShapeCorrector::~LArShapeCorrector
~LArShapeCorrector()
LArShapeCorrector::m_keyShape_newcorr
std::string m_keyShape_newcorr
Definition
LArShapeCorrector.h:27
LArShapeCorrector::execute
StatusCode execute()
Definition
LArShapeCorrector.cxx:50
LArShapeCorrector::initialize
StatusCode initialize()
Definition
LArShapeCorrector.cxx:25
LArShapeCorrector::LArShapeCorrector
LArShapeCorrector(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArShapeCorrector.cxx:11
LArShapeCorrector::m_keyShape
std::string m_keyShape
Definition
LArShapeCorrector.h:26
LArShapeCorrector::stop
StatusCode stop()
Definition
LArShapeCorrector.cxx:57
LArShapeCorrector::m_phase
int m_phase
Definition
LArShapeCorrector.h:32
Generated on
for ATLAS Offline Software by
1.14.0