00001 #ifndef CondFormats_SiStripPedestalsRcd_h 00002 #define CondFormats_SiStripPedestalsRcd_h 00003 // -*- C++ -*- 00004 // 00005 // Package: CondFormats 00006 // Class : SiStripPedestalsRcd 00007 // 00016 // 00017 // Author: 00018 // Created: Tue Oct 25 09:42:05 CEST 2005 00019 // $Id: SiStripPedestalsRcd.h,v 1.1 2005/11/29 11:03:25 gbruno Exp $ 00020 // 00021 00022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00023 00024 class SiStripPedestalsRcd : public edm::eventsetup::EventSetupRecordImplementation<SiStripPedestalsRcd> {}; 00025 00026 #endif