00001 #ifndef CondFormats_L1TriggerScalerRcd_h 00002 #define CondFormats_L1TriggerScalerRcd_h 00003 // -*- C++ -*- 00004 // 00005 // Package: CondFormats 00006 // Class : L1TriggerScalerRcd 00007 // 00016 // 00017 // Author: 00018 // Created: Thu Aug 21 11:41:10 CEST 2008 00019 // $Id: L1TriggerScalerRcd.h,v 1.1 2008/09/01 10:45:04 degrutto Exp $ 00020 // 00021 00022 00023 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00024 00025 class L1TriggerScalerRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TriggerScalerRcd> {}; 00026 00027 #endif