CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/DataRecord/interface/RunSummaryRcd.h

Go to the documentation of this file.
00001 #ifndef DataRecord_RunSummaryRcd_h
00002 #define DataRecord_RunSummaryRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DataRecord
00006 // Class  :     RunSummaryRcd RunInfoRcd
00007 // 
00016 //
00017 // Author:      
00018 // Created:     Thus 25 Sep 11:20:27 CEST 2008
00019 // $Id: RunSummaryRcd.h,v 1.2 2008/10/15 12:12:11 degrutto Exp $
00020 //
00021 
00022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00023 
00024 class RunSummaryRcd : public edm::eventsetup::EventSetupRecordImplementation<RunSummaryRcd> {};
00025 
00026 class RunInfoRcd : public edm::eventsetup::EventSetupRecordImplementation<RunInfoRcd> {};
00027 
00028 #endif