| 24 |
#include <iostream> |
#include <iostream> |
| 25 |
#include <TArrayC.h> |
#include <TArrayC.h> |
| 26 |
#include <TROOT.h> |
#include <TROOT.h> |
| 27 |
|
#include <TMath.h> |
| 28 |
|
#include <TMatrixD.h> |
| 29 |
|
|
| 30 |
class InclinationInfoI : public TObject { |
class InclinationInfoI : public TObject { |
| 31 |
public: |
public: |
| 82 |
|
|
| 83 |
// float_t procRegidity(double_t L, double_t B, double_t R); |
// float_t procRegidity(double_t L, double_t B, double_t R); |
| 84 |
|
|
| 85 |
void Clear(); |
void Clear(Option_t *t=""); |
| 86 |
ClassDef(InclinationInfo,1) |
ClassDef(InclinationInfo,1) |
| 87 |
}; |
}; |
| 88 |
|
|
| 89 |
|
/*class Sine: public TObject{ |
| 90 |
|
public: |
| 91 |
|
Sine(); |
| 92 |
|
~Sine(); |
| 93 |
|
|
| 94 |
|
Float_t A; |
| 95 |
|
Float_t b; |
| 96 |
|
Double_t c; |
| 97 |
|
Double_t startPoint; |
| 98 |
|
Double_t finishPoint; |
| 99 |
|
Bool_t NeedFit; |
| 100 |
|
|
| 101 |
|
ClassDef(Sine,8) |
| 102 |
|
};*/ |
| 103 |
|
|
| 104 |
#endif |
#endif |