38 Double_t x0, Double_t y0,
40 Double_t lx, Double_t ly,
41 Double_t dx, Double_t dy,
42 Double_t stereoF, Double_t stereoB)
71 if (TMath::Abs(fStereoB) > TMath::Pi()/2.) {
72 cout <<
"-E- CbmStsSensorDigiPar: StereoB angle > 90 degrees !"
74 cout << iSensor <<
" " << iType <<
" " << x0 <<
" " << y0 <<
" "
75 << rotation <<
" " << lx <<
" " << ly <<
" " << dx <<
" "
76 << dy <<
" " << stereoB << endl;
77 cout <<
" Revise sector layout! " << endl;
78 Fatal(
"CbmStsSensorDigiPar",
"StereoB Angle");
82 if (TMath::Abs(fStereoF) > TMath::Pi()/2.) {
83 cout <<
"-E- CbmStsSensorDigiPar: StereoF angle > 90 degrees !"
85 cout << iSensor <<
" " << iType <<
" " << x0 <<
" " << y0 <<
" "
86 << rotation <<
" " << lx <<
" " << ly <<
" " << dx <<
" "
87 << dy <<
" " << stereoF << endl;
88 cout <<
" Revise sector layout! " << endl;
89 Fatal(
"CbmStsSensorDigiPar",
"StereoF Angle");
94 Double_t x0, Double_t y0, Double_t
z0,
96 Double_t lx, Double_t ly,
97 Double_t
d, Double_t dx, Double_t dy,
98 Double_t stereoF, Double_t stereoB)
118 fRotation = rotation;
129 if (TMath::Abs(fStereoB) > TMath::Pi()/2.) {
130 cout <<
"-E- CbmStsSensorDigiPar: StereoB angle > 90 degrees !"
132 cout << iSensor <<
" " << iType <<
" " << x0 <<
" " << y0 <<
" " <<
z0 <<
" "
133 << rotation <<
" " << lx <<
" " << ly <<
" " << dx <<
" "
134 << dy <<
" " << stereoB << endl;
135 cout <<
" Revise sector layout! " << endl;
136 Fatal(
"CbmStsSensorDigiPar",
"StereoB Angle");
140 if (TMath::Abs(fStereoF) > TMath::Pi()/2.) {
141 cout <<
"-E- CbmStsSensorDigiPar: StereoF angle > 90 degrees !"
143 cout << iSensor <<
" " << iType <<
" " << x0 <<
" " << y0 <<
" " <<
z0 <<
" "
144 << rotation <<
" " << lx <<
" " << ly <<
" " << dx <<
" "
145 << dy <<
" " << stereoF << endl;
146 cout <<
" Revise sector layout! " << endl;
147 Fatal(
"CbmStsSensorDigiPar",
"StereoF Angle");