/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkDeadInterface.h

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: TrkDeadInterface.h,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
00004 //
00005 // Description:
00006 //     
00007 //
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Author(s): Steve Schaffner
00012 //
00013 //------------------------------------------------------------------------
00014 
00015 #ifndef TRKDEADINTERFACE_HH
00016 #define TRKDEADINTERFACE_HH
00017 #include "TrkBase/TrkExtInterface.h"
00018 #include "ProxyDict/IfdIntKey.h"
00019 // Class interface //
00020 
00021 class TrkDeadInterface : public TrkExtInterface {
00022 public:
00023   TrkDeadInterface() : _mykey(0) {;}
00024   virtual ~TrkDeadInterface() {;}
00025   virtual const IfdKey& myKey() const { return _mykey; }
00026 private:
00027   IfdIntKey _mykey;
00028 };
00029 
00030 #endif
00031 
00032 
00033 
00034 
00035 
00036 
00037 

Generated on Tue Nov 29 23:13:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7