CMS 3D CMS Logo

RunAux.cc
Go to the documentation of this file.
4 
5 /*----------------------------------------------------------------------
6 
7 
8 ----------------------------------------------------------------------*/
9 
10 namespace edm {
11  void conversion(RunAux const& from, RunAuxiliary& to) {
12  to.processHistoryID_ = from.processHistoryID_;
13  to.id_ = RunID(from.id_);
14  to.beginTime_ = to.endTime_ = Timestamp::invalidTimestamp();
15  }
16 } // namespace edm
static Timestamp invalidTimestamp()
Definition: Timestamp.h:75
ProcessHistoryID processHistoryID_
Definition: RunAux.h:18
void conversion(EventAux const &from, EventAuxiliary &to)
Definition: EventAux.cc:9
HLT enums.
RunNumber_t id_
Definition: RunAux.h:19