|
BmnRoot
|
#include <BmnSiBTLayer.h>
Public Member Functions | |
| BmnSiBTLayer () | |
| BmnSiBTLayer (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) | |
| virtual | ~BmnSiBTLayer () |
| void | InitializeLayer () |
| void | ResetLayer () |
| Int_t | GetNStrips () |
| void | SetVerbosity (Bool_t verb) |
| void | SetPitch (Double_t pitch) |
| void | SetLayerSizes (Double_t xsize, Double_t ysize, Double_t xorig=0.0, Double_t yorig=0.0) |
| void | SetAngleDeg (Double_t deg) |
| int | GetFirstStripNumber () |
| int | GetLastStripNumber () |
| Bool_t | GetVerbosity () |
| Int_t | GetZoneNumber () |
| StripLayerType | GetType () |
| Double_t | GetPitch () |
| Double_t | GetAngleDeg () |
| Double_t | GetAngleRad () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| Double_t | GetXMinLayer () |
| Double_t | GetXMaxLayer () |
| Double_t | GetYMinLayer () |
| Double_t | GetYMaxLayer () |
| Bool_t | SetStripNumberingBorders (Double_t x_left, Double_t y_left, Double_t x_right, Double_t y_right) |
| Bool_t | SetStripNumberingBorders (StripBorderPoint left, StripBorderPoint right) |
| Bool_t | SetStripNumberingOrder (StripNumberingDirection strip_direction) |
| StripNumberingDirection | GetStripNumberingOrder () |
| Double_t | GetXLeftStripBorderPoint () |
| Double_t | GetYLeftStripBorderPoint () |
| Double_t | GetXRightStripBorderPoint () |
| Double_t | GetYRightStripBorderPoint () |
| Bool_t | AddDeadZone (Int_t n_points, Double_t *x_points, Double_t *y_points) |
| Bool_t | AddDeadZone (DeadZoneOfStripLayer dead_zone) |
| Bool_t | IsPointInsideDeadZones (Double_t x, Double_t y) |
| Bool_t | IsPointInsideStripLayer (Double_t x, Double_t y) |
| vector< DeadZoneOfStripLayer > | GetDeadZones () |
| void | ResetAllDeadZones () |
| Bool_t | SetStripSignal (Int_t strip_num, Double_t signal) |
| Bool_t | AddStripSignal (Int_t strip_num, Double_t signal) |
| Double_t | GetStripSignal (Int_t strip_num) |
| Bool_t | SetStripMatch (Int_t strip_num, BmnMatch strip_match) |
| Bool_t | AddLinkToStripMatch (Int_t strip_num, Double_t weight, Int_t refID) |
| BmnMatch | GetStripMatch (Int_t strip_num) |
| void | ResetStripMatches () |
| Int_t | GetNStripHits () |
| Double_t | GetStripHitPos (Int_t num) |
| Double_t | GetStripHitTotalSignal (Int_t num) |
| Double_t | GetStripHitError (Int_t num) |
| Int_t | GetStripHitClusterSize (Int_t num) |
| void | ResetStripHits () |
| Double_t | ConvertNormalPointToStripX (Double_t x, Double_t y) |
| Double_t | ConvertNormalPointToStripY (Double_t x, Double_t y) |
| Double_t | ConvertPointToStripPosition (Double_t x, Double_t y) |
| Double_t | CalculateStripEquationB (Double_t strip_pos) |
| void | FindClustersAndStripHits () |
| void | MakeStripHit (StripCluster &cluster, vector< Double_t > &AnalyzableStrips, Int_t &curcnt) |
| void | SmoothStripSignal (vector< Double_t > &AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight) |
| void | SetClusterFindingThreshold (Double_t threshold) |
| Double_t | GetClusterFindingThreshold () |
| vector< Double_t > | GetSmoothStrips () |
| BmnSiBTLayer () | |
| BmnSiBTLayer (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) | |
| virtual | ~BmnSiBTLayer () |
| void | InitializeLayer () |
| void | ResetLayer () |
| Int_t | GetNStrips () |
| void | SetVerbosity (Bool_t verb) |
| void | SetPitch (Double_t pitch) |
| void | SetLayerSizes (Double_t xsize, Double_t ysize, Double_t xorig=0.0, Double_t yorig=0.0) |
| void | SetAngleDeg (Double_t deg) |
| int | GetFirstStripNumber () |
| int | GetLastStripNumber () |
| Bool_t | GetVerbosity () |
| Int_t | GetZoneNumber () |
| StripLayerType | GetType () |
| Double_t | GetPitch () |
| Double_t | GetAngleDeg () |
| Double_t | GetAngleRad () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| Double_t | GetXMinLayer () |
| Double_t | GetXMaxLayer () |
| Double_t | GetYMinLayer () |
| Double_t | GetYMaxLayer () |
| Bool_t | SetStripNumberingBorders (Double_t x_left, Double_t y_left, Double_t x_right, Double_t y_right) |
| Bool_t | SetStripNumberingBorders (StripBorderPoint left, StripBorderPoint right) |
| Bool_t | SetStripNumberingOrder (StripNumberingDirection strip_direction) |
| StripNumberingDirection | GetStripNumberingOrder () |
| Double_t | GetXLeftStripBorderPoint () |
| Double_t | GetYLeftStripBorderPoint () |
| Double_t | GetXRightStripBorderPoint () |
| Double_t | GetYRightStripBorderPoint () |
| Bool_t | AddDeadZone (Int_t n_points, Double_t *x_points, Double_t *y_points) |
| Bool_t | AddDeadZone (DeadZoneOfStripLayer dead_zone) |
| Bool_t | IsPointInsideDeadZones (Double_t x, Double_t y) |
| Bool_t | IsPointInsideStripLayer (Double_t x, Double_t y) |
| vector< DeadZoneOfStripLayer > | GetDeadZones () |
| void | ResetAllDeadZones () |
| Bool_t | SetStripSignal (Int_t strip_num, Double_t signal) |
| Bool_t | AddStripSignal (Int_t strip_num, Double_t signal) |
| Double_t | GetStripSignal (Int_t strip_num) |
| Bool_t | SetStripMatch (Int_t strip_num, BmnMatch strip_match) |
| Bool_t | AddLinkToStripMatch (Int_t strip_num, Double_t weight, Int_t refID) |
| BmnMatch | GetStripMatch (Int_t strip_num) |
| void | ResetStripMatches () |
| Int_t | GetNStripHits () |
| Double_t | GetStripHitPos (Int_t num) |
| Double_t | GetStripHitTotalSignal (Int_t num) |
| Double_t | GetStripHitError (Int_t num) |
| Int_t | GetStripHitClusterSize (Int_t num) |
| void | ResetStripHits () |
| Double_t | ConvertNormalPointToStripX (Double_t x, Double_t y) |
| Double_t | ConvertNormalPointToStripY (Double_t x, Double_t y) |
| Double_t | ConvertPointToStripPosition (Double_t x, Double_t y) |
| Double_t | CalculateStripEquationB (Double_t strip_pos) |
| void | FindClustersAndStripHits () |
| void | MakeStripHit (StripCluster &cluster, vector< Double_t > &AnalyzableStrips, Int_t &curcnt) |
| void | SmoothStripSignal (vector< Double_t > &AnalyzableStrips, Int_t NIterations, Int_t SmoothWindow, Double_t Weight) |
| void | SetClusterFindingThreshold (Double_t threshold) |
| Double_t | GetClusterFindingThreshold () |
| vector< Double_t > | GetSmoothStrips () |
Definition at line 15 of file BmnSiBTLayer.h.
| BmnSiBTLayer::BmnSiBTLayer | ( | ) |
Definition at line 3 of file BmnSiBTLayer.cxx.
References LeftBottom, LeftTop, LeftToRight, LowerStripLayer, RightBottom, RightTop, and SetStripNumberingBorders().
| BmnSiBTLayer::BmnSiBTLayer | ( | 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 | ||
| ) |
Definition at line 33 of file BmnSiBTLayer.cxx.
References LeftBottom, LeftTop, LeftToRight, RightBottom, RightTop, and SetStripNumberingBorders().
|
virtual |
Definition at line 66 of file BmnSiBTLayer.cxx.
| BmnSiBTLayer::BmnSiBTLayer | ( | ) |
| BmnSiBTLayer::BmnSiBTLayer | ( | 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 | ||
| ) |
|
virtual |
| Bool_t BmnSiBTLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
Definition at line 204 of file BmnSiBTLayer.cxx.
References DeadZoneOfStripLayer::GetNPoints().
| Bool_t BmnSiBTLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
| Bool_t BmnSiBTLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
Definition at line 192 of file BmnSiBTLayer.cxx.
References DeadZoneOfStripLayer::SetDeadZone().
| Bool_t BmnSiBTLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
| Bool_t BmnSiBTLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | refID | ||
| ) |
Definition at line 261 of file BmnSiBTLayer.cxx.
| Bool_t BmnSiBTLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | refID | ||
| ) |
| Bool_t BmnSiBTLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 238 of file BmnSiBTLayer.cxx.
| Bool_t BmnSiBTLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
| Double_t BmnSiBTLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
Definition at line 370 of file BmnSiBTLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnSiBTLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
| Double_t BmnSiBTLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 318 of file BmnSiBTLayer.cxx.
References LeftToRight, and RightToLeft.
Referenced by ConvertPointToStripPosition(), and GetNStrips().
| Double_t BmnSiBTLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnSiBTLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 336 of file BmnSiBTLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnSiBTLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnSiBTLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 354 of file BmnSiBTLayer.cxx.
References ConvertNormalPointToStripX(), LeftToRight, and RightToLeft.
| Double_t BmnSiBTLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnSiBTLayer::FindClustersAndStripHits | ( | ) |
Definition at line 405 of file BmnSiBTLayer.cxx.
References StripCluster::AddStrip(), StripCluster::GetClusterSize(), MakeStripHit(), ResetStripHits(), and StripCluster::Signals.
| void BmnSiBTLayer::FindClustersAndStripHits | ( | ) |
|
inline |
Definition at line 48 of file BmnSiBTLayer.h.
|
inline |
Definition at line 48 of file BmnSiBTLayer.h.
|
inline |
Definition at line 49 of file BmnSiBTLayer.h.
|
inline |
Definition at line 49 of file BmnSiBTLayer.h.
|
inline |
Definition at line 118 of file BmnSiBTLayer.h.
|
inline |
Definition at line 118 of file BmnSiBTLayer.h.
|
inline |
Definition at line 75 of file BmnSiBTLayer.h.
|
inline |
Definition at line 75 of file BmnSiBTLayer.h.
|
inline |
Definition at line 41 of file BmnSiBTLayer.h.
|
inline |
Definition at line 41 of file BmnSiBTLayer.h.
|
inline |
Definition at line 42 of file BmnSiBTLayer.h.
|
inline |
Definition at line 42 of file BmnSiBTLayer.h.
|
inline |
Definition at line 95 of file BmnSiBTLayer.h.
|
inline |
Definition at line 95 of file BmnSiBTLayer.h.
| Int_t BmnSiBTLayer::GetNStrips | ( | ) |
Definition at line 88 of file BmnSiBTLayer.cxx.
References ConvertNormalPointToStripX().
Referenced by BmnHistSiBT::BmnHistSiBT(), InitializeLayer(), BmnSiBTDigitizer::ProcessMCPoints(), and ResetStripMatches().
| Int_t BmnSiBTLayer::GetNStrips | ( | ) |
|
inline |
Definition at line 47 of file BmnSiBTLayer.h.
|
inline |
Definition at line 47 of file BmnSiBTLayer.h.
|
inline |
Definition at line 120 of file BmnSiBTLayer.h.
|
inline |
Definition at line 120 of file BmnSiBTLayer.h.
| Int_t BmnSiBTLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
Definition at line 304 of file BmnSiBTLayer.cxx.
| Int_t BmnSiBTLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
| Double_t BmnSiBTLayer::GetStripHitError | ( | Int_t | num | ) |
Definition at line 297 of file BmnSiBTLayer.cxx.
| Double_t BmnSiBTLayer::GetStripHitError | ( | Int_t | num | ) |
| Double_t BmnSiBTLayer::GetStripHitPos | ( | Int_t | num | ) |
Definition at line 283 of file BmnSiBTLayer.cxx.
| Double_t BmnSiBTLayer::GetStripHitPos | ( | Int_t | num | ) |
| Double_t BmnSiBTLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
Definition at line 290 of file BmnSiBTLayer.cxx.
| Double_t BmnSiBTLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
| BmnMatch BmnSiBTLayer::GetStripMatch | ( | Int_t | strip_num | ) |
Definition at line 269 of file BmnSiBTLayer.cxx.
Referenced by BmnSiBTDigitizer::ProcessMCPoints().
| BmnMatch BmnSiBTLayer::GetStripMatch | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 62 of file BmnSiBTLayer.h.
|
inline |
Definition at line 62 of file BmnSiBTLayer.h.
| Double_t BmnSiBTLayer::GetStripSignal | ( | Int_t | strip_num | ) |
Definition at line 246 of file BmnSiBTLayer.cxx.
Referenced by BmnSiBTDigitizer::ProcessMCPoints().
| Double_t BmnSiBTLayer::GetStripSignal | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 46 of file BmnSiBTLayer.h.
Referenced by BmnHistSiBT::BmnHistSiBT().
|
inline |
Definition at line 46 of file BmnSiBTLayer.h.
|
inline |
Definition at line 44 of file BmnSiBTLayer.h.
|
inline |
Definition at line 44 of file BmnSiBTLayer.h.
|
inline |
Definition at line 63 of file BmnSiBTLayer.h.
|
inline |
Definition at line 63 of file BmnSiBTLayer.h.
|
inline |
Definition at line 53 of file BmnSiBTLayer.h.
|
inline |
Definition at line 53 of file BmnSiBTLayer.h.
|
inline |
Definition at line 52 of file BmnSiBTLayer.h.
|
inline |
Definition at line 52 of file BmnSiBTLayer.h.
|
inline |
Definition at line 65 of file BmnSiBTLayer.h.
|
inline |
Definition at line 65 of file BmnSiBTLayer.h.
|
inline |
Definition at line 50 of file BmnSiBTLayer.h.
|
inline |
Definition at line 50 of file BmnSiBTLayer.h.
|
inline |
Definition at line 64 of file BmnSiBTLayer.h.
|
inline |
Definition at line 64 of file BmnSiBTLayer.h.
|
inline |
Definition at line 55 of file BmnSiBTLayer.h.
|
inline |
Definition at line 55 of file BmnSiBTLayer.h.
|
inline |
Definition at line 54 of file BmnSiBTLayer.h.
|
inline |
Definition at line 54 of file BmnSiBTLayer.h.
|
inline |
Definition at line 66 of file BmnSiBTLayer.h.
|
inline |
Definition at line 66 of file BmnSiBTLayer.h.
|
inline |
Definition at line 51 of file BmnSiBTLayer.h.
|
inline |
Definition at line 51 of file BmnSiBTLayer.h.
|
inline |
Definition at line 45 of file BmnSiBTLayer.h.
|
inline |
Definition at line 45 of file BmnSiBTLayer.h.
| void BmnSiBTLayer::InitializeLayer | ( | ) |
Definition at line 70 of file BmnSiBTLayer.cxx.
References GetNStrips(), ResetStripHits(), and ResetStripMatches().
Referenced by ResetLayer(), SetAngleDeg(), SetLayerSizes(), and SetPitch().
| void BmnSiBTLayer::InitializeLayer | ( | ) |
| Bool_t BmnSiBTLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 214 of file BmnSiBTLayer.cxx.
Referenced by IsPointInsideStripLayer().
| Bool_t BmnSiBTLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Bool_t BmnSiBTLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 222 of file BmnSiBTLayer.cxx.
References IsPointInsideDeadZones().
| Bool_t BmnSiBTLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnSiBTLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
Definition at line 469 of file BmnSiBTLayer.cxx.
References StripCluster::Clear(), StripCluster::GetClusterSize(), i, StripCluster::Signals, and StripCluster::Strips.
Referenced by FindClustersAndStripHits().
| void BmnSiBTLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
|
inline |
Definition at line 76 of file BmnSiBTLayer.h.
|
inline |
Definition at line 76 of file BmnSiBTLayer.h.
| void BmnSiBTLayer::ResetLayer | ( | ) |
Definition at line 84 of file BmnSiBTLayer.cxx.
References InitializeLayer().
Referenced by SetStripNumberingBorders(), SetStripNumberingBorders(), and SetStripNumberingOrder().
| void BmnSiBTLayer::ResetLayer | ( | ) |
| void BmnSiBTLayer::ResetStripHits | ( | ) |
Definition at line 311 of file BmnSiBTLayer.cxx.
Referenced by FindClustersAndStripHits(), and InitializeLayer().
| void BmnSiBTLayer::ResetStripHits | ( | ) |
| void BmnSiBTLayer::ResetStripMatches | ( | ) |
Definition at line 276 of file BmnSiBTLayer.cxx.
References GetNStrips().
Referenced by InitializeLayer().
| void BmnSiBTLayer::ResetStripMatches | ( | ) |
| void BmnSiBTLayer::SetAngleDeg | ( | Double_t | deg | ) |
Definition at line 116 of file BmnSiBTLayer.cxx.
References InitializeLayer().
| void BmnSiBTLayer::SetAngleDeg | ( | Double_t | deg | ) |
|
inline |
Definition at line 117 of file BmnSiBTLayer.h.
|
inline |
Definition at line 117 of file BmnSiBTLayer.h.
| void BmnSiBTLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
Definition at line 107 of file BmnSiBTLayer.cxx.
References InitializeLayer().
| void BmnSiBTLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
| void BmnSiBTLayer::SetPitch | ( | Double_t | pitch | ) |
Definition at line 101 of file BmnSiBTLayer.cxx.
References InitializeLayer().
| void BmnSiBTLayer::SetPitch | ( | Double_t | pitch | ) |
| Bool_t BmnSiBTLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | strip_match | ||
| ) |
Definition at line 253 of file BmnSiBTLayer.cxx.
| Bool_t BmnSiBTLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | strip_match | ||
| ) |
| Bool_t BmnSiBTLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
Definition at line 130 of file BmnSiBTLayer.cxx.
References ResetLayer().
Referenced by BmnSiBTLayer(), and BmnSiBTLayer().
| Bool_t BmnSiBTLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
| Bool_t BmnSiBTLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
Definition at line 143 of file BmnSiBTLayer.cxx.
References LeftBottom, LeftTop, ResetLayer(), RightBottom, and RightTop.
| Bool_t BmnSiBTLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
| Bool_t BmnSiBTLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
Definition at line 184 of file BmnSiBTLayer.cxx.
References ResetLayer().
| Bool_t BmnSiBTLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
| Bool_t BmnSiBTLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 230 of file BmnSiBTLayer.cxx.
| Bool_t BmnSiBTLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
|
inline |
Definition at line 35 of file BmnSiBTLayer.h.
|
inline |
Definition at line 35 of file BmnSiBTLayer.h.
| void BmnSiBTLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |
Definition at line 559 of file BmnSiBTLayer.cxx.
| void BmnSiBTLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |