00001 #include "DataFormats/Provenance/interface/EventAux.h" 00002 #include "DataFormats/Provenance/interface/EventAuxiliary.h" 00003 00004 /*---------------------------------------------------------------------- 00005 00006 ----------------------------------------------------------------------*/ 00007 00008 namespace edm { 00009 void conversion(EventAux const& from, EventAuxiliary & to) { 00010 to.processHistoryID_ = from.processHistoryID_; 00011 to.id_ = from.id_; 00012 to.time_ = from.time_; 00013 to.luminosityBlock_ = from.luminosityBlockID_; 00014 } 00015 }