ATLAS Offline Software
LArCalibCalculatorSvcImp.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 __LARCALIBCALCULATORSVCIMP_H__
6 #define __LARCALIBCALCULATORSVCIMP_H__
7 
10 
11 class LArCalibCalculatorSvcImp: public extends<AthService, ILArCalibCalculatorSvc>
12 {
13 public:
14  LArCalibCalculatorSvcImp(const std::string& name, ISvcLocator * pSvcLocator);
15 
16 };
17 
18 #endif
LArCalibCalculatorSvcImp
Definition: LArCalibCalculatorSvcImp.h:12
LArCalibCalculatorSvcImp::LArCalibCalculatorSvcImp
LArCalibCalculatorSvcImp(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArCalibCalculatorSvcImp.cxx:7
ILArCalibCalculatorSvc.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthService.h