BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkIdManDumb.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: TrkIdManDumb.cxx,v 1.1.1.1 2005/04/21 06:26:56 maqm 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// #include "BaBar/BaBar.hh"
15#include "TrkFitter/TrkIdManDumb.h"
16
17//------------------------------------------------------------------------
19 //------------------------------------------------------------------------
20 _theValue = val;
21}
22
23//------------------------------------------------------------------------
25//------------------------------------------------------------------------
26
27//------------------------------------------------------------------------
29 //------------------------------------------------------------------------
30 return theValue();
31}
32
33//------------------------------------------------------------------------
35 //------------------------------------------------------------------------
36 return theValue();
37}
38
39//------------------------------------------------------------------------
41 //------------------------------------------------------------------------
42 static TrkIdManDumb theSingleton( -1 );
43 return &theSingleton;
44}
45
46void TrkIdManDumb::setMax( long maxid ) { _theValue = maxid; }
static TrkIdManDumb * instance()
virtual long nextId()
virtual long lastId() const
TrkIdManDumb(long val)
virtual void setMax(long maxid)
virtual ~TrkIdManDumb()