ATLAS Offline Software
Loading...
Searching...
No Matches
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
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;
33};
34#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_groupingName
std::string m_keyShapeResidual
std::string m_keyShape_newcorr
LArShapeCorrector(const std::string &name, ISvcLocator *pSvcLocator)