00001 #ifndef DataRecord_ConfObjectRcd_h 00002 #define DataRecord_ConfObjectRcd_h 00003 // -*- C++ -*- 00004 // 00005 // Package: DataRecord 00006 // Class : ConfObjectRcd 00007 // 00016 // 00017 // Author: 00018 // Created: Tue Jan 18 11:27:43 CET 2011 00019 // $Id: ConfObjectRcd.h,v 1.1 2011/01/18 11:33:54 vlimant Exp $ 00020 // 00021 00022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00023 00024 class ConfObjectRcd : public edm::eventsetup::EventSetupRecordImplementation<ConfObjectRcd> {}; 00025 00026 #endif