Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:55

0001 // -*- C++ -*-
0002 //
0003 // Package:     FWCore/Common
0004 // Class  :     RunBase
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Original Author:  Eric Vaandering
0010 //         Created:  Tue Jan 12 15:31:00 CDT 2010
0011 //
0012 
0013 // system include files
0014 #include <vector>
0015 #include <map>
0016 
0017 // user include files
0018 #include "FWCore/Common/interface/RunBase.h"
0019 
0020 namespace edm {
0021 
0022   RunBase::RunBase() {}
0023 
0024   RunBase::~RunBase() {}
0025 
0026 }  // namespace edm