00001 /* Generated by Together */ 00002 00003 #include "TSTSParam.h" 00004 TSTSParam::TSTSParam(const char* name) : TGo4Parameter(name) 00005 { 00006 fSTSTopology = new TSTSTopology; 00007 fTtriGlobalThr = 30; 00008 fTtriThrUseGlobal = 1; 00009 for( int iRoc = 0; iRoc < MAX_ROC; iRoc++ ) { 00010 for( int iNx = 0; iNx < MAX_NX; iNx++ ) { 00011 fTtriThr[iRoc][iNx] = 30; 00012 } 00013 } 00014 00015 fClusterizerTimeWindow = 50000LL; 00016 fClusterizerTimeTolerance = 50; 00017 fClusterizerSpaceTolerance = 1; 00018 fHiterizerTimeWindow = 1500000000LL; 00019 fHiterizerTimeTolerance = 50; 00020 } 00021 00022 TSTSParam::~TSTSParam() 00023 { 00024 if( fSTSTopology ) { 00025 delete fSTSTopology; 00026 fSTSTopology = 0; 00027 } 00028 }