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