20 BmnCSCModule(Double_t z_start_pos, Double_t module_thick);
35 Double_t
GetXSize() {
return XMaxModule-XMinModule; }
36 Double_t
GetYSize() {
return YMaxModule-YMinModule; }
72 Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID);
75 Double_t px, Double_t py, Double_t pz, Double_t signal, Int_t refID);
84 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);
93 void ResetRealPoints() { RealPointsX.clear(); RealPointsY.clear(); RealPointsMC.clear(); }
140 void DefineModuleBorders();
154 Double_t ZStartModulePosition;
156 Double_t ModuleThickness;
158 vector<BmnCSCLayer> StripLayers;
160 vector<Double_t> RealPointsX;
161 vector<Double_t> RealPointsY;
162 vector<Double_t> RealPointsMC;
164 vector<Double_t> IntersectionPointsX;
165 vector<Double_t> IntersectionPointsY;
166 vector<Double_t> IntersectionPointsXErrors;
167 vector<Double_t> IntersectionPointsYErrors;
169 vector<Int_t> IntersectionPoints_LowerLayerClusterSize;
170 vector<Int_t> IntersectionPoints_UpperLayerClusterSize;
172 vector<Double_t> IntersectionPoints_LowerLayerStripPosition;
173 vector<Double_t> IntersectionPoints_UpperLayerStripPosition;
175 vector<Double_t> IntersectionPoints_LowerLayerStripTotalSignal;
176 vector<Double_t> IntersectionPoints_UpperLayerStripTotalSignal;
178 vector<BmnMatch> IntersectionPointMatches;
179 vector<BmnMatch> IntersectionPointDigitNumberMatches;
181 vector<StripCluster> UpperClusters;
182 vector<StripCluster> LowerClusters;
185 vector<Double_t> PseudoIntersectionsX;
186 vector<Double_t> PseudoIntersectionsY;
187 vector<Double_t> PseudoIntersectionsXErrors;
188 vector<Double_t> PseudoIntersectionsYErrors;
190 vector<Int_t> PseudoIntersections_LowerLayerClusterSize;
191 vector<Int_t> PseudoIntersections_UpperLayerClusterSize;
193 vector<Double_t> PseudoIntersections_LowerLayerStripPosition;
194 vector<Double_t> PseudoIntersections_UpperLayerStripPosition;
196 vector<Double_t> PseudoIntersections_LowerLayerStripTotalSignal;
197 vector<Double_t> PseudoIntersections_UpperLayerStripTotalSignal;
199 vector<BmnMatch> PseudoIntersectionMatches;
200 vector<BmnMatch> PseudoIntersectionDigitNumberMatches;
202 vector<StripCluster> UpperClusters_PseudoIntersections;
203 vector<StripCluster> LowerClusters_PseudoIntersections;