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;} |
203 |
} |
} |
204 |
|
|
205 |
|
|
206 |
void InclinationInfo::Clear(){ |
void InclinationInfo::Clear(Option_t *t){ |
207 |
//Int_t gyh = 0; |
//Int_t gyh = 0; |
208 |
} |
} |
209 |
|
|
212 |
ClassImp(InclinationInfoI) |
ClassImp(InclinationInfoI) |
213 |
ClassImp(Quaternions) |
ClassImp(Quaternions) |
214 |
ClassImp(InclinationInfo) |
ClassImp(InclinationInfo) |
215 |
|
//ClassImp(Sine) |