|
BmnRoot
|
#include <BmnVSPLayer.h>
Public Member Functions | |
| BmnVSPLayer () | |
| BmnVSPLayer (Int_t zone_id, StripLayerType layer_type, Int_t first_strip_number, Double_t xsize, Double_t ysize, Double_t xorig, Double_t yorig, Double_t pitch, Double_t adeg) | |
| virtual | ~BmnVSPLayer () |
| void | InitializeLayer () |
| void | ResetLayer () |
| Int_t | GetNStrips () |
| void | SetVerbosity (Bool_t verb) |
| void | SetZoneID (Int_t zone_id) |
| void | SetFirstStripNumber (Int_t first_strip_number) |
| 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) |
| Bool_t | GetVerbosity () |
| Int_t | GetZoneID () |
| Int_t | GetFirstStripNumber () |
| Int_t | GetLastStripNumber () |
| 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 mc_match) |
| Bool_t | AddLinkToStripMatch (Int_t strip_num, Double_t weight, Int_t mc_num) |
| Bool_t | SetStripDigitNumberMatch (Int_t strip_num, BmnMatch digit_num_match) |
| Bool_t | AddLinkToStripDigitNumberMatch (Int_t strip_num, Double_t weight, Int_t digit_num) |
| BmnMatch | GetStripMatch (Int_t strip_num) |
| BmnMatch | GetStripDigitNumberMatch (Int_t strip_num) |
| void | ResetStripMatches () |
| void | ResetStripDigitNumberMatches () |
| 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 () |
| vector< StripCluster > | GetStripClusters () |
| 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 () |
| BmnVSPLayer () | |
| BmnVSPLayer (Int_t zone_id, StripLayerType layer_type, Int_t first_strip_number, Double_t xsize, Double_t ysize, Double_t xorig, Double_t yorig, Double_t pitch, Double_t adeg) | |
| virtual | ~BmnVSPLayer () |
| void | InitializeLayer () |
| void | ResetLayer () |
| Int_t | GetNStrips () |
| void | SetVerbosity (Bool_t verb) |
| void | SetZoneID (Int_t zone_id) |
| void | SetFirstStripNumber (Int_t first_strip_number) |
| 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) |
| Bool_t | GetVerbosity () |
| Int_t | GetZoneID () |
| Int_t | GetFirstStripNumber () |
| Int_t | GetLastStripNumber () |
| 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 mc_match) |
| Bool_t | AddLinkToStripMatch (Int_t strip_num, Double_t weight, Int_t mc_num) |
| Bool_t | SetStripDigitNumberMatch (Int_t strip_num, BmnMatch digit_num_match) |
| Bool_t | AddLinkToStripDigitNumberMatch (Int_t strip_num, Double_t weight, Int_t digit_num) |
| BmnMatch | GetStripMatch (Int_t strip_num) |
| BmnMatch | GetStripDigitNumberMatch (Int_t strip_num) |
| void | ResetStripMatches () |
| void | ResetStripDigitNumberMatches () |
| 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 () |
| vector< StripCluster > | GetStripClusters () |
| 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 () |
Static Public Member Functions | |
| static void | SetLowerUniqueID (Int_t id) |
| static void | SetUpperUniqueID (Int_t id) |
| static void | SetLowerUniqueID (Int_t id) |
| static void | SetUpperUniqueID (Int_t id) |
Definition at line 13 of file BmnVSPLayer.h.
| BmnVSPLayer::BmnVSPLayer | ( | ) |
Definition at line 13 of file BmnVSPLayer.cxx.
References InitializeLayer(), LeftBottom, LeftTop, LeftToRight, LowerStripLayer, RightBottom, RightTop, and SetStripNumberingBorders().
| BmnVSPLayer::BmnVSPLayer | ( | Int_t | zone_id, |
| StripLayerType | layer_type, | ||
| Int_t | first_strip_number, | ||
| Double_t | xsize, | ||
| Double_t | ysize, | ||
| Double_t | xorig, | ||
| Double_t | yorig, | ||
| Double_t | pitch, | ||
| Double_t | adeg | ||
| ) |
Definition at line 46 of file BmnVSPLayer.cxx.
References InitializeLayer(), LeftBottom, LeftTop, LeftToRight, RightBottom, RightTop, and SetStripNumberingBorders().
|
virtual |
Definition at line 83 of file BmnVSPLayer.cxx.
| BmnVSPLayer::BmnVSPLayer | ( | ) |
| BmnVSPLayer::BmnVSPLayer | ( | Int_t | zone_id, |
| StripLayerType | layer_type, | ||
| Int_t | first_strip_number, | ||
| Double_t | xsize, | ||
| Double_t | ysize, | ||
| Double_t | xorig, | ||
| Double_t | yorig, | ||
| Double_t | pitch, | ||
| Double_t | adeg | ||
| ) |
|
virtual |
| Bool_t BmnVSPLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
Definition at line 228 of file BmnVSPLayer.cxx.
References DeadZoneOfStripLayer::GetNPoints().
| Bool_t BmnVSPLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
| Bool_t BmnVSPLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
Definition at line 216 of file BmnVSPLayer.cxx.
References DeadZoneOfStripLayer::SetDeadZone().
| Bool_t BmnVSPLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
| Bool_t BmnVSPLayer::AddLinkToStripDigitNumberMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | digit_num | ||
| ) |
Definition at line 307 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::AddLinkToStripDigitNumberMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | digit_num | ||
| ) |
| Bool_t BmnVSPLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | mc_num | ||
| ) |
Definition at line 289 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | mc_num | ||
| ) |
| Bool_t BmnVSPLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 263 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
| Double_t BmnVSPLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
Definition at line 434 of file BmnVSPLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnVSPLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
| Double_t BmnVSPLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 382 of file BmnVSPLayer.cxx.
References LeftToRight, and RightToLeft.
Referenced by ConvertPointToStripPosition(), and GetNStrips().
| Double_t BmnVSPLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnVSPLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 400 of file BmnVSPLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnVSPLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnVSPLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 418 of file BmnVSPLayer.cxx.
References ConvertNormalPointToStripX(), LeftToRight, and RightToLeft.
| Double_t BmnVSPLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnVSPLayer::FindClustersAndStripHits | ( | ) |
Definition at line 469 of file BmnVSPLayer.cxx.
References StripCluster::AddStrip(), StripCluster::GetClusterSize(), MakeStripHit(), ResetStripHits(), and StripCluster::Signals.
| void BmnVSPLayer::FindClustersAndStripHits | ( | ) |
|
inline |
Definition at line 48 of file BmnVSPLayer.h.
|
inline |
Definition at line 48 of file BmnVSPLayer.h.
|
inline |
Definition at line 49 of file BmnVSPLayer.h.
|
inline |
Definition at line 49 of file BmnVSPLayer.h.
|
inline |
Definition at line 130 of file BmnVSPLayer.h.
|
inline |
Definition at line 130 of file BmnVSPLayer.h.
|
inline |
Definition at line 75 of file BmnVSPLayer.h.
|
inline |
Definition at line 75 of file BmnVSPLayer.h.
|
inline |
Definition at line 44 of file BmnVSPLayer.h.
|
inline |
Definition at line 44 of file BmnVSPLayer.h.
|
inline |
Definition at line 45 of file BmnVSPLayer.h.
References GetNStrips().
|
inline |
Definition at line 45 of file BmnVSPLayer.h.
References GetNStrips().
|
inline |
Definition at line 101 of file BmnVSPLayer.h.
|
inline |
Definition at line 101 of file BmnVSPLayer.h.
| Int_t BmnVSPLayer::GetNStrips | ( | ) |
Definition at line 109 of file BmnVSPLayer.cxx.
References ConvertNormalPointToStripX().
Referenced by GetLastStripNumber(), InitializeLayer(), ResetStripDigitNumberMatches(), and ResetStripMatches().
| Int_t BmnVSPLayer::GetNStrips | ( | ) |
|
inline |
Definition at line 47 of file BmnVSPLayer.h.
|
inline |
Definition at line 47 of file BmnVSPLayer.h.
|
inline |
Definition at line 132 of file BmnVSPLayer.h.
|
inline |
Definition at line 132 of file BmnVSPLayer.h.
|
inline |
Definition at line 110 of file BmnVSPLayer.h.
Referenced by BmnVSPHitMaker::ProcessDigits().
|
inline |
Definition at line 110 of file BmnVSPLayer.h.
| BmnMatch BmnVSPLayer::GetStripDigitNumberMatch | ( | Int_t | strip_num | ) |
Definition at line 324 of file BmnVSPLayer.cxx.
| BmnMatch BmnVSPLayer::GetStripDigitNumberMatch | ( | Int_t | strip_num | ) |
| Int_t BmnVSPLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
Definition at line 367 of file BmnVSPLayer.cxx.
| Int_t BmnVSPLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
| Double_t BmnVSPLayer::GetStripHitError | ( | Int_t | num | ) |
Definition at line 360 of file BmnVSPLayer.cxx.
| Double_t BmnVSPLayer::GetStripHitError | ( | Int_t | num | ) |
| Double_t BmnVSPLayer::GetStripHitPos | ( | Int_t | num | ) |
Definition at line 346 of file BmnVSPLayer.cxx.
| Double_t BmnVSPLayer::GetStripHitPos | ( | Int_t | num | ) |
| Double_t BmnVSPLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
Definition at line 353 of file BmnVSPLayer.cxx.
| Double_t BmnVSPLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
| BmnMatch BmnVSPLayer::GetStripMatch | ( | Int_t | strip_num | ) |
Definition at line 316 of file BmnVSPLayer.cxx.
| BmnMatch BmnVSPLayer::GetStripMatch | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 62 of file BmnVSPLayer.h.
|
inline |
Definition at line 62 of file BmnVSPLayer.h.
| Double_t BmnVSPLayer::GetStripSignal | ( | Int_t | strip_num | ) |
Definition at line 272 of file BmnVSPLayer.cxx.
| Double_t BmnVSPLayer::GetStripSignal | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 46 of file BmnVSPLayer.h.
|
inline |
Definition at line 46 of file BmnVSPLayer.h.
|
inline |
Definition at line 42 of file BmnVSPLayer.h.
|
inline |
Definition at line 42 of file BmnVSPLayer.h.
|
inline |
Definition at line 63 of file BmnVSPLayer.h.
|
inline |
Definition at line 63 of file BmnVSPLayer.h.
|
inline |
Definition at line 53 of file BmnVSPLayer.h.
|
inline |
Definition at line 53 of file BmnVSPLayer.h.
|
inline |
Definition at line 52 of file BmnVSPLayer.h.
|
inline |
Definition at line 52 of file BmnVSPLayer.h.
|
inline |
Definition at line 65 of file BmnVSPLayer.h.
|
inline |
Definition at line 65 of file BmnVSPLayer.h.
|
inline |
Definition at line 50 of file BmnVSPLayer.h.
|
inline |
Definition at line 50 of file BmnVSPLayer.h.
|
inline |
Definition at line 64 of file BmnVSPLayer.h.
|
inline |
Definition at line 64 of file BmnVSPLayer.h.
|
inline |
Definition at line 55 of file BmnVSPLayer.h.
|
inline |
Definition at line 55 of file BmnVSPLayer.h.
|
inline |
Definition at line 54 of file BmnVSPLayer.h.
|
inline |
Definition at line 54 of file BmnVSPLayer.h.
|
inline |
Definition at line 66 of file BmnVSPLayer.h.
|
inline |
Definition at line 66 of file BmnVSPLayer.h.
|
inline |
Definition at line 51 of file BmnVSPLayer.h.
|
inline |
Definition at line 51 of file BmnVSPLayer.h.
|
inline |
Definition at line 43 of file BmnVSPLayer.h.
Referenced by BmnVSPDigitizer::ProcessMCPoints().
|
inline |
Definition at line 43 of file BmnVSPLayer.h.
| void BmnVSPLayer::InitializeLayer | ( | ) |
Definition at line 87 of file BmnVSPLayer.cxx.
References GetNStrips(), ResetStripDigitNumberMatches(), ResetStripHits(), and ResetStripMatches().
Referenced by BmnVSPLayer(), BmnVSPLayer(), ResetLayer(), SetAngleDeg(), SetLayerSizes(), and SetPitch().
| void BmnVSPLayer::InitializeLayer | ( | ) |
| Bool_t BmnVSPLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 238 of file BmnVSPLayer.cxx.
Referenced by IsPointInsideStripLayer().
| Bool_t BmnVSPLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Bool_t BmnVSPLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 246 of file BmnVSPLayer.cxx.
References IsPointInsideDeadZones().
| Bool_t BmnVSPLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnVSPLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
Definition at line 534 of file BmnVSPLayer.cxx.
References StripCluster::Clear(), StripCluster::Error, StripCluster::GetClusterSize(), i, LowerStripLayer, StripCluster::MeanPosition, StripCluster::SetType(), StripCluster::SetWidth(), StripCluster::Signals, StripCluster::Strips, and StripCluster::TotalSignal.
Referenced by FindClustersAndStripHits().
| void BmnVSPLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
|
inline |
Definition at line 76 of file BmnVSPLayer.h.
|
inline |
Definition at line 76 of file BmnVSPLayer.h.
| void BmnVSPLayer::ResetLayer | ( | ) |
Definition at line 105 of file BmnVSPLayer.cxx.
References InitializeLayer().
Referenced by SetStripNumberingBorders(), SetStripNumberingBorders(), and SetStripNumberingOrder().
| void BmnVSPLayer::ResetLayer | ( | ) |
| void BmnVSPLayer::ResetStripDigitNumberMatches | ( | ) |
Definition at line 339 of file BmnVSPLayer.cxx.
References GetNStrips().
Referenced by InitializeLayer().
| void BmnVSPLayer::ResetStripDigitNumberMatches | ( | ) |
| void BmnVSPLayer::ResetStripHits | ( | ) |
Definition at line 374 of file BmnVSPLayer.cxx.
Referenced by FindClustersAndStripHits(), and InitializeLayer().
| void BmnVSPLayer::ResetStripHits | ( | ) |
| void BmnVSPLayer::ResetStripMatches | ( | ) |
Definition at line 332 of file BmnVSPLayer.cxx.
References GetNStrips().
Referenced by InitializeLayer().
| void BmnVSPLayer::ResetStripMatches | ( | ) |
| void BmnVSPLayer::SetAngleDeg | ( | Double_t | deg | ) |
Definition at line 140 of file BmnVSPLayer.cxx.
References InitializeLayer().
| void BmnVSPLayer::SetAngleDeg | ( | Double_t | deg | ) |
|
inline |
Definition at line 129 of file BmnVSPLayer.h.
|
inline |
Definition at line 129 of file BmnVSPLayer.h.
|
inline |
Definition at line 37 of file BmnVSPLayer.h.
|
inline |
Definition at line 37 of file BmnVSPLayer.h.
| void BmnVSPLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
Definition at line 131 of file BmnVSPLayer.cxx.
References InitializeLayer().
| void BmnVSPLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
|
inlinestatic |
Definition at line 111 of file BmnVSPLayer.h.
Referenced by BmnVSPHitMaker::Exec().
|
inlinestatic |
Definition at line 111 of file BmnVSPLayer.h.
| void BmnVSPLayer::SetPitch | ( | Double_t | pitch | ) |
Definition at line 125 of file BmnVSPLayer.cxx.
References InitializeLayer().
| void BmnVSPLayer::SetPitch | ( | Double_t | pitch | ) |
| Bool_t BmnVSPLayer::SetStripDigitNumberMatch | ( | Int_t | strip_num, |
| BmnMatch | digit_num_match | ||
| ) |
Definition at line 298 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::SetStripDigitNumberMatch | ( | Int_t | strip_num, |
| BmnMatch | digit_num_match | ||
| ) |
| Bool_t BmnVSPLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | mc_match | ||
| ) |
Definition at line 280 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | mc_match | ||
| ) |
| Bool_t BmnVSPLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
Definition at line 154 of file BmnVSPLayer.cxx.
References ResetLayer().
Referenced by BmnVSPLayer(), and BmnVSPLayer().
| Bool_t BmnVSPLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
| Bool_t BmnVSPLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
Definition at line 167 of file BmnVSPLayer.cxx.
References LeftBottom, LeftTop, ResetLayer(), RightBottom, and RightTop.
| Bool_t BmnVSPLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
| Bool_t BmnVSPLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
Definition at line 208 of file BmnVSPLayer.cxx.
References ResetLayer().
| Bool_t BmnVSPLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
| Bool_t BmnVSPLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 254 of file BmnVSPLayer.cxx.
| Bool_t BmnVSPLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
|
inlinestatic |
Definition at line 112 of file BmnVSPLayer.h.
Referenced by BmnVSPHitMaker::Exec().
|
inlinestatic |
Definition at line 112 of file BmnVSPLayer.h.
|
inline |
Definition at line 35 of file BmnVSPLayer.h.
|
inline |
Definition at line 35 of file BmnVSPLayer.h.
|
inline |
Definition at line 36 of file BmnVSPLayer.h.
|
inline |
Definition at line 36 of file BmnVSPLayer.h.
| void BmnVSPLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |
Definition at line 632 of file BmnVSPLayer.cxx.
| void BmnVSPLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |