ATLAS Offline Software
IIBLParameterSvc.h
Go to the documentation of this file.
1 // Hey emacs, this is -*- C++ -*-.
2 /*
3  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4 */
5 
7 // IBLParameterSvc.h
8 // Header file for class IBLParameterSvc
10 // (c) ATLAS Detector software
12 //
13 
14 #ifndef PIXELGEOMODEL_IIBLPARAMETERSVC_H
15 #define PIXELGEOMODEL_IIBLPARAMETERSVC_H
16 
17 
18 #include "GaudiKernel/IInterface.h"
19 #include <string>
20 
21 
23  : virtual public IInterface
24 {
25 public:
27 
28  virtual void setBoolParameters(bool& param, const std::string& paramName) = 0;
29 };
30 
31 
32 #endif // not PIXELGEOMODEL_IIBLPARAMETERSVC_H
33 
IIBLParameterSvc
Definition: IIBLParameterSvc.h:24
IIBLParameterSvc::DeclareInterfaceID
DeclareInterfaceID(IIBLParameterSvc, 1, 0)
IIBLParameterSvc::setBoolParameters
virtual void setBoolParameters(bool &param, const std::string &paramName)=0