35 Double_t
GetXSize() {
return XMaxModule-XMinModule; }
36 Double_t
GetYSize() {
return YMaxModule-YMinModule; }
70 Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID);
73 Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID);
82 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);
90 void ResetRealPoints() { RealPointsX.clear(); RealPointsY.clear(); RealPointsMC.clear(); }
111 void DefineModuleBorders();
125 Double_t ZStartModulePosition;
127 Double_t ModuleThickness;
129 vector<BmnSiBTLayer> StripLayers;
131 vector<Double_t> RealPointsX;
132 vector<Double_t> RealPointsY;
133 vector<Double_t> RealPointsMC;
135 vector<Double_t> IntersectionPointsX;
136 vector<Double_t> IntersectionPointsY;
137 vector<Double_t> IntersectionPointsXErrors;
138 vector<Double_t> IntersectionPointsYErrors;
140 vector<Int_t> IntersectionPoints_LowerLayerClusterSize;
141 vector<Int_t> IntersectionPoints_UpperLayerClusterSize;
143 vector<Double_t> IntersectionPoints_LowerLayerStripPosition;
144 vector<Double_t> IntersectionPoints_UpperLayerStripPosition;
146 vector<Double_t> IntersectionPoints_LowerLayerStripTotalSignal;
147 vector<Double_t> IntersectionPoints_UpperLayerStripTotalSignal;
149 vector<BmnMatch> IntersectionPointMatches;
Bool_t IsPointInsideZThickness(Double_t z)
StripCluster MakeCluster(Int_t layer_num, Double_t xcoord, Double_t ycoord, Double_t signal, Double_t radius)
Double_t GetIntersectionPoint_LowerLayerSripPosition(Int_t indx)
Bool_t IsPointInsideModule(Double_t x, Double_t y)
void SetVerbosity(Bool_t verb)
Double_t GetIntersectionPointYError(Int_t indx)
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)
void ResetIntersectionPoints()
void SetZStartModulePosition(Double_t zpos_module)
Bool_t AddStripSignalInLayer(Int_t layer_num, Int_t strip_num, Double_t signal)
Double_t GetRealPointMC(Int_t indx)
Bool_t IsPointInsideModule(Double_t x, Double_t y, Double_t z)
BmnSiBTModule(Double_t z_start_pos, Double_t module_thick)
vector< BmnSiBTLayer > & GetStripLayers()
Bool_t SetStripMatchInLayer(Int_t layer_num, Int_t strip_num, BmnMatch strip_match)
Double_t GetZPositionRegistered()
Double_t GetIntersectionPointX(Int_t indx)
Double_t GetRealPointX(Int_t indx)
Double_t GetStripSignalInLayer(Int_t layer_num, Int_t strip_num)
Double_t GetZStartModulePosition()
Bool_t SetStripSignalInLayer(Int_t layer_num, Int_t strip_num, Double_t signal)
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)
BmnSiBTLayer & GetStripLayer(Int_t num)
Double_t GetModuleThickness()
Double_t GetIntersectionPoint_LowerLayerSripTotalSignal(Int_t indx)
void AddStripLayer(BmnSiBTLayer strip_layer)
Int_t GetIntersectionPoint_UpperLayerClusterSize(Int_t indx)
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 GetIntersectionPoint_LowerLayerClusterSize(Int_t indx)
Double_t GetIntersectionPointXError(Int_t indx)
BmnMatch GetStripMatchInLayer(Int_t layer_num, Int_t strip_num)
Double_t GetIntersectionPointY(Int_t indx)
BmnMatch GetIntersectionPointMatch(Int_t indx)
Double_t GetIntersectionPoint_UpperLayerSripPosition(Int_t indx)
Int_t GetNIntersectionPoints()
void CalculateStripHitIntersectionPoints()
Double_t GetIntersectionPoint_UpperLayerSripTotalSignal(Int_t indx)