ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class LArCalibCalculatorSvcImp: public extends<AthService, ILArCalibCalculatorSvc>
12{
13public:
14 LArCalibCalculatorSvcImp(const std::string& name, ISvcLocator * pSvcLocator);
15
16};
17
18#endif
LArCalibCalculatorSvcImp(const std::string &name, ISvcLocator *pSvcLocator)