22 Double_t xsize, Double_t ysize,
23 Double_t xorig, Double_t yorig,
24 Double_t pitch, Double_t adeg);
39 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);
127 void SmoothStripSignal(vector<Double_t>& AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight);
143 Int_t FirstStripNumber;
155 vector<DeadZoneOfStripLayer> DeadZones;
159 Double_t XLeftPointOfStripNumbering;
160 Double_t XRightPointOfStripNumbering;
161 Double_t YLeftPointOfStripNumbering;
162 Double_t YRightPointOfStripNumbering;
165 vector<Double_t> Strips;
168 vector<BmnMatch> StripMatches;
169 vector<BmnMatch> StripDigitNumberMatches;
172 vector<Double_t> StripHits;
173 vector<Double_t> StripHitsTotalSignal;
174 vector<Double_t> StripHitsErrors;
175 vector<Int_t> StripHitsClusterSize;
176 vector<Double_t> SmoothStrips;
177 Double_t ClusterFindingThreshold;
181 vector<StripCluster> StripClusters;
183 static Int_t fUniqueIdU;
184 static Int_t fUniqueIdL;