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