Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

DigiEventCnv.cpp

Go to the documentation of this file.
00001 // DigiEventCnv.cpp: implementation of the DigiEventCnv class.
00002 //
00004 
00005 
00006 #define CNV_DIGIEVENTCNV_CPP 
00007 
00008 // Include files
00009 #include "GaudiKernel/CnvFactory.h"
00010 #include "DigiEventCnv.h"
00011 #include "GlastEvent/TopLevel/DigiEvent.h"
00012 
00013 static const char* rcsid = "$Id: DigiEventCnv.cpp,v 1.2 2001/04/19 01:32:29 igable Exp $";
00014 
00015 // Instantiation of a static factory class used by clients to create
00016 // instances of this service
00017 static CnvFactory<DigiEventCnv> s_factory;
00018 const ICnvFactory& DigiEventCnvFactory = s_factory;
00019 
00020 
00021 StatusCode DigiEventCnv::updateObj(int* iarray, DigiEvent* pEvent)          {
00022   return StatusCode::SUCCESS;
00023 }
00024 
00026 DigiEventCnv::DigiEventCnv(ISvcLocator* svc)
00027 : ItemCnv<DigiEvent>(svc)               
00028 {
00029   declareObject("/Event/Digi", objType(), "PASS");
00030 }
00031 
00032 
00034 DigiEventCnv::~DigiEventCnv()   { 
00035 }
00036 

Generated at Wed Nov 21 12:21:12 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000