46 #ifndef STAR_StSvtClusterAnalysis
47 #define STAR_StSvtClusterAnalysis
81 virtual Int_t InitRun(
int runumber);
84 virtual void Clear(Option_t *option=
"");
89 Int_t GetSvtRawEvent();
91 Int_t GetSvtCluster();
92 Int_t SetSvtAnalysis();
94 Int_t GetRawData(
int index);
95 Int_t GetPixelData(
int index);
96 Int_t GetTotNumOfClu();
98 Int_t SetThreshOld(Int_t thresh, Int_t offset);
99 Int_t CreateClusterHist(Int_t tNuOfHyb);
100 Int_t SetClusterAnalysis();
101 void printClusterInfo();
102 void MakeHistograms();
103 virtual const char *GetCVS()
const
104 {
static const char cvs[]=
"Tag $Name: $ $Id: StSvtClusterAnalysisMaker.h,v 1.14 2014/08/06 11:43:45 jeromel Exp $ built " __DATE__
" " __TIME__ ;
return cvs;}
111 Int_t mNumOfClusters;
113 Int_t mTotNumOfClusters;
114 Int_t mTotNumOfGoodClusters;
115 Int_t mTotNumOfBadClusters;
116 Int_t mTotalNumberOfHybrids;
121 Float_t adcArray[128*240];
TH2F * m_nClust
Sum of ADC on hits.
TH2F * m_SumADCvsTime
Timebucket vs anode for raw sequences.
TH1F ** m_sumADC
No. of seq on a cluster.
TH1F * m_sumADC_all
Sum of ADC on hits.
virtual void Clear(Option_t *option="")
User defined functions.
TH2F ** m_time_anode_raw
Timebucket vs anode for clusters.
TH2F ** m_time_anode_clu
No. of clusters per event.
TH2F * m_PeakADCvsTime
Timebucket vs SUM ADC of clusters.