/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Muc/MucRawEvent/MucRawEvent-00-02-02/MucRawEvent/MucDigi.h

Go to the documentation of this file.
00001 #ifndef MucDigi_H
00002 #define MucDigi_H 
00003 #include <vector>
00004 #include "GaudiKernel/ObjectVector.h"
00005 #include "RawEvent/RawData.h"
00006 #include "EventModel/EventModel.h"
00007 
00008 using namespace EventModel;
00009 extern const CLID& CLID_MucDigi;
00010 
00011 /*
00012  *
00013  */
00014 
00015 class MucDigi : public RawData { 
00016 public:
00017  // Constructor 
00018  MucDigi(const Identifier id);
00019  MucDigi(const unsigned int id);
00020 
00021  // Retrieve reference to class definition structure
00022  virtual const CLID& clID() const   { return MucDigi::classID(); }
00023  static  const CLID& classID()       { return CLID_MucDigi; }
00024 
00025 private:
00026 
00027 };
00028 
00029 typedef ObjectVector<MucDigi> MucDigiCol;
00030 
00031 #endif

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