/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/ReconEvent/ReconEvent-00-00-04/ReconEvent/ReconEvent.h

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

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