BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/TrkBase/TrkBase/TrkDeadInterface.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: TrkDeadInterface.h,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4//
5// Description:
6//
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author(s): Steve Schaffner
12//
13//------------------------------------------------------------------------
14
15#ifndef TRKDEADINTERFACE_HH
16#define TRKDEADINTERFACE_HH
17#include "TrkBase/TrkExtInterface.h"
18#include "ProxyDict/IfdIntKey.h"
19// Class interface //
20
22public:
23 TrkDeadInterface() : _mykey(0) {;}
24 virtual ~TrkDeadInterface() {;}
25 virtual const IfdKey& myKey() const { return _mykey; }
26private:
27 IfdIntKey _mykey;
28};
29
30#endif
31
32
33
34
35
36
37