CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FWCore/Common/src/RunBase.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     FWCore/Common
00004 // Class  :     RunBase
00005 //
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Original Author:  Eric Vaandering
00010 //         Created:  Tue Jan 12 15:31:00 CDT 2010
00011 //
00012 
00013 // system include files
00014 #include <vector>
00015 #include <map>
00016 
00017 // user include files
00018 #include "FWCore/Common/interface/RunBase.h"
00019 
00020 namespace edm
00021 {
00022 
00023    RunBase::RunBase()
00024    {
00025    }
00026 
00027    RunBase::~RunBase()
00028    {
00029    }
00030 
00031 }