CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunBase.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/Common
4 // Class : RunBase
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Eric Vaandering
10 // Created: Tue Jan 12 15:31:00 CDT 2010
11 //
12 
13 // system include files
14 #include <vector>
15 #include <map>
16 
17 // user include files
19 
20 namespace edm
21 {
22 
24  {
25  }
26 
28  {
29  }
30 
31 }
virtual ~RunBase()
Definition: RunBase.cc:27