|
||||
File indexing completed on 2024-04-06 12:05:03
0001 #include "DataFormats/Provenance/interface/EventAux.h" 0002 #include "DataFormats/Provenance/interface/EventAuxiliary.h" 0003 0004 /*---------------------------------------------------------------------- 0005 0006 ----------------------------------------------------------------------*/ 0007 0008 namespace edm { 0009 void conversion(EventAux const& from, EventAuxiliary& to) { 0010 to.processHistoryID_ = from.processHistoryID_; 0011 to.id_ = from.id_; 0012 to.time_ = from.time_; 0013 to.luminosityBlock_ = from.luminosityBlockID_; 0014 } 0015 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |