| 18 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
| 19 |
***************************************************************************/ |
***************************************************************************/ |
| 20 |
#include <InclinationInfo.h> |
#include <InclinationInfo.h> |
|
#include <TMath.h> |
|
|
#include <TMatrixD.h> |
|
| 21 |
|
|
| 22 |
using namespace std; |
using namespace std; |
| 23 |
|
|
| 75 |
{ |
{ |
| 76 |
} |
} |
| 77 |
|
|
| 78 |
|
/*Sine::Sine() |
| 79 |
|
: TObject() |
| 80 |
|
{ |
| 81 |
|
} |
| 82 |
|
|
| 83 |
|
Sine::~Sine() |
| 84 |
|
{ |
| 85 |
|
}*/ |
| 86 |
|
|
| 87 |
short int Sign_1(double_t a, Int_t b){ |
short int Sign_1(double_t a, Int_t b){ |
| 88 |
if(a>0){b=1;} |
if(a>0){b=1;} |
| 89 |
if(a<0){b=-1;} |
if(a<0){b=-1;} |
| 199 |
Kren = a*atan(-u23/sqrt(1 - pow(u23,2))); |
Kren = a*atan(-u23/sqrt(1 - pow(u23,2))); |
| 200 |
Ryskanie = a*atan(u21/u22); |
Ryskanie = a*atan(u21/u22); |
| 201 |
|
|
| 202 |
|
Full_.Delete(); |
| 203 |
|
Aij.Delete(); |
| 204 |
|
Pij.Delete(); |
| 205 |
|
Zij.Delete(); |
| 206 |
|
Xij.Delete(); |
| 207 |
|
|
| 208 |
return ; |
return ; |
| 209 |
} |
} |
| 210 |
|
|
| 211 |
|
|
| 212 |
void InclinationInfo::Clear(){ |
void InclinationInfo::Clear(Option_t *t){ |
| 213 |
//Int_t gyh = 0; |
//Int_t gyh = 0; |
| 214 |
} |
} |
| 215 |
|
|
| 218 |
ClassImp(InclinationInfoI) |
ClassImp(InclinationInfoI) |
| 219 |
ClassImp(Quaternions) |
ClassImp(Quaternions) |
| 220 |
ClassImp(InclinationInfo) |
ClassImp(InclinationInfo) |
| 221 |
|
//ClassImp(Sine) |