7 #ifndef STAR_StFcsCosmicMaker_HH
8 #define STAR_StFcsCosmicMaker_HH
27 void setRun(
int v) {mRun=v;}
28 void setNTowerThre(
int ecal,
int hcal) {mNTowerThre[0]=ecal; mNTowerThre[1]=hcal;}
29 void setSigmaMaxThre(
float ecal,
float hcal) {mSigmaMaxThre[0]=ecal; mSigmaMaxThre[1]=hcal;}
30 void setSigmaMinThre(
float ecal,
float hcal) {mSigmaMinThre[0]=ecal; mSigmaMinThre[1]=hcal;}
31 void setThetaThre(
float ecal,
float hcal) {mThetaThre[0]=ecal; mThetaThre[1]=hcal;}
32 void setFilename(
char* v) {mSetFile=v;}
45 float mSigmaMaxThre[2];
46 float mSigmaMinThre[2];
56 virtual const Char_t *GetCVS()
const {
static const Char_t cvs[]=
"Tag " __DATE__
" " __TIME__ ;
return cvs;}