|
BmnRoot
|
#include <BmnCSCModule.h>
Public Member Functions | |
| BmnCSCModule () | |
| BmnCSCModule (Double_t z_start_pos, Double_t module_thick) | |
| virtual | ~BmnCSCModule () |
| void | SetVerbosity (Bool_t verb) |
| Bool_t | GetVerbosity () |
| Double_t | GetXMinModule () |
| Double_t | GetXMaxModule () |
| Double_t | GetYMinModule () |
| Double_t | GetYMaxModule () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| void | SetZStartModulePosition (Double_t zpos_module) |
| Double_t | GetZStartModulePosition () |
| Double_t | GetModuleThickness () |
| Double_t | GetZPositionRegistered () |
| void | AddStripLayer (BmnCSCLayer strip_layer) |
| Bool_t | SetStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal) |
| Bool_t | AddStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal) |
| Bool_t | SetStripMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch mc_match) |
| Bool_t | SetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch digit_num_match) |
| Double_t | GetStripSignalInLayer (Int_t layer_num, Int_t strip_num) |
| BmnMatch | GetStripMatchInLayer (Int_t layer_num, Int_t strip_num) |
| BmnMatch | GetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num) |
| Int_t | GetNStripLayers () |
| BmnCSCLayer & | GetStripLayer (Int_t num) |
| vector< BmnCSCLayer > & | GetStripLayers () |
| void | ResetModuleData () |
| Bool_t | IsPointInsideModule (Double_t x, Double_t y) |
| Bool_t | IsPointInsideModule (Double_t x, Double_t y, Double_t z) |
| Bool_t | IsPointInsideZThickness (Double_t z) |
| Bool_t | AddRealPointFullOne (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID) |
| Bool_t | AddRealPointSimple (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID) |
| StripCluster | MakeCluster (Int_t layer_num, Double_t xcoord, Double_t ycoord, Double_t signal, Double_t radius) |
| void | CalculateStripHitIntersectionPoints () |
| Bool_t | SearchIntersectionPoint (Double_t &x, Double_t &y, Double_t strip_pos_layerA, Double_t strip_pos_layerB, Int_t layerA_index, Int_t layerB_index) |
| Int_t | GetNRealPoints () |
| Double_t | GetRealPointX (Int_t indx) |
| Double_t | GetRealPointY (Int_t indx) |
| Double_t | GetRealPointMC (Int_t indx) |
| void | ResetRealPoints () |
| Int_t | GetNIntersectionPoints () |
| Double_t | GetIntersectionPointX (Int_t indx) |
| Double_t | GetIntersectionPointY (Int_t indx) |
| Double_t | GetIntersectionPointXError (Int_t indx) |
| Double_t | GetIntersectionPointYError (Int_t indx) |
| Int_t | GetIntersectionPoint_LowerLayerClusterSize (Int_t indx) |
| Int_t | GetIntersectionPoint_UpperLayerClusterSize (Int_t indx) |
| Double_t | GetIntersectionPoint_LowerLayerSripPosition (Int_t indx) |
| Double_t | GetIntersectionPoint_UpperLayerSripPosition (Int_t indx) |
| Double_t | GetIntersectionPoint_LowerLayerSripTotalSignal (Int_t indx) |
| Double_t | GetIntersectionPoint_UpperLayerSripTotalSignal (Int_t indx) |
| BmnMatch | GetIntersectionPointMatch (Int_t indx) |
| BmnMatch | GetIntersectionPointDigitNumberMatch (Int_t indx) |
| StripCluster | GetUpperCluster (Int_t indx) |
| StripCluster | GetLowerCluster (Int_t indx) |
| void | ResetIntersectionPoints () |
| Int_t | GetNPseudoIntersections () |
| Double_t | GetPseudoIntersectionX (Int_t indx) |
| Double_t | GetPseudoIntersectionY (Int_t indx) |
| Double_t | GetPseudoIntersectionXError (Int_t indx) |
| Double_t | GetPseudoIntersectionYError (Int_t indx) |
| Int_t | GetPseudoIntersection_LowerLayerClusterSize (Int_t indx) |
| Int_t | GetPseudoIntersection_UpperLayerClusterSize (Int_t indx) |
| Double_t | GetPseudoIntersection_LowerLayerSripPosition (Int_t indx) |
| Double_t | GetPseudoIntersection_UpperLayerSripPosition (Int_t indx) |
| Double_t | GetPseudoIntersection_LowerLayerSripTotalSignal (Int_t indx) |
| Double_t | GetPseudoIntersection_UpperLayerSripTotalSignal (Int_t indx) |
| BmnMatch | GetPseudoIntersectionMatch (Int_t indx) |
| BmnMatch | GetPseudoIntersectionDigitNumberMatch (Int_t indx) |
| StripCluster | GetUpperCluster_PseudoIntersections (Int_t indx) |
| StripCluster | GetLowerCluster_PseudoIntersections (Int_t indx) |
| void | ResetPseudoIntersections () |
| BmnCSCModule () | |
| BmnCSCModule (Double_t z_start_pos, Double_t module_thick) | |
| virtual | ~BmnCSCModule () |
| void | SetVerbosity (Bool_t verb) |
| Bool_t | GetVerbosity () |
| Double_t | GetXMinModule () |
| Double_t | GetXMaxModule () |
| Double_t | GetYMinModule () |
| Double_t | GetYMaxModule () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| void | SetZStartModulePosition (Double_t zpos_module) |
| Double_t | GetZStartModulePosition () |
| Double_t | GetModuleThickness () |
| Double_t | GetZPositionRegistered () |
| void | AddStripLayer (BmnCSCLayer strip_layer) |
| Bool_t | SetStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal) |
| Bool_t | AddStripSignalInLayer (Int_t layer_num, Int_t strip_num, Double_t signal) |
| Bool_t | SetStripMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch mc_match) |
| Bool_t | SetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num, BmnMatch digit_num_match) |
| Double_t | GetStripSignalInLayer (Int_t layer_num, Int_t strip_num) |
| BmnMatch | GetStripMatchInLayer (Int_t layer_num, Int_t strip_num) |
| BmnMatch | GetStripDigitNumberMatchInLayer (Int_t layer_num, Int_t strip_num) |
| Int_t | GetNStripLayers () |
| BmnCSCLayer & | GetStripLayer (Int_t num) |
| vector< BmnCSCLayer > & | GetStripLayers () |
| void | ResetModuleData () |
| Bool_t | IsPointInsideModule (Double_t x, Double_t y) |
| Bool_t | IsPointInsideModule (Double_t x, Double_t y, Double_t z) |
| Bool_t | IsPointInsideZThickness (Double_t z) |
| Bool_t | AddRealPointFullOne (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID) |
| Bool_t | AddRealPointSimple (Double_t x, Double_t y, Double_t z, Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID) |
| StripCluster | MakeCluster (Int_t layer_num, Double_t xcoord, Double_t ycoord, Double_t signal, Double_t radius) |
| void | CalculateStripHitIntersectionPoints () |
| Bool_t | SearchIntersectionPoint (Double_t &x, Double_t &y, Double_t strip_pos_layerA, Double_t strip_pos_layerB, Int_t layerA_index, Int_t layerB_index) |
| Int_t | GetNRealPoints () |
| Double_t | GetRealPointX (Int_t indx) |
| Double_t | GetRealPointY (Int_t indx) |
| Double_t | GetRealPointMC (Int_t indx) |
| void | ResetRealPoints () |
| Int_t | GetNIntersectionPoints () |
| Double_t | GetIntersectionPointX (Int_t indx) |
| Double_t | GetIntersectionPointY (Int_t indx) |
| Double_t | GetIntersectionPointXError (Int_t indx) |
| Double_t | GetIntersectionPointYError (Int_t indx) |
| Int_t | GetIntersectionPoint_LowerLayerClusterSize (Int_t indx) |
| Int_t | GetIntersectionPoint_UpperLayerClusterSize (Int_t indx) |
| Double_t | GetIntersectionPoint_LowerLayerSripPosition (Int_t indx) |
| Double_t | GetIntersectionPoint_UpperLayerSripPosition (Int_t indx) |
| Double_t | GetIntersectionPoint_LowerLayerSripTotalSignal (Int_t indx) |
| Double_t | GetIntersectionPoint_UpperLayerSripTotalSignal (Int_t indx) |
| BmnMatch | GetIntersectionPointMatch (Int_t indx) |
| BmnMatch | GetIntersectionPointDigitNumberMatch (Int_t indx) |
| StripCluster | GetUpperCluster (Int_t indx) |
| StripCluster | GetLowerCluster (Int_t indx) |
| void | ResetIntersectionPoints () |
| Int_t | GetNPseudoIntersections () |
| Double_t | GetPseudoIntersectionX (Int_t indx) |
| Double_t | GetPseudoIntersectionY (Int_t indx) |
| Double_t | GetPseudoIntersectionXError (Int_t indx) |
| Double_t | GetPseudoIntersectionYError (Int_t indx) |
| Int_t | GetPseudoIntersection_LowerLayerClusterSize (Int_t indx) |
| Int_t | GetPseudoIntersection_UpperLayerClusterSize (Int_t indx) |
| Double_t | GetPseudoIntersection_LowerLayerSripPosition (Int_t indx) |
| Double_t | GetPseudoIntersection_UpperLayerSripPosition (Int_t indx) |
| Double_t | GetPseudoIntersection_LowerLayerSripTotalSignal (Int_t indx) |
| Double_t | GetPseudoIntersection_UpperLayerSripTotalSignal (Int_t indx) |
| BmnMatch | GetPseudoIntersectionMatch (Int_t indx) |
| BmnMatch | GetPseudoIntersectionDigitNumberMatch (Int_t indx) |
| StripCluster | GetUpperCluster_PseudoIntersections (Int_t indx) |
| StripCluster | GetLowerCluster_PseudoIntersections (Int_t indx) |
| void | ResetPseudoIntersections () |
Definition at line 14 of file BmnCSCModule.h.
| BmnCSCModule::BmnCSCModule | ( | ) |
Definition at line 8 of file BmnCSCModule.cxx.
| BmnCSCModule::BmnCSCModule | ( | Double_t | z_start_pos, |
| Double_t | module_thick | ||
| ) |
Definition at line 22 of file BmnCSCModule.cxx.
|
virtual |
Definition at line 36 of file BmnCSCModule.cxx.
| BmnCSCModule::BmnCSCModule | ( | ) |
| BmnCSCModule::BmnCSCModule | ( | Double_t | z_start_pos, |
| Double_t | module_thick | ||
| ) |
|
virtual |
| Bool_t BmnCSCModule::AddRealPointFullOne | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | signal, | ||
| Int_t | refID | ||
| ) |
Definition at line 138 of file BmnCSCModule.cxx.
References fabs(), IsPointInsideModule(), and MakeCluster().
| Bool_t BmnCSCModule::AddRealPointFullOne | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | signal, | ||
| Int_t | refID | ||
| ) |
| Bool_t BmnCSCModule::AddRealPointSimple | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | signal, | ||
| Int_t | refID | ||
| ) |
Definition at line 222 of file BmnCSCModule.cxx.
References IsPointInsideModule().
| Bool_t BmnCSCModule::AddRealPointSimple | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | signal, | ||
| Int_t | refID | ||
| ) |
| void BmnCSCModule::AddStripLayer | ( | BmnCSCLayer | strip_layer | ) |
Definition at line 45 of file BmnCSCModule.cxx.
| void BmnCSCModule::AddStripLayer | ( | BmnCSCLayer | strip_layer | ) |
| Bool_t BmnCSCModule::AddStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| Double_t | signal | ||
| ) |
Definition at line 58 of file BmnCSCModule.cxx.
| Bool_t BmnCSCModule::AddStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| Double_t | signal | ||
| ) |
| void BmnCSCModule::CalculateStripHitIntersectionPoints | ( | ) |
Definition at line 508 of file BmnCSCModule.cxx.
References BmnMatch::AddLink(), StripCluster::Error, StripCluster::GetType(), LeftToRight, LowerStripLayer, StripCluster::MeanPosition, ResetIntersectionPoints(), ResetPseudoIntersections(), StripCluster::TotalSignal, UpperStripLayer, and StripCluster::Width.
Referenced by BmnCSCStation::ProcessPointsInStation().
| void BmnCSCModule::CalculateStripHitIntersectionPoints | ( | ) |
|
inline |
Definition at line 102 of file BmnCSCModule.h.
|
inline |
Definition at line 102 of file BmnCSCModule.h.
|
inline |
Definition at line 104 of file BmnCSCModule.h.
|
inline |
Definition at line 104 of file BmnCSCModule.h.
|
inline |
Definition at line 106 of file BmnCSCModule.h.
|
inline |
Definition at line 106 of file BmnCSCModule.h.
|
inline |
Definition at line 103 of file BmnCSCModule.h.
|
inline |
Definition at line 103 of file BmnCSCModule.h.
|
inline |
Definition at line 105 of file BmnCSCModule.h.
|
inline |
Definition at line 105 of file BmnCSCModule.h.
|
inline |
Definition at line 107 of file BmnCSCModule.h.
|
inline |
Definition at line 107 of file BmnCSCModule.h.
|
inline |
Definition at line 109 of file BmnCSCModule.h.
|
inline |
Definition at line 109 of file BmnCSCModule.h.
|
inline |
Definition at line 108 of file BmnCSCModule.h.
|
inline |
Definition at line 108 of file BmnCSCModule.h.
|
inline |
Definition at line 98 of file BmnCSCModule.h.
|
inline |
Definition at line 98 of file BmnCSCModule.h.
|
inline |
Definition at line 100 of file BmnCSCModule.h.
|
inline |
Definition at line 100 of file BmnCSCModule.h.
|
inline |
Definition at line 99 of file BmnCSCModule.h.
|
inline |
Definition at line 99 of file BmnCSCModule.h.
|
inline |
Definition at line 101 of file BmnCSCModule.h.
|
inline |
Definition at line 101 of file BmnCSCModule.h.
|
inline |
Definition at line 112 of file BmnCSCModule.h.
|
inline |
Definition at line 112 of file BmnCSCModule.h.
|
inline |
Definition at line 133 of file BmnCSCModule.h.
|
inline |
Definition at line 133 of file BmnCSCModule.h.
|
inline |
Definition at line 41 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 41 of file BmnCSCModule.h.
|
inline |
Definition at line 97 of file BmnCSCModule.h.
Referenced by BmnCSCStation::CountNProcessedPointInStation().
|
inline |
Definition at line 97 of file BmnCSCModule.h.
|
inline |
Definition at line 118 of file BmnCSCModule.h.
|
inline |
Definition at line 118 of file BmnCSCModule.h.
|
inline |
Definition at line 88 of file BmnCSCModule.h.
Referenced by BmnCSCStation::CountNAddedToStationPoints().
|
inline |
Definition at line 88 of file BmnCSCModule.h.
|
inline |
Definition at line 57 of file BmnCSCModule.h.
Referenced by BmnHistCsc::BmnHistCsc().
|
inline |
Definition at line 57 of file BmnCSCModule.h.
|
inline |
Definition at line 123 of file BmnCSCModule.h.
|
inline |
Definition at line 123 of file BmnCSCModule.h.
|
inline |
Definition at line 125 of file BmnCSCModule.h.
|
inline |
Definition at line 125 of file BmnCSCModule.h.
|
inline |
Definition at line 127 of file BmnCSCModule.h.
|
inline |
Definition at line 127 of file BmnCSCModule.h.
|
inline |
Definition at line 124 of file BmnCSCModule.h.
|
inline |
Definition at line 124 of file BmnCSCModule.h.
|
inline |
Definition at line 126 of file BmnCSCModule.h.
|
inline |
Definition at line 126 of file BmnCSCModule.h.
|
inline |
Definition at line 128 of file BmnCSCModule.h.
|
inline |
Definition at line 128 of file BmnCSCModule.h.
|
inline |
Definition at line 130 of file BmnCSCModule.h.
|
inline |
Definition at line 130 of file BmnCSCModule.h.
|
inline |
Definition at line 129 of file BmnCSCModule.h.
|
inline |
Definition at line 129 of file BmnCSCModule.h.
|
inline |
Definition at line 119 of file BmnCSCModule.h.
|
inline |
Definition at line 119 of file BmnCSCModule.h.
|
inline |
Definition at line 121 of file BmnCSCModule.h.
|
inline |
Definition at line 121 of file BmnCSCModule.h.
|
inline |
Definition at line 120 of file BmnCSCModule.h.
|
inline |
Definition at line 120 of file BmnCSCModule.h.
|
inline |
Definition at line 122 of file BmnCSCModule.h.
|
inline |
Definition at line 122 of file BmnCSCModule.h.
|
inline |
Definition at line 91 of file BmnCSCModule.h.
|
inline |
Definition at line 91 of file BmnCSCModule.h.
|
inline |
Definition at line 89 of file BmnCSCModule.h.
|
inline |
Definition at line 89 of file BmnCSCModule.h.
|
inline |
Definition at line 90 of file BmnCSCModule.h.
|
inline |
Definition at line 90 of file BmnCSCModule.h.
| BmnMatch BmnCSCModule::GetStripDigitNumberMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
Definition at line 93 of file BmnCSCModule.cxx.
| BmnMatch BmnCSCModule::GetStripDigitNumberMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
|
inline |
Definition at line 58 of file BmnCSCModule.h.
Referenced by BmnHistCsc::BmnHistCsc().
|
inline |
Definition at line 58 of file BmnCSCModule.h.
|
inline |
Definition at line 59 of file BmnCSCModule.h.
|
inline |
Definition at line 59 of file BmnCSCModule.h.
| BmnMatch BmnCSCModule::GetStripMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
Definition at line 86 of file BmnCSCModule.cxx.
| BmnMatch BmnCSCModule::GetStripMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
| Double_t BmnCSCModule::GetStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
Definition at line 79 of file BmnCSCModule.cxx.
| Double_t BmnCSCModule::GetStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num | ||
| ) |
|
inline |
Definition at line 111 of file BmnCSCModule.h.
|
inline |
Definition at line 111 of file BmnCSCModule.h.
|
inline |
Definition at line 132 of file BmnCSCModule.h.
|
inline |
Definition at line 132 of file BmnCSCModule.h.
|
inline |
Definition at line 27 of file BmnCSCModule.h.
|
inline |
Definition at line 27 of file BmnCSCModule.h.
|
inline |
Definition at line 31 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 31 of file BmnCSCModule.h.
|
inline |
Definition at line 30 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 30 of file BmnCSCModule.h.
|
inline |
Definition at line 35 of file BmnCSCModule.h.
|
inline |
Definition at line 35 of file BmnCSCModule.h.
|
inline |
Definition at line 33 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 33 of file BmnCSCModule.h.
|
inline |
Definition at line 32 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 32 of file BmnCSCModule.h.
|
inline |
Definition at line 36 of file BmnCSCModule.h.
|
inline |
Definition at line 36 of file BmnCSCModule.h.
| Double_t BmnCSCModule::GetZPositionRegistered | ( | ) |
Definition at line 40 of file BmnCSCModule.cxx.
| Double_t BmnCSCModule::GetZPositionRegistered | ( | ) |
|
inline |
Definition at line 39 of file BmnCSCModule.h.
Referenced by BmnCSCStation::DefineStationBorders().
|
inline |
Definition at line 39 of file BmnCSCModule.h.
| Bool_t BmnCSCModule::IsPointInsideModule | ( | Double_t | x, |
| Double_t | y | ||
| ) |
Definition at line 112 of file BmnCSCModule.cxx.
Referenced by AddRealPointFullOne(), AddRealPointSimple(), and IsPointInsideModule().
| Bool_t BmnCSCModule::IsPointInsideModule | ( | Double_t | x, |
| Double_t | y | ||
| ) |
| Bool_t BmnCSCModule::IsPointInsideModule | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z | ||
| ) |
Definition at line 119 of file BmnCSCModule.cxx.
References fabs(), and IsPointInsideModule().
| Bool_t BmnCSCModule::IsPointInsideModule | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z | ||
| ) |
| Bool_t BmnCSCModule::IsPointInsideZThickness | ( | Double_t | z | ) |
Definition at line 128 of file BmnCSCModule.cxx.
References fabs().
| Bool_t BmnCSCModule::IsPointInsideZThickness | ( | Double_t | z | ) |
| StripCluster BmnCSCModule::MakeCluster | ( | Int_t | layer_num, |
| Double_t | xcoord, | ||
| Double_t | ycoord, | ||
| Double_t | signal, | ||
| Double_t | radius | ||
| ) |
Definition at line 254 of file BmnCSCModule.cxx.
References StripCluster::AddStrip(), dist(), fabs(), StripCluster::GetClusterSize(), i, StripCluster::IsCorrect, StripCluster::MeanPosition, StripCluster::PositionResidual, Sigma(), StripCluster::Signals, StripCluster::Strips, and StripCluster::TotalSignal.
Referenced by AddRealPointFullOne().
| StripCluster BmnCSCModule::MakeCluster | ( | Int_t | layer_num, |
| Double_t | xcoord, | ||
| Double_t | ycoord, | ||
| Double_t | signal, | ||
| Double_t | radius | ||
| ) |
| void BmnCSCModule::ResetIntersectionPoints | ( | ) |
Definition at line 829 of file BmnCSCModule.cxx.
Referenced by CalculateStripHitIntersectionPoints(), and ResetModuleData().
| void BmnCSCModule::ResetIntersectionPoints | ( | ) |
| void BmnCSCModule::ResetModuleData | ( | ) |
Definition at line 100 of file BmnCSCModule.cxx.
References ResetIntersectionPoints(), ResetPseudoIntersections(), and ResetRealPoints().
Referenced by BmnCSCStation::Reset().
| void BmnCSCModule::ResetModuleData | ( | ) |
| void BmnCSCModule::ResetPseudoIntersections | ( | ) |
Definition at line 846 of file BmnCSCModule.cxx.
Referenced by CalculateStripHitIntersectionPoints(), and ResetModuleData().
| void BmnCSCModule::ResetPseudoIntersections | ( | ) |
|
inline |
Definition at line 93 of file BmnCSCModule.h.
Referenced by ResetModuleData().
|
inline |
Definition at line 93 of file BmnCSCModule.h.
| Bool_t BmnCSCModule::SearchIntersectionPoint | ( | Double_t & | x, |
| Double_t & | y, | ||
| Double_t | strip_pos_layerA, | ||
| Double_t | strip_pos_layerB, | ||
| Int_t | layerA_index, | ||
| Int_t | layerB_index | ||
| ) |
Definition at line 760 of file BmnCSCModule.cxx.
References LeftToRight.
| Bool_t BmnCSCModule::SearchIntersectionPoint | ( | Double_t & | x, |
| Double_t & | y, | ||
| Double_t | strip_pos_layerA, | ||
| Double_t | strip_pos_layerB, | ||
| Int_t | layerA_index, | ||
| Int_t | layerB_index | ||
| ) |
| Bool_t BmnCSCModule::SetStripDigitNumberMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| BmnMatch | digit_num_match | ||
| ) |
Definition at line 72 of file BmnCSCModule.cxx.
| Bool_t BmnCSCModule::SetStripDigitNumberMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| BmnMatch | digit_num_match | ||
| ) |
| Bool_t BmnCSCModule::SetStripMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| BmnMatch | mc_match | ||
| ) |
Definition at line 65 of file BmnCSCModule.cxx.
| Bool_t BmnCSCModule::SetStripMatchInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| BmnMatch | mc_match | ||
| ) |
| Bool_t BmnCSCModule::SetStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| Double_t | signal | ||
| ) |
Definition at line 51 of file BmnCSCModule.cxx.
| Bool_t BmnCSCModule::SetStripSignalInLayer | ( | Int_t | layer_num, |
| Int_t | strip_num, | ||
| Double_t | signal | ||
| ) |
|
inline |
Definition at line 26 of file BmnCSCModule.h.
|
inline |
Definition at line 26 of file BmnCSCModule.h.
|
inline |
Definition at line 38 of file BmnCSCModule.h.
|
inline |
Definition at line 38 of file BmnCSCModule.h.