/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootCnvSvc/RootCnvSvc-02-01-12/RootCnvSvc/Trig/TrigDataCnv.h

Go to the documentation of this file.
00001 #ifndef TrigDataCnv_H
00002 #define TrigDataCnv_H 1
00003 
00004 #include "RootCnvSvc/RootEventBaseCnv.h"
00005 #include "RootEventData/TTrigData.h"
00006 #include "RootCnvSvc/commonData.h"
00007 
00008 class RootAddress;
00009 
00010 extern const CLID& CLID_TrigData;
00011 
00012 // Abstract factory to create the converter
00013 template <class TYPE> class CnvFactory;
00014 
00020 class TrigDataCnv : public RootEventBaseCnv { 
00021 
00022   friend class CnvFactory<TrigDataCnv>;
00023 
00024 public: 
00025   static const CLID& classID()   
00026   {
00027        return CLID_TrigData; 
00028   }
00029 
00030   virtual ~TrigDataCnv() { };
00031 
00032 protected:
00033   TrigDataCnv(ISvcLocator* svc);
00034 
00036   virtual StatusCode DataObjectToTObject(DataObject* obj, RootAddress* addr);
00037 
00039   virtual StatusCode TObjectToDataObject(DataObject*& obj);
00040 
00041 private:
00042 
00044   TTrigData *m_trigData;
00045 };
00046 
00047 #endif // MdcMcCnv_H

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