1). 对dssd1,dssd2,dssd3进行正背面刻度
2). 将刻度后的事件记录成hit结构,每个探测器的正背面信号由大到小进行排序。
- 每道探测阈值设为100.
- 阈值的大小决定信号的多重性,应通过观察数据确定阈值。
3). 仿照课件3.6.1,分析dssd2 和 dssd3。
输出文件事件结构:
Int_t x1hit; //multiplicity
Int_t x1[x1hit]; //Strip
double x1e[x1hit]; //energy
Int_t y1hit;
Int_t y1[y1hit];
Int_t y1e[y1hit];
double x1es,y1es; //total energy of x,y side.
int x1m,y1m; //multiplicity, adjacent tracks are counted as one.
...