|
BmnRoot
|
#include <BmnSiProfStation.h>
Public Member Functions | |
| BmnSiProfStation () | |
| BmnSiProfStation (TXMLNode *stationNode, Int_t iStation, Double_t xpos_station, Double_t ypos_station, Double_t zpos_station) | |
| virtual | ~BmnSiProfStation () |
| Int_t | GetStationNumber () |
| Int_t | GetNModules () |
| Double_t | GetXMinStation () |
| Double_t | GetXMaxStation () |
| Double_t | GetYMinStation () |
| Double_t | GetYMaxStation () |
| Double_t | GetZMinStation () |
| Double_t | GetZMaxStation () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| Double_t | GetZSize () |
| Double_t | GetXPosition () |
| Double_t | GetYPosition () |
| Double_t | GetZPosition () |
| Double_t | GetXShiftOfModule (Int_t module_num) |
| Double_t | GetYShiftOfModule (Int_t module_num) |
| Double_t | GetZShiftOfModule (Int_t module_num) |
| Double_t | GetThicknessOfModule (Int_t module_num) |
| BmnSiProfModule * | GetModule (Int_t module_num) |
| void | Reset () |
| Int_t | AddPointToStation (Double_t xcoord, Double_t ycoord, Double_t zcoord, Double_t px, Double_t py, Double_t pz, Double_t dEloss, Int_t refID) |
| Int_t | CountNAddedToStationPoints () |
| void | ProcessPointsInStation () |
| Int_t | CountNProcessedPointInStation () |
| Int_t | GetPointModuleOwnership (Double_t xcoord, Double_t ycoord, Double_t zcoord) |
| BmnSiProfStation () | |
| BmnSiProfStation (TXMLNode *stationNode, Int_t iStation, Double_t xpos_station, Double_t ypos_station, Double_t zpos_station) | |
| virtual | ~BmnSiProfStation () |
| Int_t | GetStationNumber () |
| Int_t | GetNModules () |
| Double_t | GetXMinStation () |
| Double_t | GetXMaxStation () |
| Double_t | GetYMinStation () |
| Double_t | GetYMaxStation () |
| Double_t | GetZMinStation () |
| Double_t | GetZMaxStation () |
| Double_t | GetXSize () |
| Double_t | GetYSize () |
| Double_t | GetZSize () |
| Double_t | GetXPosition () |
| Double_t | GetYPosition () |
| Double_t | GetZPosition () |
| Double_t | GetXShiftOfModule (Int_t module_num) |
| Double_t | GetYShiftOfModule (Int_t module_num) |
| Double_t | GetZShiftOfModule (Int_t module_num) |
| Double_t | GetThicknessOfModule (Int_t module_num) |
| BmnSiProfModule * | GetModule (Int_t module_num) |
| void | Reset () |
| Int_t | AddPointToStation (Double_t xcoord, Double_t ycoord, Double_t zcoord, Double_t px, Double_t py, Double_t pz, Double_t dEloss, Int_t refID) |
| Int_t | CountNAddedToStationPoints () |
| void | ProcessPointsInStation () |
| Int_t | CountNProcessedPointInStation () |
| Int_t | GetPointModuleOwnership (Double_t xcoord, Double_t ycoord, Double_t zcoord) |
Protected Member Functions | |
| void | DefineStationBorders () |
| void | DefineStationBorders () |
Protected Attributes | |
| Int_t | StationNumber |
| Int_t | NModules |
| Double_t | XMinStation |
| Double_t | XMaxStation |
| Double_t | YMinStation |
| Double_t | YMaxStation |
| Double_t | ZMinStation |
| Double_t | ZMaxStation |
| Double_t | XSize |
| Double_t | YSize |
| Double_t | ZSize |
| Double_t | XPosition |
| Double_t | YPosition |
| Double_t | ZPosition |
| Double_t * | XShiftOfModules |
| Double_t * | YShiftOfModules |
| Double_t * | ZShiftOfModules |
| Double_t * | ThicknessOfModules |
| BmnSiProfModule ** | Modules |
Definition at line 12 of file BmnSiProfStation.h.
| BmnSiProfStation::BmnSiProfStation | ( | ) |
Definition at line 3 of file BmnSiProfStation.cxx.
| BmnSiProfStation::BmnSiProfStation | ( | TXMLNode * | stationNode, |
| Int_t | iStation, | ||
| Double_t | xpos_station, | ||
| Double_t | ypos_station, | ||
| Double_t | zpos_station | ||
| ) |
Definition at line 15 of file BmnSiProfStation.cxx.
References DefineStationBorders(), XMaxStation, XMinStation, XSize, YMaxStation, YMinStation, YSize, ZMaxStation, ZMinStation, and ZSize.
|
virtual |
Definition at line 41 of file BmnSiProfStation.cxx.
References i, Modules, NModules, ThicknessOfModules, XShiftOfModules, YShiftOfModules, and ZShiftOfModules.
| BmnSiProfStation::BmnSiProfStation | ( | ) |
| BmnSiProfStation::BmnSiProfStation | ( | TXMLNode * | stationNode, |
| Int_t | iStation, | ||
| Double_t | xpos_station, | ||
| Double_t | ypos_station, | ||
| Double_t | zpos_station | ||
| ) |
|
virtual |
| Int_t BmnSiProfStation::AddPointToStation | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | dEloss, | ||
| Int_t | refID | ||
| ) |
Definition at line 124 of file BmnSiProfStation.cxx.
References Modules.
| Int_t BmnSiProfStation::AddPointToStation | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord, | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | dEloss, | ||
| Int_t | refID | ||
| ) |
| Int_t BmnSiProfStation::CountNAddedToStationPoints | ( | ) |
Definition at line 143 of file BmnSiProfStation.cxx.
References BmnSiProfModule::GetNRealPoints(), Modules, and NModules.
Referenced by BmnSiProfStationSet::CountNAddedToDetectorPoints().
| Int_t BmnSiProfStation::CountNAddedToStationPoints | ( | ) |
| Int_t BmnSiProfStation::CountNProcessedPointInStation | ( | ) |
Definition at line 157 of file BmnSiProfStation.cxx.
References BmnSiProfModule::GetNIntersectionPoints(), Modules, and NModules.
Referenced by BmnSiProfStationSet::CountNProcessedPointsInDetector().
| Int_t BmnSiProfStation::CountNProcessedPointInStation | ( | ) |
|
protected |
Definition at line 173 of file BmnSiProfStation.cxx.
References BmnSiProfModule::GetModuleThickness(), BmnSiProfModule::GetXMaxModule(), BmnSiProfModule::GetXMinModule(), BmnSiProfModule::GetYMaxModule(), BmnSiProfModule::GetYMinModule(), BmnSiProfModule::GetZStartModulePosition(), i, Modules, NModules, XMaxStation, XMinStation, YMaxStation, YMinStation, ZMaxStation, and ZMinStation.
Referenced by BmnSiProfStation().
|
protected |
| BmnSiProfModule * BmnSiProfStation::GetModule | ( | Int_t | module_num | ) |
Definition at line 109 of file BmnSiProfStation.cxx.
| BmnSiProfModule * BmnSiProfStation::GetModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 57 of file BmnSiProfStation.h.
References NModules.
Referenced by BmnSiProfStationSet::GetPointStationOwnership(), BmnSiProfStationSet::GetPointStationOwnership(), BmnSiProfHitMaker::ProcessDigits(), and BmnSiProfDigitizer::ProcessMCPoints().
|
inline |
Definition at line 57 of file BmnSiProfStation.h.
References NModules.
| Int_t BmnSiProfStation::GetPointModuleOwnership | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord | ||
| ) |
Definition at line 165 of file BmnSiProfStation.cxx.
| Int_t BmnSiProfStation::GetPointModuleOwnership | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord | ||
| ) |
|
inline |
Definition at line 56 of file BmnSiProfStation.h.
References StationNumber.
|
inline |
Definition at line 56 of file BmnSiProfStation.h.
References StationNumber.
| Double_t BmnSiProfStation::GetThicknessOfModule | ( | Int_t | module_num | ) |
Definition at line 100 of file BmnSiProfStation.cxx.
References NModules, and ThicknessOfModules.
| Double_t BmnSiProfStation::GetThicknessOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 59 of file BmnSiProfStation.h.
References XMaxStation.
|
inline |
Definition at line 59 of file BmnSiProfStation.h.
References XMaxStation.
|
inline |
Definition at line 58 of file BmnSiProfStation.h.
References XMinStation.
|
inline |
Definition at line 58 of file BmnSiProfStation.h.
References XMinStation.
|
inline |
Definition at line 67 of file BmnSiProfStation.h.
References XPosition.
|
inline |
Definition at line 67 of file BmnSiProfStation.h.
References XPosition.
| Double_t BmnSiProfStation::GetXShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 73 of file BmnSiProfStation.cxx.
References NModules, and XShiftOfModules.
| Double_t BmnSiProfStation::GetXShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 64 of file BmnSiProfStation.h.
References XSize.
|
inline |
Definition at line 64 of file BmnSiProfStation.h.
References XSize.
|
inline |
Definition at line 61 of file BmnSiProfStation.h.
References YMaxStation.
|
inline |
Definition at line 61 of file BmnSiProfStation.h.
References YMaxStation.
|
inline |
Definition at line 60 of file BmnSiProfStation.h.
References YMinStation.
|
inline |
Definition at line 60 of file BmnSiProfStation.h.
References YMinStation.
|
inline |
Definition at line 68 of file BmnSiProfStation.h.
References YPosition.
|
inline |
Definition at line 68 of file BmnSiProfStation.h.
References YPosition.
| Double_t BmnSiProfStation::GetYShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 82 of file BmnSiProfStation.cxx.
References NModules, and YShiftOfModules.
| Double_t BmnSiProfStation::GetYShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 65 of file BmnSiProfStation.h.
References YSize.
|
inline |
Definition at line 65 of file BmnSiProfStation.h.
References YSize.
|
inline |
Definition at line 63 of file BmnSiProfStation.h.
References ZMaxStation.
|
inline |
Definition at line 63 of file BmnSiProfStation.h.
References ZMaxStation.
|
inline |
Definition at line 62 of file BmnSiProfStation.h.
References ZMinStation.
|
inline |
Definition at line 62 of file BmnSiProfStation.h.
References ZMinStation.
|
inline |
Definition at line 69 of file BmnSiProfStation.h.
References ZPosition.
|
inline |
Definition at line 69 of file BmnSiProfStation.h.
References ZPosition.
| Double_t BmnSiProfStation::GetZShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 91 of file BmnSiProfStation.cxx.
References NModules, and ZShiftOfModules.
| Double_t BmnSiProfStation::GetZShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 66 of file BmnSiProfStation.h.
References ZSize.
|
inline |
Definition at line 66 of file BmnSiProfStation.h.
References ZSize.
| void BmnSiProfStation::ProcessPointsInStation | ( | ) |
Definition at line 151 of file BmnSiProfStation.cxx.
References BmnSiProfModule::CalculateStripHitIntersectionPoints(), Modules, and NModules.
Referenced by BmnSiProfStationSet::ProcessPointsInDetector().
| void BmnSiProfStation::ProcessPointsInStation | ( | ) |
| void BmnSiProfStation::Reset | ( | ) |
Definition at line 118 of file BmnSiProfStation.cxx.
References Modules, NModules, and BmnSiProfModule::ResetModuleData().
Referenced by BmnSiProfStationSet::Reset().
| void BmnSiProfStation::Reset | ( | ) |
|
protected |
Definition at line 42 of file BmnSiProfStation.h.
Referenced by AddPointToStation(), CountNAddedToStationPoints(), CountNProcessedPointInStation(), DefineStationBorders(), GetModule(), GetPointModuleOwnership(), ProcessPointsInStation(), Reset(), and ~BmnSiProfStation().
|
protected |
Definition at line 18 of file BmnSiProfStation.h.
Referenced by CountNAddedToStationPoints(), CountNProcessedPointInStation(), DefineStationBorders(), GetModule(), GetNModules(), GetPointModuleOwnership(), GetThicknessOfModule(), GetXShiftOfModule(), GetYShiftOfModule(), GetZShiftOfModule(), ProcessPointsInStation(), Reset(), and ~BmnSiProfStation().
|
protected |
Definition at line 17 of file BmnSiProfStation.h.
Referenced by GetStationNumber().
|
protected |
Definition at line 40 of file BmnSiProfStation.h.
Referenced by GetThicknessOfModule(), and ~BmnSiProfStation().
|
protected |
Definition at line 21 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetXMaxStation().
|
protected |
Definition at line 20 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetXMinStation().
|
protected |
Definition at line 31 of file BmnSiProfStation.h.
Referenced by GetXPosition().
|
protected |
Definition at line 36 of file BmnSiProfStation.h.
Referenced by GetXShiftOfModule(), and ~BmnSiProfStation().
|
protected |
Definition at line 27 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), and GetXSize().
|
protected |
Definition at line 23 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetYMaxStation().
|
protected |
Definition at line 22 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetYMinStation().
|
protected |
Definition at line 32 of file BmnSiProfStation.h.
Referenced by GetYPosition().
|
protected |
Definition at line 37 of file BmnSiProfStation.h.
Referenced by GetYShiftOfModule(), and ~BmnSiProfStation().
|
protected |
Definition at line 28 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), and GetYSize().
|
protected |
Definition at line 25 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetZMaxStation().
|
protected |
Definition at line 24 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), DefineStationBorders(), and GetZMinStation().
|
protected |
Definition at line 33 of file BmnSiProfStation.h.
Referenced by GetZPosition().
|
protected |
Definition at line 38 of file BmnSiProfStation.h.
Referenced by GetZShiftOfModule(), and ~BmnSiProfStation().
|
protected |
Definition at line 29 of file BmnSiProfStation.h.
Referenced by BmnSiProfStation(), and GetZSize().