ATLAS Offline Software
LArHVScaleCorrCompleteCnv.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 //Dear emacs, this is -*-c++-*-
6 #ifndef LARCONDTPCNV_LARHVSCALECORRCOMPLETECNV_H
7 #define LARCONDTPCNV_LARHVSCALECORRCOMPLETECNV_H
8 
10 #include "LArSingleFloatConverter.h"
11 
12 class LArHVScaleCorrCompleteCnv : public LArSingleFloatConverter<LArHVScaleCorrComplete> {
14 public:
15  LArHVScaleCorrCompleteCnv (ISvcLocator* svcloc) :
17 };
18 
19 #endif
20 
LArSingleFloatConverter
Definition: LArSingleFloatConverter.h:22
LArHVScaleCorrComplete
This class implements the ILArHVScaleCorr interface.
Definition: LArHVScaleCorrComplete.h:18
LArHVScaleCorrCompleteCnv
Definition: LArHVScaleCorrCompleteCnv.h:12
LArHVScaleCorrCompleteCnv::LArHVScaleCorrCompleteCnv
LArHVScaleCorrCompleteCnv(ISvcLocator *svcloc)
Definition: LArHVScaleCorrCompleteCnv.h:15
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
LArSingleFloatConverter.h
Base class for all converters for classes deriving from LArConditionsContainer<LArSingleFloatP>
LArHVScaleCorrComplete.h