CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunAux.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_RunAux_h
2 #define DataFormats_Provenance_RunAux_h
3 
4 #include <iosfwd>
5 
8 
9 // Auxiliary run information that is persistent.
10 // Obsolete format, used for backward compatibility only.
11 
12 namespace edm {
13  class RunAuxiliary;
14  class RunAux {
15  public:
17  ~RunAux() {}
20  };
21  void conversion(RunAux const& from, RunAuxiliary & to);
22 }
23 #endif
RunAux()
Definition: RunAux.h:16
ProcessHistoryID processHistoryID_
Definition: RunAux.h:18
~RunAux()
Definition: RunAux.h:17
void conversion(EventAux const &from, EventAuxiliary &to)
Definition: EventAux.cc:9
RunNumber_t id_
Definition: RunAux.h:19
unsigned int RunNumber_t