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);
127 void SmoothStripSignal(vector<Double_t>& AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight);
142 Int_t LayerZoneNumber;
154 vector<DeadZoneOfStripLayer> DeadZones;
158 Double_t XLeftPointOfStripNumbering;
159 Double_t XRightPointOfStripNumbering;
160 Double_t YLeftPointOfStripNumbering;
161 Double_t YRightPointOfStripNumbering;
164 vector<Double_t> Strips;
167 vector<BmnMatch> StripMatches;
168 vector<BmnMatch> StripDigitNumberMatches;
171 vector<Double_t> StripHits;
172 vector<Double_t> StripHitsTotalSignal;
173 vector<Double_t> StripHitsErrors;
174 vector<Int_t> StripHitsClusterSize;
175 vector<Double_t> SmoothStrips;
176 Double_t ClusterFindingThreshold;
180 vector<StripCluster> StripClusters;
182 static Int_t fUniqueIdU;
183 static Int_t fUniqueIdL;
Double_t CalculateStripEquationB(Double_t strip_pos)
Bool_t SetStripMatch(Int_t strip_num, BmnMatch strip_match)
Double_t GetStripHitPos(Int_t num)
void MakeStripHit(StripCluster &cluster, vector< Double_t > &AnalyzableStrips, Int_t &curcnt)
Bool_t SetStripDigitNumberMatch(Int_t strip_num, BmnMatch digit_num_match)
void SetAngleDeg(Double_t deg)
int GetFirstStripNumber()
BmnCSCLayer(Int_t zone_number, StripLayerType layer_type, Double_t xsize, Double_t ysize, Double_t xorig, Double_t yorig, Double_t pitch, Double_t adeg)
Double_t ConvertNormalPointToStripX(Double_t x, Double_t y)
Double_t GetYRightStripBorderPoint()
BmnMatch GetStripDigitNumberMatch(Int_t strip_num)
static void SetLowerUniqueID(Int_t id)
void SmoothStripSignal(vector< Double_t > &AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight)
Bool_t AddDeadZone(DeadZoneOfStripLayer dead_zone)
void SetLayerSizes(Double_t xsize, Double_t ysize, Double_t xorig=0.0, Double_t yorig=0.0)
Bool_t AddStripSignal(Int_t strip_num, Double_t signal)
Double_t GetStripHitError(Int_t num)
Double_t GetXRightStripBorderPoint()
Double_t GetStripSignal(Int_t strip_num)
Double_t ConvertPointToStripPosition(Double_t x, Double_t y)
Double_t ConvertNormalPointToStripY(Double_t x, Double_t y)
Bool_t AddDeadZone(Int_t n_points, Double_t *x_points, Double_t *y_points)
Bool_t SetStripNumberingOrder(StripNumberingDirection strip_direction)
Bool_t AddLinkToStripMatch(Int_t strip_num, Double_t weight, Int_t refID)
Int_t GetStripHitClusterSize(Int_t num)
Bool_t SetStripNumberingBorders(Double_t x_left, Double_t y_left, Double_t x_right, Double_t y_right)
Bool_t IsPointInsideDeadZones(Double_t x, Double_t y)
Bool_t IsPointInsideStripLayer(Double_t x, Double_t y)
BmnMatch GetStripMatch(Int_t strip_num)
static void SetUpperUniqueID(Int_t id)
void SetVerbosity(Bool_t verb)
StripNumberingDirection GetStripNumberingOrder()
Double_t GetClusterFindingThreshold()
vector< StripCluster > GetStripClusters()
Double_t GetYLeftStripBorderPoint()
vector< DeadZoneOfStripLayer > GetDeadZones()
vector< Double_t > GetSmoothStrips()
void SetPitch(Double_t pitch)
void SetClusterFindingThreshold(Double_t threshold)
Bool_t SetStripSignal(Int_t strip_num, Double_t signal)
void ResetStripDigitNumberMatches()
void FindClustersAndStripHits()
Double_t GetXLeftStripBorderPoint()
Double_t GetStripHitTotalSignal(Int_t num)
Bool_t AddLinkToStripDigitNumberMatch(Int_t strip_num, Double_t weight, Int_t digit_num)
Bool_t SetStripNumberingBorders(StripBorderPoint left, StripBorderPoint right)