/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecObject.h

Go to the documentation of this file.
00001 #ifndef Event_EvtRecObject_H
00002 #define Event_EvtRecObject_H
00003 
00004 #include "GaudiKernel/DataObject.h"
00005 #include "EventModel/EventModel.h"
00006 
00007 using namespace EventModel;
00008 
00009 extern const CLID& CLID_EvtRecObject;
00010 
00011 class EvtRecObject : public DataObject {
00012 
00013    public:
00014 
00015       virtual const CLID& clID()  const { return  EvtRecObject::classID();}
00016       static  const CLID& classID() { return CLID_EvtRecObject; }
00017 
00018       // default constructor and destructor
00019       EvtRecObject() : DataObject() {}
00020       virtual ~EvtRecObject() {}
00021 
00022    private:
00023 
00024 };
00025 
00026 #endif

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