22 Double_t xsize, Double_t ysize,
23 Double_t xorig, Double_t yorig,
24 Double_t pitch, Double_t adeg);
37 void SetLayerSizes(Double_t xsize, Double_t ysize, Double_t xorig=0.0, Double_t yorig=0.0);
50 Double_t
GetXSize() {
return XMaxLayer-XMinLayer; }
51 Double_t
GetYSize() {
return YMaxLayer-YMinLayer; }
70 Bool_t
AddDeadZone(Int_t n_points, Double_t *x_points, Double_t *y_points);
115 void SmoothStripSignal(vector<Double_t>& AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight);
130 Int_t LayerZoneNumber;
142 vector<DeadZoneOfStripLayer> DeadZones;
146 Double_t XLeftPointOfStripNumbering;
147 Double_t XRightPointOfStripNumbering;
148 Double_t YLeftPointOfStripNumbering;
149 Double_t YRightPointOfStripNumbering;
152 vector<Double_t> Strips;
155 vector<BmnMatch> StripMatches;
158 vector<Double_t> StripHits;
159 vector<Double_t> StripHitsTotalSignal;
160 vector<Double_t> StripHitsErrors;
161 vector<Int_t> StripHitsClusterSize;
162 vector<Double_t> SmoothStrips;
163 Double_t ClusterFindingThreshold;