• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cosy-jan12/go4/STS/TSTSParam.cxx (r4864/r3122)

Go to the documentation of this file.
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 }

Generated on Tue Dec 10 2013 04:52:18 for ROCsoft by  doxygen 1.7.1