File indexing completed on 2024-04-06 12:02:13
0001 #ifndef CondFormats_HcalObjects_interface_HcalConvertedEffectivePedestalWidthsGPU_h
0002 #define CondFormats_HcalObjects_interface_HcalConvertedEffectivePedestalWidthsGPU_h
0003
0004 #include "CondFormats/HcalObjects/interface/HcalConvertedPedestalWidthsGPU.h"
0005
0006
0007 class HcalConvertedEffectivePedestalWidthsGPU final : public HcalConvertedPedestalWidthsGPU {
0008 public:
0009 using HcalConvertedPedestalWidthsGPU::HcalConvertedPedestalWidthsGPU;
0010 };
0011
0012 #endif