/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RawDataCnv/RawDataCnv-00-04-35/src/IRawDataOutputSvc.cxx

Go to the documentation of this file.
00001 // Include files.
00002 #include <string>
00003 #include "RawDataCnv/IRawDataOutputSvc.h"
00004  
00005 // Constructor.
00006 IRawDataOutputSvc::IRawDataOutputSvc(const std::string& name, ISvcLocator* svcloc)
00007    : Service(name,svcloc )
00008 {
00009 }
00010 
00011 // Destructor.
00012 IRawDataOutputSvc::~IRawDataOutputSvc()
00013 {}
00014  
00015 StatusCode IRawDataOutputSvc::initialize()
00016 {
00017   StatusCode sc=  Service::initialize();
00018   return sc; 
00019 }
00020 

Generated on Tue Nov 29 22:58:32 2016 for BOSS_7.0.2 by  doxygen 1.4.7