78 #ifndef STAR_StTpcDbMaker
79 #define STAR_StTpcDbMaker
92 #ifdef StTpc_STATIC_ARRAYS
93 static float aline[24][45];
94 static float bline[24][45];
101 virtual Int_t InitRun(
int runnumber);
102 virtual Int_t
Make();
103 virtual void UseOnlyLaserDriftVelocity() {
m_Mode =
m_Mode%1000000 + 2000000;}
104 virtual void UseOnlyCathodeDriftVelocity() {
m_Mode =
m_Mode%1000000 + 1000000;}
105 virtual void UseAnyDriftVelocity() {
m_Mode =
m_Mode%1000000;}
106 virtual StTpcDb* tpcDbInterface()
const {
return StTpcDb::instance();}
107 virtual const char *GetCVS()
const
108 {
static const char cvs[]=
"Tag $Name: $ $Id: StTpcDbMaker.h,v 1.23 2014/08/06 11:43:50 jeromel Exp $ built " __DATE__
" " __TIME__ ;
return cvs;}
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.