/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/DstEvent/DstEvent-00-02-51/DstEvent/DstEvent.h

Go to the documentation of this file.
00001 #ifndef DST_Event_H
00002 #define DST_Event_H
00003 
00004 #include "GaudiKernel/DataObject.h"
00005 
00006 extern const  CLID  &CLID_DstEvent;
00007 
00008 class DstEvent : public DataObject {
00009 
00010   public:
00011         DstEvent() {}
00012         virtual ~DstEvent() {}
00013         
00014   virtual const CLID& clID()  const { return  DstEvent::classID();}
00015   static  const CLID& classID() { return CLID_DstEvent; }
00016 
00017 };
00018 
00019 #endif //DST_Event_H

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