21 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
22 |
* cuts on cluster signal |
* cuts on cluster signal |
23 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
24 |
parameter (dedx_x_min=70.) |
c parameter (dedx_x_min=70.) |
25 |
parameter (dedx_y_min=50.) |
c parameter (dedx_y_min=50.) |
26 |
|
parameter (dedx_x_min=0.) |
27 |
|
parameter (dedx_y_min=0.) |
28 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
29 |
* number of GOOD strips around MAXS |
* number of GOOD strips around MAXS |
30 |
* (NB this cut has been removed in track fitting but |
* (NB this cut has been removed in track fitting but |
31 |
* not in calibration) |
* not in calibration) |
32 |
|
* now the cut is used to avoid charge correlation |
33 |
|
* for clusters with bad strips |
34 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |
35 |
* parameter (ngoodstr=1) |
* parameter (ngoodstr=1) |
36 |
|
* parameter (ngoodstr=2) |
37 |
parameter (ngoodstr=2) |
parameter (ngoodstr=2) |
38 |
|
|
39 |
* ----------------------------------------------------- |
* ----------------------------------------------------- |