|
BmnRoot
|
#include <BmnSiBTStation.h>
Public Member Functions | |
| BmnSiBTStation () | |
| BmnSiBTStation (TXMLNode *stationNode, Int_t iStation, Double_t xpos_station, Double_t ypos_station, Double_t zpos_station) | |
| virtual | ~BmnSiBTStation () |
| 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) |
| BmnSiBTModule * | 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) |
| BmnSiBTStation () | |
| BmnSiBTStation (TXMLNode *stationNode, Int_t iStation, Double_t xpos_station, Double_t ypos_station, Double_t zpos_station) | |
| virtual | ~BmnSiBTStation () |
| 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) |
| BmnSiBTModule * | 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 |
| BmnSiBTModule ** | Modules |
Definition at line 12 of file BmnSiBTStation.h.
| BmnSiBTStation::BmnSiBTStation | ( | ) |
Definition at line 3 of file BmnSiBTStation.cxx.
| BmnSiBTStation::BmnSiBTStation | ( | TXMLNode * | stationNode, |
| Int_t | iStation, | ||
| Double_t | xpos_station, | ||
| Double_t | ypos_station, | ||
| Double_t | zpos_station | ||
| ) |
Definition at line 25 of file BmnSiBTStation.cxx.
References DefineStationBorders(), XMaxStation, XMinStation, XSize, YMaxStation, YMinStation, YSize, ZMaxStation, ZMinStation, and ZSize.
|
virtual |
Definition at line 63 of file BmnSiBTStation.cxx.
References i, Modules, NModules, ThicknessOfModules, XShiftOfModules, YShiftOfModules, and ZShiftOfModules.
| BmnSiBTStation::BmnSiBTStation | ( | ) |
| BmnSiBTStation::BmnSiBTStation | ( | TXMLNode * | stationNode, |
| Int_t | iStation, | ||
| Double_t | xpos_station, | ||
| Double_t | ypos_station, | ||
| Double_t | zpos_station | ||
| ) |
|
virtual |
| Int_t BmnSiBTStation::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 148 of file BmnSiBTStation.cxx.
References Modules.
| Int_t BmnSiBTStation::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 BmnSiBTStation::CountNAddedToStationPoints | ( | ) |
Definition at line 172 of file BmnSiBTStation.cxx.
References BmnSiBTModule::GetNRealPoints(), Modules, and NModules.
Referenced by BmnSiBTStationSet::CountNAddedToDetectorPoints().
| Int_t BmnSiBTStation::CountNAddedToStationPoints | ( | ) |
| Int_t BmnSiBTStation::CountNProcessedPointInStation | ( | ) |
Definition at line 188 of file BmnSiBTStation.cxx.
References BmnSiBTModule::GetNIntersectionPoints(), Modules, and NModules.
Referenced by BmnSiBTStationSet::CountNProcessedPointsInDetector().
| Int_t BmnSiBTStation::CountNProcessedPointInStation | ( | ) |
|
protected |
Definition at line 207 of file BmnSiBTStation.cxx.
References BmnSiBTModule::GetModuleThickness(), BmnSiBTModule::GetXMaxModule(), BmnSiBTModule::GetXMinModule(), BmnSiBTModule::GetYMaxModule(), BmnSiBTModule::GetYMinModule(), BmnSiBTModule::GetZStartModulePosition(), i, Modules, NModules, XMaxStation, XMinStation, YMaxStation, YMinStation, ZMaxStation, and ZMinStation.
Referenced by BmnSiBTStation().
|
protected |
| BmnSiBTModule * BmnSiBTStation::GetModule | ( | Int_t | module_num | ) |
Definition at line 132 of file BmnSiBTStation.cxx.
References Modules, and NModules.
Referenced by BmnHistSiBT::BmnHistSiBT().
| BmnSiBTModule * BmnSiBTStation::GetModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 57 of file BmnSiBTStation.h.
References NModules.
Referenced by BmnHistSiBT::BmnHistSiBT(), BmnSiBTStationSet::GetPointStationOwnership(), BmnSiBTStationSet::GetPointStationOwnership(), BmnSiBTHitMaker::ProcessDigits(), and BmnSiBTDigitizer::ProcessMCPoints().
|
inline |
Definition at line 57 of file BmnSiBTStation.h.
References NModules.
| Int_t BmnSiBTStation::GetPointModuleOwnership | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord | ||
| ) |
Definition at line 197 of file BmnSiBTStation.cxx.
| Int_t BmnSiBTStation::GetPointModuleOwnership | ( | Double_t | xcoord, |
| Double_t | ycoord, | ||
| Double_t | zcoord | ||
| ) |
|
inline |
Definition at line 56 of file BmnSiBTStation.h.
References StationNumber.
|
inline |
Definition at line 56 of file BmnSiBTStation.h.
References StationNumber.
| Double_t BmnSiBTStation::GetThicknessOfModule | ( | Int_t | module_num | ) |
Definition at line 123 of file BmnSiBTStation.cxx.
References NModules, and ThicknessOfModules.
| Double_t BmnSiBTStation::GetThicknessOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 59 of file BmnSiBTStation.h.
References XMaxStation.
|
inline |
Definition at line 59 of file BmnSiBTStation.h.
References XMaxStation.
|
inline |
Definition at line 58 of file BmnSiBTStation.h.
References XMinStation.
|
inline |
Definition at line 58 of file BmnSiBTStation.h.
References XMinStation.
|
inline |
Definition at line 67 of file BmnSiBTStation.h.
References XPosition.
|
inline |
Definition at line 67 of file BmnSiBTStation.h.
References XPosition.
| Double_t BmnSiBTStation::GetXShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 96 of file BmnSiBTStation.cxx.
References NModules, and XShiftOfModules.
| Double_t BmnSiBTStation::GetXShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 64 of file BmnSiBTStation.h.
References XSize.
|
inline |
Definition at line 64 of file BmnSiBTStation.h.
References XSize.
|
inline |
Definition at line 61 of file BmnSiBTStation.h.
References YMaxStation.
|
inline |
Definition at line 61 of file BmnSiBTStation.h.
References YMaxStation.
|
inline |
Definition at line 60 of file BmnSiBTStation.h.
References YMinStation.
|
inline |
Definition at line 60 of file BmnSiBTStation.h.
References YMinStation.
|
inline |
Definition at line 68 of file BmnSiBTStation.h.
References YPosition.
|
inline |
Definition at line 68 of file BmnSiBTStation.h.
References YPosition.
| Double_t BmnSiBTStation::GetYShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 105 of file BmnSiBTStation.cxx.
References NModules, and YShiftOfModules.
| Double_t BmnSiBTStation::GetYShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 65 of file BmnSiBTStation.h.
References YSize.
|
inline |
Definition at line 65 of file BmnSiBTStation.h.
References YSize.
|
inline |
Definition at line 63 of file BmnSiBTStation.h.
References ZMaxStation.
|
inline |
Definition at line 63 of file BmnSiBTStation.h.
References ZMaxStation.
|
inline |
Definition at line 62 of file BmnSiBTStation.h.
References ZMinStation.
|
inline |
Definition at line 62 of file BmnSiBTStation.h.
References ZMinStation.
|
inline |
Definition at line 69 of file BmnSiBTStation.h.
References ZPosition.
|
inline |
Definition at line 69 of file BmnSiBTStation.h.
References ZPosition.
| Double_t BmnSiBTStation::GetZShiftOfModule | ( | Int_t | module_num | ) |
Definition at line 114 of file BmnSiBTStation.cxx.
References NModules, and ZShiftOfModules.
| Double_t BmnSiBTStation::GetZShiftOfModule | ( | Int_t | module_num | ) |
|
inline |
Definition at line 66 of file BmnSiBTStation.h.
References ZSize.
|
inline |
Definition at line 66 of file BmnSiBTStation.h.
References ZSize.
| void BmnSiBTStation::ProcessPointsInStation | ( | ) |
Definition at line 181 of file BmnSiBTStation.cxx.
References BmnSiBTModule::CalculateStripHitIntersectionPoints(), Modules, and NModules.
Referenced by BmnSiBTStationSet::ProcessPointsInDetector().
| void BmnSiBTStation::ProcessPointsInStation | ( | ) |
| void BmnSiBTStation::Reset | ( | ) |
Definition at line 141 of file BmnSiBTStation.cxx.
References Modules, NModules, and BmnSiBTModule::ResetModuleData().
Referenced by BmnSiBTStationSet::Reset().
| void BmnSiBTStation::Reset | ( | ) |
|
protected |
Definition at line 42 of file BmnSiBTStation.h.
Referenced by AddPointToStation(), CountNAddedToStationPoints(), CountNProcessedPointInStation(), DefineStationBorders(), GetModule(), GetPointModuleOwnership(), ProcessPointsInStation(), Reset(), and ~BmnSiBTStation().
|
protected |
Definition at line 18 of file BmnSiBTStation.h.
Referenced by CountNAddedToStationPoints(), CountNProcessedPointInStation(), DefineStationBorders(), GetModule(), GetNModules(), GetPointModuleOwnership(), GetThicknessOfModule(), GetXShiftOfModule(), GetYShiftOfModule(), GetZShiftOfModule(), ProcessPointsInStation(), Reset(), and ~BmnSiBTStation().
|
protected |
Definition at line 17 of file BmnSiBTStation.h.
Referenced by GetStationNumber().
|
protected |
Definition at line 40 of file BmnSiBTStation.h.
Referenced by GetThicknessOfModule(), and ~BmnSiBTStation().
|
protected |
Definition at line 21 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetXMaxStation().
|
protected |
Definition at line 20 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetXMinStation().
|
protected |
Definition at line 31 of file BmnSiBTStation.h.
Referenced by GetXPosition().
|
protected |
Definition at line 36 of file BmnSiBTStation.h.
Referenced by GetXShiftOfModule(), and ~BmnSiBTStation().
|
protected |
Definition at line 27 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), and GetXSize().
|
protected |
Definition at line 23 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetYMaxStation().
|
protected |
Definition at line 22 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetYMinStation().
|
protected |
Definition at line 32 of file BmnSiBTStation.h.
Referenced by GetYPosition().
|
protected |
Definition at line 37 of file BmnSiBTStation.h.
Referenced by GetYShiftOfModule(), and ~BmnSiBTStation().
|
protected |
Definition at line 28 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), and GetYSize().
|
protected |
Definition at line 25 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetZMaxStation().
|
protected |
Definition at line 24 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), DefineStationBorders(), and GetZMinStation().
|
protected |
Definition at line 33 of file BmnSiBTStation.h.
Referenced by GetZPosition().
|
protected |
Definition at line 38 of file BmnSiBTStation.h.
Referenced by GetZShiftOfModule(), and ~BmnSiBTStation().
|
protected |
Definition at line 29 of file BmnSiBTStation.h.
Referenced by BmnSiBTStation(), and GetZSize().