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