1 #ifndef ST_FMS_HIT_MAKER_H
2 #define ST_FMS_HIT_MAKER_H
32 void Clear(Option_t* option =
"");
34 Int_t InitRun(Int_t runNumber);
39 void SetTimeDepCorr(
int correct=0) {mTimeDepCorr=correct;}
40 void SetTowerRej(
int rej=1) {mTowerRej=rej;}
43 void SetCorrectAdcOffByOne(
int v=1) {mCorrectAdcOffByOne=v;}
49 TMatrix** GetEnergyMatrices();
50 Bool_t Legal(Int_t iew,Int_t nstb,Int_t row0,Int_t col0);
51 virtual const char *GetCVS()
const
52 {
static const char cvs[]=
"Tag $Name: $ $Id: StFmsHitMaker.h,v 1.5 2018/01/12 20:05:19 akio Exp $ built " __DATE__
" " __TIME__ ;
return cvs;}
58 Int_t mCorrectAdcOffByOne=1;
63 Int_t mCurrentRunNumber=0;
void SetReadMuDst(int v=1)