CMS 3D CMS Logo

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 } // namespace edm
23 #endif
edm::RunNumber_t
unsigned int RunNumber_t
Definition: RunLumiEventNumber.h:14
ProcessHistoryID.h
edm::conversion
void conversion(EventAux const &from, EventAuxiliary &to)
Definition: EventAux.cc:9
edm::RunAux::id_
RunNumber_t id_
Definition: RunAux.h:19
edm
HLT enums.
Definition: AlignableModifier.h:19
to
edm::RunAux::~RunAux
~RunAux()
Definition: RunAux.h:17
edm::Hash< ProcessHistoryType >
edm::RunAux
Definition: RunAux.h:14
edm::RunAux::RunAux
RunAux()
Definition: RunAux.h:16
edm::RunAux::processHistoryID_
ProcessHistoryID processHistoryID_
Definition: RunAux.h:18
RunID.h
edm::RunAuxiliary
Definition: RunAuxiliary.h:15