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

Go to the documentation of this file.
00001 #ifndef DecayMode_H
00002 #define DecayMode_H
00003 
00004 #include "GaudiKernel/DataObject.h"
00005 
00006 extern const  CLID  &CLID_DecayMode;
00007 
00008 class DecayMode : public DataObject {
00009 
00010   public:
00011   DecayMode()
00012   {
00013     for (unsigned int index=0; index<m_size; index++)
00014       m_data[index] = 0;
00015   }
00016   virtual ~DecayMode() {;}
00017   void getData (int* data, unsigned int size);
00018   void putData (int* data, unsigned int size);  
00019   virtual const CLID& clID()  const { return  DecayMode::classID();}
00020   static  const CLID& classID() { return CLID_DecayMode; }
00021 
00022   private:
00023   bool  values_ok(unsigned int size);
00024 
00025   static const unsigned int m_size = 10;
00026   int m_data[m_size];
00027         
00028 };
00029 
00030 #endif //DecayMode_H

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