CMS 3D CMS Logo

EventAux.cc
Go to the documentation of this file.
3 
4 /*----------------------------------------------------------------------
5 
6 ----------------------------------------------------------------------*/
7 
8 namespace edm {
9  void conversion(EventAux const& from, EventAuxiliary& to) {
10  to.processHistoryID_ = from.processHistoryID_;
11  to.id_ = from.id_;
12  to.time_ = from.time_;
13  to.luminosityBlock_ = from.luminosityBlockID_;
14  }
15 } // namespace edm
EventID id_
Definition: EventAux.h:20
ProcessHistoryID processHistoryID_
Definition: EventAux.h:19
Timestamp time_
Definition: EventAux.h:21
void conversion(EventAux const &from, EventAuxiliary &to)
Definition: EventAux.cc:9
LuminosityBlockNumber_t luminosityBlockID_
Definition: EventAux.h:22
HLT enums.