|
BmnRoot
|
#include <BmnCSCLayer.h>
Public Member Functions | |
| BmnCSCLayer () | |
| 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) | |
| virtual | ~BmnCSCLayer () |
| 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) |
| 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 () |
| BmnCSCLayer () | |
| 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) | |
| virtual | ~BmnCSCLayer () |
| 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) |
| 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 15 of file BmnCSCLayer.h.
| BmnCSCLayer::BmnCSCLayer | ( | ) |
Definition at line 6 of file BmnCSCLayer.cxx.
References LeftBottom, LeftTop, LeftToRight, LowerStripLayer, RightBottom, RightTop, and SetStripNumberingBorders().
| BmnCSCLayer::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 | ||
| ) |
Definition at line 36 of file BmnCSCLayer.cxx.
References LeftBottom, LeftTop, LeftToRight, RightBottom, RightTop, and SetStripNumberingBorders().
|
virtual |
Definition at line 69 of file BmnCSCLayer.cxx.
| BmnCSCLayer::BmnCSCLayer | ( | ) |
| BmnCSCLayer::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 | ||
| ) |
|
virtual |
| Bool_t BmnCSCLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
Definition at line 211 of file BmnCSCLayer.cxx.
References DeadZoneOfStripLayer::GetNPoints().
| Bool_t BmnCSCLayer::AddDeadZone | ( | DeadZoneOfStripLayer | dead_zone | ) |
| Bool_t BmnCSCLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
Definition at line 199 of file BmnCSCLayer.cxx.
References DeadZoneOfStripLayer::SetDeadZone().
| Bool_t BmnCSCLayer::AddDeadZone | ( | Int_t | n_points, |
| Double_t * | x_points, | ||
| Double_t * | y_points | ||
| ) |
| Bool_t BmnCSCLayer::AddLinkToStripDigitNumberMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | digit_num | ||
| ) |
Definition at line 285 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::AddLinkToStripDigitNumberMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | digit_num | ||
| ) |
| Bool_t BmnCSCLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | refID | ||
| ) |
Definition at line 269 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::AddLinkToStripMatch | ( | Int_t | strip_num, |
| Double_t | weight, | ||
| Int_t | refID | ||
| ) |
| Bool_t BmnCSCLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 246 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::AddStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
| Double_t BmnCSCLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
Definition at line 409 of file BmnCSCLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnCSCLayer::CalculateStripEquationB | ( | Double_t | strip_pos | ) |
| Double_t BmnCSCLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 357 of file BmnCSCLayer.cxx.
References LeftToRight, and RightToLeft.
Referenced by ConvertPointToStripPosition(), and GetNStrips().
| Double_t BmnCSCLayer::ConvertNormalPointToStripX | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnCSCLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 375 of file BmnCSCLayer.cxx.
References LeftToRight, and RightToLeft.
| Double_t BmnCSCLayer::ConvertNormalPointToStripY | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Double_t BmnCSCLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 393 of file BmnCSCLayer.cxx.
References ConvertNormalPointToStripX(), LeftToRight, and RightToLeft.
| Double_t BmnCSCLayer::ConvertPointToStripPosition | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnCSCLayer::FindClustersAndStripHits | ( | ) |
Definition at line 444 of file BmnCSCLayer.cxx.
References StripCluster::AddStrip(), StripCluster::GetClusterSize(), MakeStripHit(), ResetStripHits(), and StripCluster::Signals.
| void BmnCSCLayer::FindClustersAndStripHits | ( | ) |
|
inline |
Definition at line 48 of file BmnCSCLayer.h.
|
inline |
Definition at line 48 of file BmnCSCLayer.h.
|
inline |
Definition at line 49 of file BmnCSCLayer.h.
|
inline |
Definition at line 49 of file BmnCSCLayer.h.
|
inline |
Definition at line 130 of file BmnCSCLayer.h.
|
inline |
Definition at line 130 of file BmnCSCLayer.h.
|
inline |
Definition at line 75 of file BmnCSCLayer.h.
|
inline |
Definition at line 75 of file BmnCSCLayer.h.
|
inline |
Definition at line 41 of file BmnCSCLayer.h.
|
inline |
Definition at line 41 of file BmnCSCLayer.h.
|
inline |
Definition at line 42 of file BmnCSCLayer.h.
|
inline |
Definition at line 42 of file BmnCSCLayer.h.
|
inline |
Definition at line 101 of file BmnCSCLayer.h.
|
inline |
Definition at line 101 of file BmnCSCLayer.h.
| Int_t BmnCSCLayer::GetNStrips | ( | ) |
Definition at line 95 of file BmnCSCLayer.cxx.
References ConvertNormalPointToStripX().
Referenced by BmnHistCsc::BmnHistCsc(), InitializeLayer(), BmnCSCDigitizer::ProcessMCPoints(), ResetStripDigitNumberMatches(), and ResetStripMatches().
| Int_t BmnCSCLayer::GetNStrips | ( | ) |
|
inline |
Definition at line 47 of file BmnCSCLayer.h.
|
inline |
Definition at line 47 of file BmnCSCLayer.h.
|
inline |
Definition at line 132 of file BmnCSCLayer.h.
|
inline |
Definition at line 132 of file BmnCSCLayer.h.
|
inline |
Definition at line 110 of file BmnCSCLayer.h.
Referenced by BmnCSCHitMaker::ProcessDigits().
|
inline |
Definition at line 110 of file BmnCSCLayer.h.
| BmnMatch BmnCSCLayer::GetStripDigitNumberMatch | ( | Int_t | strip_num | ) |
Definition at line 300 of file BmnCSCLayer.cxx.
| BmnMatch BmnCSCLayer::GetStripDigitNumberMatch | ( | Int_t | strip_num | ) |
| Int_t BmnCSCLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
Definition at line 342 of file BmnCSCLayer.cxx.
| Int_t BmnCSCLayer::GetStripHitClusterSize | ( | Int_t | num | ) |
| Double_t BmnCSCLayer::GetStripHitError | ( | Int_t | num | ) |
Definition at line 335 of file BmnCSCLayer.cxx.
| Double_t BmnCSCLayer::GetStripHitError | ( | Int_t | num | ) |
| Double_t BmnCSCLayer::GetStripHitPos | ( | Int_t | num | ) |
Definition at line 321 of file BmnCSCLayer.cxx.
| Double_t BmnCSCLayer::GetStripHitPos | ( | Int_t | num | ) |
| Double_t BmnCSCLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
Definition at line 328 of file BmnCSCLayer.cxx.
| Double_t BmnCSCLayer::GetStripHitTotalSignal | ( | Int_t | num | ) |
| BmnMatch BmnCSCLayer::GetStripMatch | ( | Int_t | strip_num | ) |
Definition at line 293 of file BmnCSCLayer.cxx.
Referenced by BmnCSCDigitizer::ProcessMCPoints().
| BmnMatch BmnCSCLayer::GetStripMatch | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 62 of file BmnCSCLayer.h.
|
inline |
Definition at line 62 of file BmnCSCLayer.h.
| Double_t BmnCSCLayer::GetStripSignal | ( | Int_t | strip_num | ) |
Definition at line 254 of file BmnCSCLayer.cxx.
Referenced by BmnCSCDigitizer::ProcessMCPoints().
| Double_t BmnCSCLayer::GetStripSignal | ( | Int_t | strip_num | ) |
|
inline |
Definition at line 46 of file BmnCSCLayer.h.
|
inline |
Definition at line 46 of file BmnCSCLayer.h.
|
inline |
Definition at line 44 of file BmnCSCLayer.h.
|
inline |
Definition at line 44 of file BmnCSCLayer.h.
|
inline |
Definition at line 63 of file BmnCSCLayer.h.
|
inline |
Definition at line 63 of file BmnCSCLayer.h.
|
inline |
Definition at line 53 of file BmnCSCLayer.h.
|
inline |
Definition at line 53 of file BmnCSCLayer.h.
|
inline |
Definition at line 52 of file BmnCSCLayer.h.
|
inline |
Definition at line 52 of file BmnCSCLayer.h.
|
inline |
Definition at line 65 of file BmnCSCLayer.h.
|
inline |
Definition at line 65 of file BmnCSCLayer.h.
|
inline |
Definition at line 50 of file BmnCSCLayer.h.
|
inline |
Definition at line 50 of file BmnCSCLayer.h.
|
inline |
Definition at line 64 of file BmnCSCLayer.h.
|
inline |
Definition at line 64 of file BmnCSCLayer.h.
|
inline |
Definition at line 55 of file BmnCSCLayer.h.
|
inline |
Definition at line 55 of file BmnCSCLayer.h.
|
inline |
Definition at line 54 of file BmnCSCLayer.h.
|
inline |
Definition at line 54 of file BmnCSCLayer.h.
|
inline |
Definition at line 66 of file BmnCSCLayer.h.
|
inline |
Definition at line 66 of file BmnCSCLayer.h.
|
inline |
Definition at line 51 of file BmnCSCLayer.h.
|
inline |
Definition at line 51 of file BmnCSCLayer.h.
|
inline |
Definition at line 45 of file BmnCSCLayer.h.
|
inline |
Definition at line 45 of file BmnCSCLayer.h.
| void BmnCSCLayer::InitializeLayer | ( | ) |
Definition at line 73 of file BmnCSCLayer.cxx.
References GetNStrips(), ResetStripDigitNumberMatches(), ResetStripHits(), and ResetStripMatches().
Referenced by ResetLayer(), SetAngleDeg(), SetLayerSizes(), and SetPitch().
| void BmnCSCLayer::InitializeLayer | ( | ) |
| Bool_t BmnCSCLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 221 of file BmnCSCLayer.cxx.
Referenced by IsPointInsideStripLayer().
| Bool_t BmnCSCLayer::IsPointInsideDeadZones | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Bool_t BmnCSCLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 229 of file BmnCSCLayer.cxx.
References IsPointInsideDeadZones().
| Bool_t BmnCSCLayer::IsPointInsideStripLayer | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| void BmnCSCLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
Definition at line 508 of file BmnCSCLayer.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 BmnCSCLayer::MakeStripHit | ( | StripCluster & | cluster, |
| vector< Double_t > & | AnalyzableStrips, | ||
| Int_t & | curcnt | ||
| ) |
|
inline |
Definition at line 76 of file BmnCSCLayer.h.
|
inline |
Definition at line 76 of file BmnCSCLayer.h.
| void BmnCSCLayer::ResetLayer | ( | ) |
Definition at line 91 of file BmnCSCLayer.cxx.
References InitializeLayer().
Referenced by SetStripNumberingBorders(), SetStripNumberingBorders(), and SetStripNumberingOrder().
| void BmnCSCLayer::ResetLayer | ( | ) |
| void BmnCSCLayer::ResetStripDigitNumberMatches | ( | ) |
Definition at line 314 of file BmnCSCLayer.cxx.
References GetNStrips().
Referenced by InitializeLayer().
| void BmnCSCLayer::ResetStripDigitNumberMatches | ( | ) |
| void BmnCSCLayer::ResetStripHits | ( | ) |
Definition at line 349 of file BmnCSCLayer.cxx.
Referenced by FindClustersAndStripHits(), and InitializeLayer().
| void BmnCSCLayer::ResetStripHits | ( | ) |
| void BmnCSCLayer::ResetStripMatches | ( | ) |
Definition at line 307 of file BmnCSCLayer.cxx.
References GetNStrips().
Referenced by InitializeLayer().
| void BmnCSCLayer::ResetStripMatches | ( | ) |
| void BmnCSCLayer::SetAngleDeg | ( | Double_t | deg | ) |
Definition at line 123 of file BmnCSCLayer.cxx.
References InitializeLayer().
| void BmnCSCLayer::SetAngleDeg | ( | Double_t | deg | ) |
|
inline |
Definition at line 129 of file BmnCSCLayer.h.
|
inline |
Definition at line 129 of file BmnCSCLayer.h.
| void BmnCSCLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
Definition at line 114 of file BmnCSCLayer.cxx.
References InitializeLayer().
| void BmnCSCLayer::SetLayerSizes | ( | Double_t | xsize, |
| Double_t | ysize, | ||
| Double_t | xorig = 0.0, |
||
| Double_t | yorig = 0.0 |
||
| ) |
|
inlinestatic |
Definition at line 111 of file BmnCSCLayer.h.
Referenced by BmnCSCHitMaker::Exec().
|
inlinestatic |
Definition at line 111 of file BmnCSCLayer.h.
| void BmnCSCLayer::SetPitch | ( | Double_t | pitch | ) |
Definition at line 108 of file BmnCSCLayer.cxx.
References InitializeLayer().
| void BmnCSCLayer::SetPitch | ( | Double_t | pitch | ) |
| Bool_t BmnCSCLayer::SetStripDigitNumberMatch | ( | Int_t | strip_num, |
| BmnMatch | digit_num_match | ||
| ) |
Definition at line 277 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::SetStripDigitNumberMatch | ( | Int_t | strip_num, |
| BmnMatch | digit_num_match | ||
| ) |
| Bool_t BmnCSCLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | strip_match | ||
| ) |
Definition at line 261 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::SetStripMatch | ( | Int_t | strip_num, |
| BmnMatch | strip_match | ||
| ) |
| Bool_t BmnCSCLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
Definition at line 137 of file BmnCSCLayer.cxx.
References ResetLayer().
Referenced by BmnCSCLayer(), and BmnCSCLayer().
| Bool_t BmnCSCLayer::SetStripNumberingBorders | ( | Double_t | x_left, |
| Double_t | y_left, | ||
| Double_t | x_right, | ||
| Double_t | y_right | ||
| ) |
| Bool_t BmnCSCLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
Definition at line 150 of file BmnCSCLayer.cxx.
References LeftBottom, LeftTop, ResetLayer(), RightBottom, and RightTop.
| Bool_t BmnCSCLayer::SetStripNumberingBorders | ( | StripBorderPoint | left, |
| StripBorderPoint | right | ||
| ) |
| Bool_t BmnCSCLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
Definition at line 191 of file BmnCSCLayer.cxx.
References ResetLayer().
| Bool_t BmnCSCLayer::SetStripNumberingOrder | ( | StripNumberingDirection | strip_direction | ) |
| Bool_t BmnCSCLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
Definition at line 237 of file BmnCSCLayer.cxx.
| Bool_t BmnCSCLayer::SetStripSignal | ( | Int_t | strip_num, |
| Double_t | signal | ||
| ) |
|
inlinestatic |
Definition at line 112 of file BmnCSCLayer.h.
Referenced by BmnCSCHitMaker::Exec().
|
inlinestatic |
Definition at line 112 of file BmnCSCLayer.h.
|
inline |
Definition at line 35 of file BmnCSCLayer.h.
|
inline |
Definition at line 35 of file BmnCSCLayer.h.
| void BmnCSCLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |
Definition at line 612 of file BmnCSCLayer.cxx.
| void BmnCSCLayer::SmoothStripSignal | ( | vector< Double_t > & | AnalyzableStrips, |
| Int_t | NIterations, | ||
| Int_t | SmoothWindow, | ||
| Double_t | Weight | ||
| ) |