/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/McTruth/McTruth-00-02-19/McTruth/McEvent.h

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

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