BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/TrkFitter/include/TrkFitter/TrkContextEv.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: TrkContextEv.h,v 1.1.1.1 2005/04/21 06:26:56 maqm Exp $
4//
5// Description:
6// Derived class of TrkContext. Adds precisely one feature: the
7// ctor to fill in default values from AbsEvent and AbsEnv.
8//
9// Environment:
10// Software developed for the BaBar Detector at the SLAC B-Factory.
11//
12// Author(s): Steve Schaffner
13//
14//------------------------------------------------------------------------
15#ifndef TRKCONTEXTEV_HH
16#define TRKCONTEXTEV_HH
17#include "TrkBase/TrkContext.h"
18// class AbsEvent;
19
20namespace MdcPatRec {
21 class BField;
22}
23
24// Class interface //
25class TrkContextEv : public TrkContext {
26
27public:
29 virtual ~TrkContextEv();
30
31 virtual TrkId getId() const;
32
33private:
34 TrkIdManager* _idman;
35
36 TrkIdManager* idManager() const { return _idman; }
37 // Preempt
38 TrkContextEv& operator=( const TrkContextEv& );
39 TrkContextEv( const TrkContextEv& );
40};
41
42#endif
virtual ~TrkContextEv()
TrkContextEv(const MdcPatRec::BField *)
virtual TrkId getId() const