#include <TSTSParam.h>
Public Member Functions | |
TSTSParam (const char *name=0) | |
virtual | ~TSTSParam () |
TSTSParam (const char *name=0) | |
Data Fields | |
Float_t | fTtriGlobalThr |
Bool_t | fTtriThrUseGlobal |
Float_t | fTtriThr [MAX_ROC][MAX_NX] |
Long64_t | fClusterizerTimeWindow |
Long64_t | fClusterizerTimeTolerance |
Int_t | fClusterizerSpaceTolerance |
Long64_t | fHiterizerTimeWindow |
Long64_t | fHiterizerTimeTolerance |
TSTSTopology * | fSTSTopology |
Double_t | fTtriGlobalThr |
Definition at line 8 of file TSTSParam.h.
TSTSParam::TSTSParam | ( | const char * | name = 0 |
) |
Definition at line 4 of file TSTSParam.cxx.
References fClusterizerSpaceTolerance, fClusterizerTimeTolerance, fClusterizerTimeWindow, fHiterizerTimeTolerance, fHiterizerTimeWindow, fSTSTopology, fTtriGlobalThr, fTtriThr, and fTtriThrUseGlobal.
TSTSParam::~TSTSParam | ( | ) | [virtual] |
Definition at line 22 of file TSTSParam.cxx.
References fSTSTopology.
TSTSParam::TSTSParam | ( | const char * | name = 0 |
) |
Definition at line 20 of file TSTSParam.h.
Referenced by TSTSProc::CreateClusterizers(), and TSTSParam().
Long64_t TSTSParam::fClusterizerTimeTolerance |
Definition at line 19 of file TSTSParam.h.
Referenced by TSTSProc::CreateClusterizers(), and TSTSParam().
Long64_t TSTSParam::fClusterizerTimeWindow |
Definition at line 18 of file TSTSParam.h.
Referenced by TSTSProc::CreateClusterizers(), and TSTSParam().
Long64_t TSTSParam::fHiterizerTimeTolerance |
Definition at line 22 of file TSTSParam.h.
Referenced by TSTSProc::CreateHiterizers(), and TSTSParam().
Long64_t TSTSParam::fHiterizerTimeWindow |
Definition at line 21 of file TSTSParam.h.
Referenced by TSTSProc::CreateHiterizers(), and TSTSParam().
Definition at line 23 of file TSTSParam.h.
Referenced by TSTSProc::CreateClusterizers(), TSTSProc::CreateHistograms(), TSTSProc::CreateHiterizers(), TSTSProc::FinalizeEvent(), TSTSParam(), and ~TSTSParam().
Float_t TSTSParam::fTtriGlobalThr |
Definition at line 14 of file TSTSParam.h.
Referenced by TSTSProc::FinalizeEvent(), TSTSProc::ProcessValidMessage(), and TSTSParam().
Double_t TSTSParam::fTtriGlobalThr |
Definition at line 10 of file TSTSParam.h.
Float_t TSTSParam::fTtriThr[MAX_ROC][MAX_NX] |
Definition at line 16 of file TSTSParam.h.
Referenced by TSTSProc::FinalizeEvent(), and TSTSParam().
Bool_t TSTSParam::fTtriThrUseGlobal |
Definition at line 15 of file TSTSParam.h.
Referenced by TSTSProc::FinalizeEvent(), and TSTSParam().