BOSS 7.0.9
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"
16
17//------------------------------------------------------------------------
19//------------------------------------------------------------------------
20 _theValue = val;
21}
22
23//------------------------------------------------------------------------
25//------------------------------------------------------------------------
26
27//------------------------------------------------------------------------
28long
30//------------------------------------------------------------------------
31 return theValue();
32}
33
34//------------------------------------------------------------------------
35long
37//------------------------------------------------------------------------
38 return theValue();
39}
40
41//------------------------------------------------------------------------
44//------------------------------------------------------------------------
45 static TrkIdManDumb theSingleton(-1);
46 return &theSingleton;
47}
48
49void
51 _theValue = maxid;
52}
static TrkIdManDumb * instance()
virtual long nextId()
virtual long lastId() const
TrkIdManDumb(long val)
virtual void setMax(long maxid)
virtual ~TrkIdManDumb()