00001 /* @version $Revision: 1328 $ * @modifiedby $Author: jacquem $ * @lastmodified $Date: 2011-10-03 17:04:17 +0200 (Mon, 03 Oct 2011) $ */ 00002 #ifndef MLCIO_HH 00003 #define MLCIO_HH 00004 00005 #include "IMPL/LCEventImpl.h" 00006 #include "lcio.h" 00007 00008 class Event; 00009 00010 class MLcio { 00011 00012 private: 00013 00014 MLcio(); 00015 ~MLcio(); 00016 00017 00018 public: 00019 00020 static void setLCEventImp(lcio::LCEventImpl&, Event& evt) ; 00021 00022 }; 00023 00024 00025 #endif