CMS 3D CMS Logo

EventAux.cc

Go to the documentation of this file.
00001 #include "DataFormats/Provenance/interface/EventAux.h"
00002 #include "DataFormats/Provenance/interface/EventAuxiliary.h"
00003 
00004 /*----------------------------------------------------------------------
00005 
00006 $Id: EventAux.cc,v 1.2 2007/06/14 03:38:31 wmtan Exp $
00007 
00008 ----------------------------------------------------------------------*/
00009 
00010 namespace edm {
00011   void conversion(EventAux const& from, EventAuxiliary & to) {
00012     to.processHistoryID_ = from.processHistoryID_;
00013     to.id_ = from.id_;
00014     to.time_ = from.time_;
00015     to.luminosityBlock_ = from.luminosityBlockID_;
00016   }
00017 }

Generated on Tue Jun 9 17:31:37 2009 for CMSSW by  doxygen 1.5.4