ATLAS Offline Software
Loading...
Searching...
No Matches
LArDeltaRespPredictor.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7
8#ifndef LARDELTARESPPREDICTOR_H
9#define LARDELTARESPPREDICTOR_H
10
12
15
20
21#include <vector>
22#include <string>
23
25{
26 public:
27
28 LArDeltaRespPredictor(const std::string & name, ISvcLocator * pSvcLocator);
29
31
32 //standard algorithm methods
33 StatusCode initialize() ;
34 StatusCode execute() {return StatusCode::SUCCESS;} //empty method
35 StatusCode stop();
36 StatusCode finalize(){return StatusCode::SUCCESS;}
37
38 private:
39
40 SG::ReadCondHandleKey<LArOnOffIdMapping> m_cablingKey{this, "OnOffMap", "LArOnOffIdMap", "SG key for mapping object"};
41
42 std::vector<std::string> m_keylist;
43
44};
45
46#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
LArDeltaRespPredictor(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< std::string > m_keylist