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

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

Go to the documentation of this file.
00001 #ifndef TSTSPARAM_H
00002 #define TSTSPARAM_H
00003 
00004 #include "TGo4Parameter.h"
00005 #include "TRocEvent.h"
00006 #include "TSTSTopology.h"
00007 
00008 class TSTSParam : public TGo4Parameter {
00009 
00010 public:
00011         TSTSParam(const char* name = 0);
00012         virtual ~TSTSParam();
00013 
00014         Float_t fTtriGlobalThr;
00015         Bool_t  fTtriThrUseGlobal;
00016         Float_t fTtriThr[MAX_ROC][MAX_NX];
00017 
00018         Long64_t fClusterizerTimeWindow;
00019         Long64_t fClusterizerTimeTolerance;
00020         Int_t    fClusterizerSpaceTolerance;
00021         Long64_t fHiterizerTimeWindow;
00022         Long64_t fHiterizerTimeTolerance;
00023     TSTSTopology * fSTSTopology;
00024 
00025     ClassDef(TSTSParam,1)
00026 };
00027 
00028 #endif

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