Changeset 3123 in Sophya for trunk/SophyaLib
- Timestamp:
- Jan 10, 2007, 12:53:57 PM (19 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r2834 r3123 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h\19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h \ 19 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h timestamp.h \ 21 21 $(SOPHYAINCP)strutil.h … … 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h pexceptions.h\26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \27 ppf nametag.h ndatablock.h anydataobj.h25 $(SOPHYAINCP)machdefs.h \ 26 pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \ 27 ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h 28 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 $(SOPHYAINCP)machdefs.h timestamp.h\32 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \33 rawstream.h ppfnametag.h31 $(SOPHYAINCP)machdefs.h \ 32 timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \ 33 ppfbinstream.h rawstream.h ppfnametag.h 34 34 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 35 35 36 36 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 37 $(SOPHYAINCP)machdefs.h pexceptions.h\38 ndatablock.h anydataobj.h37 $(SOPHYAINCP)machdefs.h \ 38 pexceptions.h ndatablock.h anydataobj.h 39 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 40 40 … … 44 44 45 45 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 46 $(SOPHYAINCP)machdefs.h pexceptions.h\47 p persist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \48 anydataobj.h46 $(SOPHYAINCP)machdefs.h \ 47 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 48 ppfnametag.h anydataobj.h 49 49 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 50 50 51 51 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 52 $(SOPHYAINCP)machdefs.h ppfbinstream.h\53 rawstream.h pexceptions.h52 $(SOPHYAINCP)machdefs.h \ 53 ppfbinstream.h rawstream.h pexceptions.h 54 54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 55 55 56 56 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 57 $(SOPHYAINCP)machdefs.h sopnamsp.h\58 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \59 rawstream.h ppfnametag.h57 $(SOPHYAINCP)machdefs.h \ 58 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \ 59 ppfbinstream.h rawstream.h ppfnametag.h 60 60 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 61 61 62 62 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 63 $(SOPHYAINCP)machdefs.h pexceptions.h 63 $(SOPHYAINCP)machdefs.h \ 64 pexceptions.h 64 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 65 66 66 67 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h sophyainit.h\68 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \69 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \70 mutyv.h timestamp.h fiosegdb.h segdatablock.h ppftpointerio.h \71 ppf wrapstlv.h sversion.h68 $(SOPHYAINCP)machdefs.h \ 69 sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \ 70 rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \ 71 dvlist.h objfio.h mutyv.h timestamp.h fiosegdb.h segdatablock.h \ 72 ppftpointerio.h ppfwrapstlv.h sversion.h 72 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 73 74 74 75 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 75 $(SOPHYAINCP)machdefs.h timestamp.h\76 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \77 rawstream.h ppfnametag.h76 $(SOPHYAINCP)machdefs.h \ 77 timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \ 78 ppfbinstream.h rawstream.h ppfnametag.h 78 79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 79 80 80 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 81 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 82 $(SOPHYAINCP)machdefs.h \ 81 83 bithelp.h gnumd5.h 82 84 $(CCOMPILE) -o $@ gnumd5.c 83 85 84 86 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 85 $(SOPHYAINCP)machdefs.h srandgen.h\86 s mathconst.h87 $(SOPHYAINCP)machdefs.h \ 88 srandgen.h smathconst.h 87 89 $(CCOMPILE) -o $@ srandgen.c 88 90 -
trunk/SophyaLib/HiStats/Makefile
r3121 r3123 173 173 $(SOPHYAINCP)sopnamsp.h \ 174 174 $(SOPHYAINCP)machdefs.h \ 175 histinit.h \ 176 $(SOPHYAINCP)ntoolsinit.h \ 177 $(SOPHYAINCP)tarrinit.h \ 178 $(SOPHYAINCP)sophyainit.h \ 179 $(SOPHYAINCP)machdefs.h \ 175 $(SOPHYAINCP)perrors.h \ 176 $(SOPHYAINCP)pexceptions.h \ 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)fioarr.h \ 179 $(SOPHYAINCP)tarray.h \ 180 $(SOPHYAINCP)basarr.h \ 181 $(SOPHYAINCP)anydataobj.h \ 182 $(SOPHYAINCP)mutyv.h \ 183 $(SOPHYAINCP)timestamp.h \ 184 $(SOPHYAINCP)objfio.h \ 185 $(SOPHYAINCP)ppersist.h \ 186 $(SOPHYAINCP)gnumd5.h \ 187 $(SOPHYAINCP)ppfbinstream.h \ 188 $(SOPHYAINCP)rawstream.h \ 189 $(SOPHYAINCP)ppfnametag.h \ 190 $(SOPHYAINCP)dvlist.h \ 191 $(SOPHYAINCP)ndatablock.h \ 192 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tmatrix_tsnl.h \ 195 $(SOPHYAINCP)tvector.h \ 196 $(SOPHYAINCP)tvector_tsnl.h \ 180 197 histerr.h $(SOPHYAINCP)objfio.h \ 181 $(SOPHYAINCP)anydataobj.h \ 182 $(SOPHYAINCP)ppersist.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)gnumd5.h \ 185 $(SOPHYAINCP)ppfbinstream.h \ 186 $(SOPHYAINCP)rawstream.h \ 187 $(SOPHYAINCP)ppfnametag.h \ 188 histos.h $(SOPHYAINCP)peida.h \ 189 $(SOPHYAINCP)utils.h \ 190 $(SOPHYAINCP)perrors.h \ 191 $(SOPHYAINCP)fmath.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)dvlist.h \ 200 $(SOPHYAINCP)ndatablock.h \ 201 $(SOPHYAINCP)utilarr.h \ 202 $(SOPHYAINCP)tmatrix_tsnl.h \ 203 $(SOPHYAINCP)tvector_tsnl.h \ 204 $(SOPHYAINCP)ppersist.h \ 205 $(SOPHYAINCP)anydataobj.h \ 206 $(SOPHYAINCP)perrors.h 198 $(SOPHYAINCP)tvector.h 207 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 208 200 -
trunk/SophyaLib/HiStats/hist2err.h
r3121 r3123 9 9 namespace SOPHYA { 10 10 11 // Forward class declaration for Fits handler 12 template <class T> class FitsHandler; 13 11 14 //! 2 dimensions histograms with errors given by user 12 15 class Histo2DErr : public AnyDataObj { 13 16 friend class ObjFileIO<Histo2DErr>; 17 friend class FitsHandler<Histo2DErr>; 14 18 public: 15 19 … … 40 44 { 41 45 if(i<0 || i>=nx_ || j<0 || j>=ny_) return 0.; 46 return data_(i,j); 47 } 48 inline r_8& operator()(int_4 i,int_4 j) 49 { 42 50 return data_(i,j); 43 51 } … … 89 97 inline void AddBin(int_4 i,int_4 j) {AddBin(i,j,1.,1.);} 90 98 91 //! remplissage contenu de l'histo pour le bin numBinpoids w et l'erreur e99 //! remplissage contenu de l'histo pour le bin i poids w et l'erreur e 92 100 inline void SetBin(int_4 i,int_4 j, r_8 w, r_8 e, r_8 nb) 93 101 { … … 100 108 inline void SetBin(int_4 i,int_4 j, r_8 w) {SetBin(i,j,w,1.,1.);} 101 109 inline void SetBin(int_4 i,int_4 j) {SetBin(i,j,1.,1.,1.);} 102 //! remplissage nombre d'entrees pour le bin numBin 110 //! remplissage de l'erreur carree pour le bin i 111 void SetErr2(int_4 i,int_4 j, r_8 e2) 112 { 113 if(i<0 || i>=nx_) return; 114 err2_(i,j) = e2; 115 } 116 //! remplissage nombre d'entrees pour le bin i 103 117 void SetNentB(int_4 i,int_4 j, r_8 nb) 104 118 { -
trunk/SophyaLib/HiStats/histerr.cc
r3057 r3123 4 4 #include <stdio.h> 5 5 #include <math.h> 6 #include "histinit.h" 6 #include "perrors.h" 7 #include "fioarr.h" 7 8 #include "histerr.h" 8 #include "perrors.h"9 9 10 10 /*! … … 17 17 /*! Constructeur par defaut */ 18 18 HistoErr::HistoErr(void) 19 : Histo(), mNData(NULL), mCorrel(0) 20 { 21 } 22 23 /********* Methode *********/ 24 /*! Constructeur d'un histo de nBin bins allant de xMin a xMax */ 25 HistoErr::HistoErr(r_8 xMin, r_8 xMax, int_4 nBin) 26 : Histo(), mNData(NULL) 27 { 28 CreateOrResize(xMin,xMax,nBin); 19 : xmin_(1.), xmax_(-1.), nx_(0), dx_(0.) 20 , mCorrel(0) 21 { 22 } 23 24 /********* Methode *********/ 25 /*! Constructeur d'un histo */ 26 HistoErr::HistoErr(r_8 xmin,r_8 xmax,int_4 nx) 27 : mCorrel(0) 28 { 29 CreateOrResize(xmin,xmax,nx); 29 30 } 30 31 … … 32 33 /*! Constructeur par copie */ 33 34 HistoErr::HistoErr(const HistoErr& H) 34 : Histo(H), mNData((H.mBins>0)? new r_8[H.mBins] : NULL), mCorrel(H.mCorrel) 35 { 36 if(mNData>0) memcpy(mNData,H.mNData,mBins*sizeof(r_8)); 35 : mCorrel(H.mCorrel) 36 { 37 if(H.nx_<=0) return; 38 CreateOrResize(H.xmin_,H.xmax_,H.nx_); 39 data_ = H.data_; 40 err2_ = H.err2_; 41 ndata_ = H.ndata_; 37 42 } 38 43 … … 41 46 HistoErr::~HistoErr(void) 42 47 { 43 Delete();48 mCorrel = 0; 44 49 } 45 50 46 51 /********* Methode *********/ 47 52 /*! Gestion de l'allocation */ 48 void HistoErr::CreateOrResize(r_8 x Min, r_8 xMax, int_4 nBin)49 { 50 //cout<<"HistoErr::CreateOrResize()"<<endl;51 bool samelen = (nBin==mBins)? true: false;52 Histo::CreateOrResize(xMin,xMax,nBin);53 Histo::Errors();54 if(mNData!=NULL && !samelen) {delete [] mNData; mNData=NULL;}55 if(nBin>0 && mNData==NULL) mNData = new r_8[nBin];56 if(mNData) memset(mNData,0,nBin*sizeof(r_8));53 void HistoErr::CreateOrResize(r_8 xmin,r_8 xmax,int_4 nx) 54 { 55 xmin_ = xmin; xmax_ = xmax; nx_ = nx; dx_=0.; 56 if(nx_>0) { 57 data_.ReSize(nx_); data_ = 0.; 58 err2_.ReSize(nx_); err2_ = 0.; 59 ndata_.ReSize(nx_); ndata_ = 0.; 60 dx_ = (xmax_-xmin_)/nx_; 61 } 57 62 mCorrel = 0; 58 63 } 59 64 60 65 /********* Methode *********/ 61 /*! Delete des tableaux */62 void HistoErr::Delete(void)63 {64 //cout<<"HistoErr::Delete()"<<endl;65 Histo::Delete();66 if(mNData) {delete [] mNData; mNData=NULL;}67 mCorrel = 0;68 }69 70 /********* Methode *********/71 66 /*! 72 67 Remise a zero … … 74 69 void HistoErr::Zero(void) 75 70 { 76 Histo::Zero(); 77 if(mNData) memset(mNData,0,mBins*sizeof(r_8)); 78 mCorrel = 0; 79 } 80 81 /********* Methode *********/ 82 /*! 83 Remplissage du contenu de l'histo pour le bin numBin poids w et l'erreur e 84 */ 85 void HistoErr::SetBin(int_4 numBin, r_8 w, r_8 e, r_8 nb) 86 { 87 Histo::SetBin(numBin,w); 88 Histo::SetErr2(numBin,e*e); 89 SetNentB(numBin,nb); 90 return; 91 } 92 93 /********* Methode *********/ 94 /*! 95 Remplissage nombre d'entrees pour le bin numBin 96 */ 97 void HistoErr::SetNentB(int_4 numBin, r_8 nb) 98 { 99 if(numBin>=0 && numBin<mBins) mNData[numBin] = nb; 100 return; 101 } 102 103 /*! 104 Remplissage d'un tableau avec les nombres d'entrees dans le bin de l'histo 105 */ 106 void HistoErr::GetNBin(TVector<r_8>& v) const 107 { 108 v.Realloc(mBins); 109 for(int_4 i=0;i<mBins;i++) v(i) = mNData[i]; 110 return; 111 } 112 113 /********* Methode *********/ 114 /*! 115 Remplissage du nombre d'entrees dans les bins de l'histo avec les valeurs d'un vecteur 116 */ 117 void HistoErr::PutNBin(TVector<r_8> &v) 118 { 119 int_4 n = (v.NElts()<mBins) ? v.NElts(): mBins; 120 if(n>0) for(int_4 i=0;i<n;i++) mNData[i] = v(i); 121 return; 71 if(nx_<=0) return; 72 data_ = 0.; 73 err2_ = 0.; 74 ndata_ = 0.; 75 } 76 77 /********* Methode *********/ 78 /*! 79 Recompute XMin (and XMax so that 80 the CENTER of the first bin is exactly XMin and 81 the CENTER of the last bin is exactly XMax. 82 Remember that otherwise 83 XMin is the beginning of the first bin 84 and XMax is the end of the last bin 85 */ 86 void HistoErr::ReCenterBin(void) 87 { 88 if(nx_<=1) return; 89 double dx = (xmax_-xmin_)/(nx_-1); 90 xmin_ -= dx/2.; 91 xmax_ += dx/2.; 92 dx_ = (xmax_-xmin_)/nx_; 122 93 } 123 94 … … 132 103 void HistoErr::ToCorrel(void) 133 104 { 134 if( mBins<1) return;105 if(nx_<1) return; 135 106 mCorrel++; 136 for(int_4 i=0;i< mBins;i++) {137 if( mNData[i]<1.) continue;138 mData[i] /= mNData[i];139 mErr2[i] /= mNData[i];107 for(int_4 i=0;i<nx_;i++) { 108 if(ndata_(i)<1.) continue; 109 data_(i) /= ndata_(i); 110 err2_(i) /= ndata_(i); 140 111 } 141 112 return; … … 148 119 void HistoErr::FromCorrel(void) 149 120 { 150 if( mBins<1) return;121 if(nx_<1) return; 151 122 mCorrel--; 152 for(int_4 i=0;i< mBins;i++) {153 if( mNData[i]<1.) continue;154 mData[i] *= mNData[i];155 mErr2[i] *= mNData[i];123 for(int_4 i=0;i<nx_;i++) { 124 if(ndata_(i)<1.) continue; 125 data_(i) *= ndata_(i); 126 err2_(i) *= ndata_(i); 156 127 } 157 128 return; … … 164 135 void HistoErr::FillFrHErr(HistoErr& hfrom) 165 136 { 166 if( mBins<=0) return;167 if(hfrom. mBins<=0) return;137 if(nx_<=0) return; 138 if(hfrom.nx_<=0) return; 168 139 169 140 Zero(); 170 141 171 for(int_4 i=0;i<hfrom.mBins;i++) { 172 int numBin = FindBin(hfrom.BinCenter(i)); 173 if(numBin<0) mUnder += hfrom.mData[i]; 174 else if(numBin>=mBins) mOver += hfrom.mData[i]; 175 else { 176 mData[numBin] += hfrom.mData[i]; 177 mNData[numBin] += hfrom.mNData[i]; 178 mErr2[numBin] += hfrom.mErr2[i]; 179 nHist += hfrom.mData[i]; 180 nEntries++; 181 } 142 for(int_4 i=0;i<hfrom.nx_;i++) { 143 r_8 x = hfrom.BinCenter(i); 144 int ii = FindBin(x); 145 if(ii<0 || ii>=nx_) continue; 146 data_(ii) += hfrom.data_(ii); 147 err2_(ii) += hfrom.err2_(ii); 148 ndata_(ii) += hfrom.ndata_(ii); 182 149 } 183 150 mCorrel = hfrom.mCorrel; … … 192 159 { 193 160 if(this==&h) return *this; 194 CreateOrResize(h.mMin,h.mMax,h.mBins); 195 if(mData) memcpy(mData,h.mData,mBins*sizeof(r_8)); 196 if(mErr2) memcpy(mErr2,h.mErr2,mBins*sizeof(r_8)); 197 mUnder = h.mUnder; mOver = h.mOver; 198 nHist = h.nHist; nEntries = h.nEntries; 199 if(mNData) memcpy(mNData,h.mNData,mBins*sizeof(r_8)); 161 CreateOrResize(h.xmin_,h.xmax_,h.nx_); 162 data_ = h.data_; 163 err2_ = h.err2_; 164 ndata_ = h.ndata_; 200 165 mCorrel = h.mCorrel; 201 202 166 return *this; 203 167 } … … 209 173 void HistoErr::Show(ostream & os) const 210 174 { 211 Histo::Show(os);212 os <<" ncorrel="<<mCorrel<<endl;175 os <<"HistoErr(ncorrel="<<mCorrel<<")"<<endl 176 <<" nx="<<nx_<<" ["<<xmin_<<","<<xmax_<<"] dx="<<dx_<<endl; 213 177 } 214 178 … … 224 188 string strg; 225 189 226 if(dobj==NULL) dobj=new HistoErr; 227 else dobj->Delete(); 190 if(dobj==NULL) dobj = new HistoErr; 228 191 229 192 // Lecture entete … … 233 196 is.Get(dobj->mCorrel); 234 197 235 // Lecture des donnees HistoErr 236 is.Get(dobj->mBins); 237 if(dobj->mBins>0) dobj->mNData = new r_8[dobj->mBins]; 238 is.Get(dobj->mNData, dobj->mBins); 239 240 // Lecture de l'histogramme 241 is >> (Histo&)(*dobj); 198 // Lecture des parametres HistoErr 199 is.Get(dobj->xmin_); 200 is.Get(dobj->xmax_); 201 is.Get(dobj->nx_); 202 is.Get(dobj->dx_); 203 204 // Lecture des donnees 205 if(dobj->nx_>0) { 206 is >> dobj->data_; 207 is >> dobj->err2_; 208 is >> dobj->ndata_; 209 } 242 210 243 211 return; … … 257 225 os.Put(dobj->mCorrel); 258 226 259 // Ecriture des valeurs 260 os.Put(dobj->mBins); 261 262 // Ecriture des donnees HistoErr nombre d entree par bin 263 os.Put(dobj->mNData, dobj->mBins); 264 265 // Ecriture de l'histogramme 266 os << (Histo&)(*dobj); 227 // Ecriture des parametres HistoErr 228 os.Put(dobj->xmin_); 229 os.Put(dobj->xmax_); 230 os.Put(dobj->nx_); 231 os.Put(dobj->dx_); 232 233 // Ecriture des donnees 234 if(dobj->nx_>0) { 235 os << dobj->data_; 236 os << dobj->err2_; 237 os << dobj->ndata_; 238 } 267 239 268 240 return; -
trunk/SophyaLib/HiStats/histerr.h
r3118 r3123 5 5 #include <iostream> 6 6 #include <stdio.h> 7 #include " histos.h"7 #include "tvector.h" 8 8 9 9 namespace SOPHYA { … … 12 12 template <class T> class FitsHandler; 13 13 14 //! 1 dimension histograms with errors given by user 15 class HistoErr : public Histo { 14 15 //! 1 dimensions histograms with errors given by user 16 class HistoErr : public AnyDataObj { 16 17 friend class ObjFileIO<HistoErr>; 17 friend class FitsHandler<Histo >;18 friend class FitsHandler<HistoErr>; 18 19 public: 19 20 20 // CREATOR / DESTRUCTOR21 //! Create or destroy 21 22 HistoErr(void); 22 HistoErr(r_8 x Min, r_8 xMax, int_4 nBin=100);23 HistoErr(r_8 xmin,r_8 xmax,int_4 nx); 23 24 HistoErr(const HistoErr& H); 24 25 virtual ~HistoErr(void); 25 26 26 // UPDATING or SETTING 27 //! Updating or Setting 28 void ReCenterBin(void); 27 29 void Zero(void); 28 //! Addition du contenu de l'histo pour abscisse x poids w et l'erreur e 29 inline void Add(r_8 x, r_8 w, r_8 e) 30 { 31 int_4 numBin = (int_4)floor((x-mMin)/binWidth); 32 if(numBin<0) mUnder += w; 33 else if(numBin>=mBins) mOver += w; 34 else { 35 mData[numBin] += w; mNData[numBin] += 1.; mErr2[numBin] += e*e; 36 nHist += w; nEntries++; 37 } 38 } 39 inline void Add(r_8 x, r_8 w) {Add(x,w,1.);} 40 inline void Add(r_8 x) {Add(x,1.,1.);} 41 //! Addition du contenu de l'histo pour le bin numBin poids w et l'erreur e 42 inline void AddBin(int_4 numBin, r_8 w, r_8 e) 43 { 44 if(numBin<0) mUnder += w; 45 else if(numBin>=mBins) mOver += w; 46 else { 47 mData[numBin] += w; mNData[numBin] += 1.; mErr2[numBin] += e*e; 48 nHist += w; nEntries++; 49 } 50 } 51 inline void AddBin(int_4 numBin, r_8 w) {AddBin(numBin,w,1.);} 52 inline void AddBin(int_4 numBin) {AddBin(numBin,1.,1.);} 53 //! remplissage contenu de l'histo pour le bin numBin poids w et l'erreur e 54 void SetBin(int_4 numBin, r_8 w, r_8 e, r_8 nb); 55 inline void SetBin(int_4 numBin, r_8 w, r_8 e) {SetBin(numBin,w,e,1.);} 56 inline void SetBin(int_4 numBin, r_8 w) {SetBin(numBin,w,1.,1.);} 57 inline void SetBin(int_4 numBin) {SetBin(numBin,1.,1.,1.);} 58 //! remplissage nombre d'entrees pour le bin numBin 59 void SetNentB(int_4 numBin, r_8 nb=1.); 30 31 //! Getting Info 32 int_4 NBins(void) {return nx_;} 33 r_8 XMin(void) {return xmin_;} 34 r_8 XMax(void) {return xmax_;} 35 r_8 BinWidth(void) {return dx_;} 36 37 //! Retourne le contenu du bin 38 inline r_8 operator()(int_4 i) const 39 { 40 if(i<0 || i>=nx_) return 0.; 41 return data_(i); 42 } 43 inline r_8& operator()(int_4 i) 44 { 45 return data_(i); 46 } 47 48 //! Retourne le nombre l'erreur au carre dans le bin 49 inline r_8 Error2(int_4 i) const 50 { 51 if(i<0 || i>=nx_) return 0.; 52 return err2_(i); 53 } 60 54 61 55 //! Retourne le nombre d'entree dans le bin 62 56 inline r_8 NEntBin(int_4 i) const 63 {if(mNData) return mNData[i]; else return 0.;} 57 { 58 if(i<0 || i>=nx_) return 0.; 59 return ndata_(i); 60 } 64 61 65 //! get/put from/to a vector 66 void GetNBin(TVector<r_8>& v) const; 67 void PutNBin(TVector<r_8>& v); 62 //! Retourne l'abscisse et l'ordonnee du coin inferieur du bin i. 63 inline r_8 BinLowEdge(int_4 i) const {return xmin_ + i*dx_;} 64 //! Retourne l'abscisse et l'ordonnee du centre du bin i. 65 inline r_8 BinCenter(int_4 i) const {return xmin_ + (i+0.5)*dx_;} 66 //! Retourne l'abscisse et l'ordonnee du coin superieur du bin i. 67 inline r_8 BinHighEdge(int_4 i) const {return xmin_ + (i+1)*dx_;} 68 //! Retourne les numeros du bin contenant l'abscisse et l'ordonnee x,y. 69 inline int_4 FindBin(r_8 x) const {return (int_4)floor((x-xmin_)/dx_);} 70 71 //! Addition du contenu de l'histo pour abscisse x poids w et l'erreur e 72 inline void Add(r_8 x, r_8 w, r_8 e) 73 { 74 int_4 i = FindBin(x); 75 if(i<0 || i>=nx_) return; 76 data_(i) += w; ndata_(i) += 1.; err2_(i) += e*e; 77 } 78 inline void Add(r_8 x, r_8 w) {Add(x,w,1.);} 79 inline void Add(r_8 x) {Add(x,1.,1.);} 80 81 //! Addition du contenu de l'histo pour le bin i poids w et l'erreur e 82 inline void AddBin(int_4 i, r_8 w, r_8 e) 83 { 84 if(i<0 || i>=nx_) return; 85 data_(i) += w; ndata_(i) += 1.; err2_(i) += e*e; 86 } 87 inline void AddBin(int_4 i, r_8 w) {AddBin(i,w,1.);} 88 inline void AddBin(int_4 i) {AddBin(i,1.,1.);} 89 90 //! remplissage contenu de l'histo pour le bin i poids w et l'erreur e 91 inline void SetBin(int_4 i, r_8 w, r_8 e, r_8 nb) 92 { 93 if(i<0 || i>=nx_) return; 94 data_(i) = w; 95 err2_(i) = e*e; 96 ndata_(i) = nb; 97 } 98 inline void SetBin(int_4 i, r_8 w, r_8 e) {SetBin(i,w,e,1.);} 99 inline void SetBin(int_4 i, r_8 w) {SetBin(i,w,1.,1.);} 100 inline void SetBin(int_4 i) {SetBin(i,1.,1.,1.);} 101 //! remplissage de l'erreur carree pour le bin i 102 void SetErr2(int_4 i, r_8 e2) 103 { 104 if(i<0 || i>=nx_) return; 105 err2_(i) = e2; 106 } 107 //! remplissage nombre d'entrees pour le bin i 108 void SetNentB(int_4 i, r_8 nb) 109 { 110 if(i<0 || i>=nx_) return; 111 ndata_(i) = nb; 112 } 68 113 69 114 //! Compute the correlation histogram … … 76 121 void FillFrHErr(HistoErr& hfrom); 77 122 123 //! Recuperation des matrices elementaires 124 inline void GetData(TVector<r_8>& data) {data = data_;} 125 inline void GetError2(TVector<r_8>& err2) {err2 = err2_;} 126 inline void GetNData(TVector<r_8>& ndata) {ndata = ndata_;} 127 78 128 // Operators 79 129 HistoErr& operator = (const HistoErr& h); … … 84 134 85 135 protected: 86 void CreateOrResize(r_8 xMin, r_8 xMax, int_4 nBin); 87 void Delete(void); 136 void CreateOrResize(r_8 xmin,r_8 xmax,int_4 nx); 88 137 89 r_8* mNData; //!< nombre d'entrees dans chaque bin 138 r_4 xmin_,xmax_,dx_; 139 int_4 nx_; 140 TVector<r_8> data_; 141 TVector<r_8> err2_; 142 TVector<r_8> ndata_; 90 143 int_4 mCorrel; //!< Nombre d'appels a ToCorrel(+1) ou FromCorrel(-1) 91 144 }; -
trunk/SophyaLib/HiStats/smakefile
r3121 r3123 173 173 $(SOPHYAINCP)sopnamsp.h \ 174 174 $(SOPHYAINCP)machdefs.h \ 175 histinit.h \ 176 $(SOPHYAINCP)ntoolsinit.h \ 177 $(SOPHYAINCP)tarrinit.h \ 178 $(SOPHYAINCP)sophyainit.h \ 179 $(SOPHYAINCP)machdefs.h \ 175 $(SOPHYAINCP)perrors.h \ 176 $(SOPHYAINCP)pexceptions.h \ 177 $(SOPHYAINCP)machdefs.h \ 178 $(SOPHYAINCP)fioarr.h \ 179 $(SOPHYAINCP)tarray.h \ 180 $(SOPHYAINCP)basarr.h \ 181 $(SOPHYAINCP)anydataobj.h \ 182 $(SOPHYAINCP)mutyv.h \ 183 $(SOPHYAINCP)timestamp.h \ 184 $(SOPHYAINCP)objfio.h \ 185 $(SOPHYAINCP)ppersist.h \ 186 $(SOPHYAINCP)gnumd5.h \ 187 $(SOPHYAINCP)ppfbinstream.h \ 188 $(SOPHYAINCP)rawstream.h \ 189 $(SOPHYAINCP)ppfnametag.h \ 190 $(SOPHYAINCP)dvlist.h \ 191 $(SOPHYAINCP)ndatablock.h \ 192 $(SOPHYAINCP)utilarr.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tmatrix_tsnl.h \ 195 $(SOPHYAINCP)tvector.h \ 196 $(SOPHYAINCP)tvector_tsnl.h \ 180 197 histerr.h $(SOPHYAINCP)objfio.h \ 181 $(SOPHYAINCP)anydataobj.h \ 182 $(SOPHYAINCP)ppersist.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)gnumd5.h \ 185 $(SOPHYAINCP)ppfbinstream.h \ 186 $(SOPHYAINCP)rawstream.h \ 187 $(SOPHYAINCP)ppfnametag.h \ 188 histos.h $(SOPHYAINCP)peida.h \ 189 $(SOPHYAINCP)utils.h \ 190 $(SOPHYAINCP)perrors.h \ 191 $(SOPHYAINCP)fmath.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)timestamp.h \ 198 $(SOPHYAINCP)objfio.h \ 199 $(SOPHYAINCP)dvlist.h \ 200 $(SOPHYAINCP)ndatablock.h \ 201 $(SOPHYAINCP)utilarr.h \ 202 $(SOPHYAINCP)tmatrix_tsnl.h \ 203 $(SOPHYAINCP)tvector_tsnl.h \ 204 $(SOPHYAINCP)ppersist.h \ 205 $(SOPHYAINCP)anydataobj.h \ 206 $(SOPHYAINCP)perrors.h 198 $(SOPHYAINCP)tvector.h 207 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 208 200 -
trunk/SophyaLib/NTools/Makefile
r3083 r3123 15 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)pexceptions.h \ 17 cimage.h $(SOPHYAINCP)tmatrix.h \ 18 $(SOPHYAINCP)tarray.h \ 19 $(SOPHYAINCP)basarr.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)mutyv.h \ 22 $(SOPHYAINCP)timestamp.h \ 23 $(SOPHYAINCP)objfio.h \ 24 $(SOPHYAINCP)ppersist.h \ 17 $(SOPHYAINCP)machdefs.h cimage.h \ 18 $(SOPHYAINCP)tmatrix.h \ 19 $(SOPHYAINCP)tarray.h \ 20 $(SOPHYAINCP)basarr.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)timestamp.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 25 27 $(SOPHYAINCP)gnumd5.h \ 26 28 $(SOPHYAINCP)ppfbinstream.h \ … … 32 34 $(SOPHYAINCP)tmatrix_tsnl.h \ 33 35 $(SOPHYAINCP)fioarr.h \ 36 $(SOPHYAINCP)tmatrix.h \ 34 37 $(SOPHYAINCP)tvector.h \ 35 38 $(SOPHYAINCP)tvector_tsnl.h \ … … 41 44 $(SOPHYAINCP)machdefs.h nbtri.h \ 42 45 cspline.h \ 43 $(SOPHYAINCP)pexceptions.h 46 $(SOPHYAINCP)pexceptions.h \ 47 $(SOPHYAINCP)machdefs.h 44 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 45 49 … … 55 59 $(SOPHYAINCP)perrors.h \ 56 60 $(SOPHYAINCP)pexceptions.h \ 57 dates.h 61 $(SOPHYAINCP)machdefs.h dates.h \ 62 $(SOPHYAINCP)pexceptions.h 58 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 59 64 … … 62 67 $(SOPHYAINCP)machdefs.h \ 63 68 $(SOPHYAINCP)pexceptions.h \ 64 $(SOPHYAINCP)tvector.h \ 65 $(SOPHYAINCP)tmatrix.h \ 66 $(SOPHYAINCP)tarray.h \ 67 $(SOPHYAINCP)basarr.h \ 68 $(SOPHYAINCP)anydataobj.h \ 69 $(SOPHYAINCP)mutyv.h \ 70 $(SOPHYAINCP)timestamp.h \ 71 $(SOPHYAINCP)objfio.h \ 72 $(SOPHYAINCP)ppersist.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)tvector.h \ 71 $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h \ 73 $(SOPHYAINCP)basarr.h \ 74 $(SOPHYAINCP)anydataobj.h \ 75 $(SOPHYAINCP)mutyv.h \ 76 $(SOPHYAINCP)timestamp.h \ 77 $(SOPHYAINCP)objfio.h \ 78 $(SOPHYAINCP)ppersist.h \ 79 $(SOPHYAINCP)pexceptions.h \ 73 80 $(SOPHYAINCP)gnumd5.h \ 74 81 $(SOPHYAINCP)ppfbinstream.h \ … … 88 95 perandom.h $(SOPHYAINCP)histos.h \ 89 96 $(SOPHYAINCP)objfio.h \ 97 $(SOPHYAINCP)machdefs.h \ 90 98 $(SOPHYAINCP)anydataobj.h \ 91 99 $(SOPHYAINCP)ppersist.h \ … … 110 118 $(SOPHYAINCP)tmatrix_tsnl.h \ 111 119 $(SOPHYAINCP)tvector_tsnl.h \ 112 $(SOPHYAINCP)srandgen.h cimage.h \ 113 $(SOPHYAINCP)fioarr.h dynccd.h 120 $(SOPHYAINCP)srandgen.h \ 121 classfunc.h cimage.h \ 122 $(SOPHYAINCP)tmatrix.h \ 123 $(SOPHYAINCP)fioarr.h dynccd.h \ 124 $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)ppersist.h 114 126 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 115 127 … … 119 131 fct1dfit.h generalfit.h \ 120 132 $(SOPHYAINCP)pexceptions.h \ 121 $(SOPHYAINCP)tvector.h \ 122 $(SOPHYAINCP)tmatrix.h \ 123 $(SOPHYAINCP)tarray.h \ 124 $(SOPHYAINCP)basarr.h \ 125 $(SOPHYAINCP)anydataobj.h \ 126 $(SOPHYAINCP)mutyv.h \ 127 $(SOPHYAINCP)timestamp.h \ 128 $(SOPHYAINCP)objfio.h \ 129 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)machdefs.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)timestamp.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)pexceptions.h \ 130 144 $(SOPHYAINCP)gnumd5.h \ 131 145 $(SOPHYAINCP)ppfbinstream.h \ … … 138 152 $(SOPHYAINCP)tvector_tsnl.h \ 139 153 generaldata.h \ 154 $(SOPHYAINCP)objfio.h \ 155 $(SOPHYAINCP)ppersist.h \ 140 156 $(SOPHYAINCP)ntupintf.h poly.h \ 141 157 peida.h $(SOPHYAINCP)utils.h \ 142 158 $(SOPHYAINCP)perrors.h fmath.h \ 159 $(SOPHYAINCP)anydataobj.h \ 143 160 generalfunc.h nbconst.h tabmath.h 144 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc … … 149 166 fct2dfit.h generalfit.h \ 150 167 $(SOPHYAINCP)pexceptions.h \ 151 $(SOPHYAINCP)tvector.h \ 152 $(SOPHYAINCP)tmatrix.h \ 153 $(SOPHYAINCP)tarray.h \ 154 $(SOPHYAINCP)basarr.h \ 155 $(SOPHYAINCP)anydataobj.h \ 156 $(SOPHYAINCP)mutyv.h \ 157 $(SOPHYAINCP)timestamp.h \ 158 $(SOPHYAINCP)objfio.h \ 159 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)machdefs.h \ 169 $(SOPHYAINCP)tvector.h \ 170 $(SOPHYAINCP)tmatrix.h \ 171 $(SOPHYAINCP)tarray.h \ 172 $(SOPHYAINCP)basarr.h \ 173 $(SOPHYAINCP)anydataobj.h \ 174 $(SOPHYAINCP)mutyv.h \ 175 $(SOPHYAINCP)timestamp.h \ 176 $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)ppersist.h \ 178 $(SOPHYAINCP)pexceptions.h \ 160 179 $(SOPHYAINCP)gnumd5.h \ 161 180 $(SOPHYAINCP)ppfbinstream.h \ … … 168 187 $(SOPHYAINCP)tvector_tsnl.h \ 169 188 generaldata.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 170 191 $(SOPHYAINCP)ntupintf.h poly.h \ 171 192 peida.h $(SOPHYAINCP)utils.h \ 172 193 $(SOPHYAINCP)perrors.h fmath.h \ 194 $(SOPHYAINCP)anydataobj.h \ 173 195 generalfunc.h nbconst.h tabmath.h simps2d.h 174 196 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc … … 179 201 $(SOPHYAINCP)machdefs.h \ 180 202 $(SOPHYAINCP)pexceptions.h \ 181 $(SOPHYAINCP)tmatrix.h \ 182 $(SOPHYAINCP)tarray.h \ 183 $(SOPHYAINCP)basarr.h \ 184 $(SOPHYAINCP)anydataobj.h \ 185 $(SOPHYAINCP)mutyv.h \ 186 $(SOPHYAINCP)timestamp.h \ 187 $(SOPHYAINCP)objfio.h \ 188 $(SOPHYAINCP)ppersist.h \ 189 $(SOPHYAINCP)gnumd5.h \ 190 $(SOPHYAINCP)ppfbinstream.h \ 191 $(SOPHYAINCP)rawstream.h \ 192 $(SOPHYAINCP)ppfnametag.h \ 193 $(SOPHYAINCP)dvlist.h \ 194 $(SOPHYAINCP)ndatablock.h \ 195 $(SOPHYAINCP)utilarr.h \ 196 $(SOPHYAINCP)tmatrix_tsnl.h \ 197 $(SOPHYAINCP)tvector.h \ 203 $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)tmatrix.h \ 205 $(SOPHYAINCP)tarray.h \ 206 $(SOPHYAINCP)basarr.h \ 207 $(SOPHYAINCP)anydataobj.h \ 208 $(SOPHYAINCP)mutyv.h \ 209 $(SOPHYAINCP)timestamp.h \ 210 $(SOPHYAINCP)objfio.h \ 211 $(SOPHYAINCP)ppersist.h \ 212 $(SOPHYAINCP)pexceptions.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)dvlist.h \ 218 $(SOPHYAINCP)ndatablock.h \ 219 $(SOPHYAINCP)utilarr.h \ 220 $(SOPHYAINCP)tmatrix_tsnl.h \ 221 $(SOPHYAINCP)tvector.h \ 222 $(SOPHYAINCP)tmatrix.h \ 198 223 $(SOPHYAINCP)tvector_tsnl.h \ 199 224 fftmayer.h … … 205 230 $(SOPHYAINCP)machdefs.h \ 206 231 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)tmatrix.h \ 208 $(SOPHYAINCP)tarray.h \ 209 $(SOPHYAINCP)basarr.h \ 210 $(SOPHYAINCP)anydataobj.h \ 211 $(SOPHYAINCP)mutyv.h \ 212 $(SOPHYAINCP)timestamp.h \ 213 $(SOPHYAINCP)objfio.h \ 214 $(SOPHYAINCP)ppersist.h \ 215 $(SOPHYAINCP)gnumd5.h \ 216 $(SOPHYAINCP)ppfbinstream.h \ 217 $(SOPHYAINCP)rawstream.h \ 218 $(SOPHYAINCP)ppfnametag.h \ 219 $(SOPHYAINCP)dvlist.h \ 220 $(SOPHYAINCP)ndatablock.h \ 221 $(SOPHYAINCP)utilarr.h \ 222 $(SOPHYAINCP)tmatrix_tsnl.h \ 223 $(SOPHYAINCP)tvector.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 $(SOPHYAINCP)tmatrix.h \ 234 $(SOPHYAINCP)tarray.h \ 235 $(SOPHYAINCP)basarr.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)mutyv.h \ 238 $(SOPHYAINCP)timestamp.h \ 239 $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)ppersist.h \ 241 $(SOPHYAINCP)pexceptions.h \ 242 $(SOPHYAINCP)gnumd5.h \ 243 $(SOPHYAINCP)ppfbinstream.h \ 244 $(SOPHYAINCP)rawstream.h \ 245 $(SOPHYAINCP)ppfnametag.h \ 246 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)ndatablock.h \ 248 $(SOPHYAINCP)utilarr.h \ 249 $(SOPHYAINCP)tmatrix_tsnl.h \ 250 $(SOPHYAINCP)tvector.h \ 251 $(SOPHYAINCP)tmatrix.h \ 224 252 $(SOPHYAINCP)tvector_tsnl.h \ 225 253 fftpackc.h … … 231 259 $(SOPHYAINCP)machdefs.h \ 232 260 $(SOPHYAINCP)pexceptions.h \ 233 $(SOPHYAINCP)tmatrix.h \ 234 $(SOPHYAINCP)tarray.h \ 235 $(SOPHYAINCP)basarr.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)mutyv.h \ 238 $(SOPHYAINCP)timestamp.h \ 239 $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)ppersist.h \ 241 $(SOPHYAINCP)gnumd5.h \ 242 $(SOPHYAINCP)ppfbinstream.h \ 243 $(SOPHYAINCP)rawstream.h \ 244 $(SOPHYAINCP)ppfnametag.h \ 245 $(SOPHYAINCP)dvlist.h \ 246 $(SOPHYAINCP)ndatablock.h \ 247 $(SOPHYAINCP)utilarr.h \ 248 $(SOPHYAINCP)tmatrix_tsnl.h \ 249 $(SOPHYAINCP)tvector.h \ 261 $(SOPHYAINCP)machdefs.h \ 262 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 265 $(SOPHYAINCP)anydataobj.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)objfio.h \ 269 $(SOPHYAINCP)ppersist.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)gnumd5.h \ 272 $(SOPHYAINCP)ppfbinstream.h \ 273 $(SOPHYAINCP)rawstream.h \ 274 $(SOPHYAINCP)ppfnametag.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)ndatablock.h \ 277 $(SOPHYAINCP)utilarr.h \ 278 $(SOPHYAINCP)tmatrix_tsnl.h \ 279 $(SOPHYAINCP)tvector.h \ 280 $(SOPHYAINCP)tmatrix.h \ 250 281 $(SOPHYAINCP)tvector_tsnl.h 251 282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc … … 256 287 $(SOPHYAINCP)machdefs.h nbmath.h \ 257 288 $(SOPHYAINCP)smathconst.h \ 289 $(SOPHYAINCP)machdefs.h \ 258 290 $(SOPHYAINCP)timing.h \ 259 291 $(SOPHYAINCP)array.h \ … … 280 312 $(SOPHYAINCP)fioarr.h \ 281 313 $(SOPHYAINCP)sopemtx.h \ 282 fftservintf.h fftpserver.h toeplitzMatrix.h 314 fftservintf.h \ 315 $(SOPHYAINCP)pexceptions.h \ 316 $(SOPHYAINCP)tmatrix.h \ 317 $(SOPHYAINCP)tvector.h \ 318 fftpserver.h toeplitzMatrix.h 283 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 284 320 … … 287 323 $(SOPHYAINCP)machdefs.h \ 288 324 $(SOPHYAINCP)pexceptions.h \ 325 $(SOPHYAINCP)machdefs.h \ 289 326 functab.h $(SOPHYAINCP)tvector.h \ 290 327 $(SOPHYAINCP)tmatrix.h \ … … 296 333 $(SOPHYAINCP)objfio.h \ 297 334 $(SOPHYAINCP)ppersist.h \ 298 $(SOPHYAINCP)gnumd5.h \ 299 $(SOPHYAINCP)ppfbinstream.h \ 300 $(SOPHYAINCP)rawstream.h \ 301 $(SOPHYAINCP)ppfnametag.h \ 302 $(SOPHYAINCP)dvlist.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 $(SOPHYAINCP)tmatrix_tsnl.h \ 306 $(SOPHYAINCP)tvector_tsnl.h 335 $(SOPHYAINCP)pexceptions.h \ 336 $(SOPHYAINCP)gnumd5.h \ 337 $(SOPHYAINCP)ppfbinstream.h \ 338 $(SOPHYAINCP)rawstream.h \ 339 $(SOPHYAINCP)ppfnametag.h \ 340 $(SOPHYAINCP)dvlist.h \ 341 $(SOPHYAINCP)ndatablock.h \ 342 $(SOPHYAINCP)utilarr.h \ 343 $(SOPHYAINCP)tmatrix_tsnl.h \ 344 $(SOPHYAINCP)tvector_tsnl.h \ 345 $(SOPHYAINCP)tarray.h 307 346 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 308 347 … … 313 352 generalfit.h \ 314 353 $(SOPHYAINCP)pexceptions.h \ 315 $(SOPHYAINCP)tvector.h \ 316 $(SOPHYAINCP)tmatrix.h \ 317 $(SOPHYAINCP)tarray.h \ 318 $(SOPHYAINCP)basarr.h \ 319 $(SOPHYAINCP)anydataobj.h \ 320 $(SOPHYAINCP)mutyv.h \ 321 $(SOPHYAINCP)timestamp.h \ 322 $(SOPHYAINCP)objfio.h \ 323 $(SOPHYAINCP)ppersist.h \ 354 $(SOPHYAINCP)machdefs.h \ 355 $(SOPHYAINCP)tvector.h \ 356 $(SOPHYAINCP)tmatrix.h \ 357 $(SOPHYAINCP)tarray.h \ 358 $(SOPHYAINCP)basarr.h \ 359 $(SOPHYAINCP)anydataobj.h \ 360 $(SOPHYAINCP)mutyv.h \ 361 $(SOPHYAINCP)timestamp.h \ 362 $(SOPHYAINCP)objfio.h \ 363 $(SOPHYAINCP)ppersist.h \ 364 $(SOPHYAINCP)pexceptions.h \ 324 365 $(SOPHYAINCP)gnumd5.h \ 325 366 $(SOPHYAINCP)ppfbinstream.h \ … … 332 373 $(SOPHYAINCP)tvector_tsnl.h \ 333 374 generaldata.h \ 375 $(SOPHYAINCP)objfio.h \ 376 $(SOPHYAINCP)ppersist.h \ 334 377 $(SOPHYAINCP)ntupintf.h poly.h \ 335 378 peida.h $(SOPHYAINCP)utils.h \ 336 379 $(SOPHYAINCP)perrors.h fmath.h \ 380 $(SOPHYAINCP)anydataobj.h \ 337 381 generalfunc.h 338 382 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc … … 342 386 $(SOPHYAINCP)machdefs.h \ 343 387 $(SOPHYAINCP)pexceptions.h \ 388 $(SOPHYAINCP)machdefs.h \ 344 389 generalfit.h \ 345 390 $(SOPHYAINCP)tvector.h \ … … 352 397 $(SOPHYAINCP)objfio.h \ 353 398 $(SOPHYAINCP)ppersist.h \ 399 $(SOPHYAINCP)pexceptions.h \ 354 400 $(SOPHYAINCP)gnumd5.h \ 355 401 $(SOPHYAINCP)ppfbinstream.h \ … … 362 408 $(SOPHYAINCP)tvector_tsnl.h \ 363 409 generaldata.h \ 410 $(SOPHYAINCP)objfio.h \ 411 $(SOPHYAINCP)ppersist.h \ 364 412 $(SOPHYAINCP)ntupintf.h poly.h \ 365 413 peida.h $(SOPHYAINCP)utils.h \ 366 414 $(SOPHYAINCP)perrors.h fmath.h \ 415 $(SOPHYAINCP)anydataobj.h \ 367 416 generalfunc.h \ 368 $(SOPHYAINCP)sopemtx.h 417 $(SOPHYAINCP)sopemtx.h \ 418 $(SOPHYAINCP)tvector.h 369 419 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 370 420 371 $(SOPHYAOBJP)generalfunc.o: generalfunc.cc generalfunc.h \ 372 $(SOPHYAINCP)sopnamsp.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)pexceptions.h 421 $(SOPHYAOBJP)generalfunc.o: generalfunc.cc \ 422 $(SOPHYAINCP)sopnamsp.h \ 423 $(SOPHYAINCP)machdefs.h \ 424 $(SOPHYAINCP)pexceptions.h \ 425 $(SOPHYAINCP)machdefs.h \ 426 generalfunc.h 375 427 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfunc.cc 376 428 … … 379 431 $(SOPHYAINCP)machdefs.h \ 380 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)machdefs.h \ 381 434 classfunc.h generalfit.h \ 382 435 $(SOPHYAINCP)tvector.h \ … … 389 442 $(SOPHYAINCP)objfio.h \ 390 443 $(SOPHYAINCP)ppersist.h \ 444 $(SOPHYAINCP)pexceptions.h \ 391 445 $(SOPHYAINCP)gnumd5.h \ 392 446 $(SOPHYAINCP)ppfbinstream.h \ … … 399 453 $(SOPHYAINCP)tvector_tsnl.h \ 400 454 generaldata.h \ 455 $(SOPHYAINCP)objfio.h \ 456 $(SOPHYAINCP)ppersist.h \ 401 457 $(SOPHYAINCP)ntupintf.h poly.h \ 402 458 peida.h $(SOPHYAINCP)utils.h \ 403 459 $(SOPHYAINCP)perrors.h fmath.h \ 460 $(SOPHYAINCP)anydataobj.h \ 404 461 generalfunc.h 405 462 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc … … 413 470 ntoolsinit.h \ 414 471 $(SOPHYAINCP)tarrinit.h \ 415 $(SOPHYAINCP)sophyainit.h poly.h \ 472 $(SOPHYAINCP)sophyainit.h \ 473 $(SOPHYAINCP)machdefs.h poly.h \ 416 474 $(SOPHYAINCP)objfio.h \ 417 475 $(SOPHYAINCP)anydataobj.h \ … … 423 481 $(SOPHYAINCP)ppfnametag.h \ 424 482 peida.h $(SOPHYAINCP)utils.h \ 425 $(SOPHYAINCP)perrors.h fmath.h \ 426 $(SOPHYAINCP)tvector.h \ 427 $(SOPHYAINCP)tmatrix.h \ 428 $(SOPHYAINCP)tarray.h \ 429 $(SOPHYAINCP)basarr.h \ 430 $(SOPHYAINCP)mutyv.h \ 431 $(SOPHYAINCP)timestamp.h \ 432 $(SOPHYAINCP)dvlist.h \ 433 $(SOPHYAINCP)ndatablock.h \ 434 $(SOPHYAINCP)utilarr.h \ 435 $(SOPHYAINCP)tmatrix_tsnl.h \ 436 $(SOPHYAINCP)tvector_tsnl.h \ 483 $(SOPHYAINCP)perrors.h \ 484 $(SOPHYAINCP)pexceptions.h \ 485 fmath.h $(SOPHYAINCP)tvector.h \ 486 $(SOPHYAINCP)tmatrix.h \ 487 $(SOPHYAINCP)tarray.h \ 488 $(SOPHYAINCP)basarr.h \ 489 $(SOPHYAINCP)mutyv.h \ 490 $(SOPHYAINCP)timestamp.h \ 491 $(SOPHYAINCP)objfio.h \ 492 $(SOPHYAINCP)dvlist.h \ 493 $(SOPHYAINCP)ndatablock.h \ 494 $(SOPHYAINCP)utilarr.h \ 495 $(SOPHYAINCP)tmatrix_tsnl.h \ 496 $(SOPHYAINCP)tvector_tsnl.h \ 497 $(SOPHYAINCP)ppersist.h \ 498 $(SOPHYAINCP)anydataobj.h \ 437 499 generaldata.h \ 438 500 $(SOPHYAINCP)ntupintf.h cimage.h \ 439 $(SOPHYAINCP)fioarr.h tabmath.h \ 501 $(SOPHYAINCP)tmatrix.h \ 502 $(SOPHYAINCP)fioarr.h \ 503 $(SOPHYAINCP)tvector.h tabmath.h \ 440 504 nbconst.h dates.h datime.h 441 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc … … 446 510 $(SOPHYAINCP)machdefs.h \ 447 511 $(SOPHYAINCP)tmatrix.h \ 512 $(SOPHYAINCP)machdefs.h \ 448 513 $(SOPHYAINCP)tarray.h \ 449 514 $(SOPHYAINCP)basarr.h \ … … 463 528 $(SOPHYAINCP)tmatrix_tsnl.h \ 464 529 cimage.h $(SOPHYAINCP)fioarr.h \ 465 $(SOPHYAINCP)tvector.h \ 466 $(SOPHYAINCP)tvector_tsnl.h \ 530 $(SOPHYAINCP)tmatrix.h \ 531 $(SOPHYAINCP)tvector.h \ 532 $(SOPHYAINCP)tvector_tsnl.h \ 533 $(SOPHYAINCP)tvector.h \ 467 534 $(SOPHYAINCP)histos.h \ 468 535 $(SOPHYAINCP)peida.h \ … … 471 538 $(SOPHYAINCP)fmath.h \ 472 539 $(SOPHYAINCP)histos2.h \ 540 $(SOPHYAINCP)histos.h \ 473 541 $(SOPHYAINCP)hisprof.h \ 474 generalfit.h generaldata.h \ 542 generalfit.h \ 543 $(SOPHYAINCP)pexceptions.h \ 544 generaldata.h \ 545 $(SOPHYAINCP)objfio.h \ 546 $(SOPHYAINCP)ppersist.h \ 475 547 $(SOPHYAINCP)ntupintf.h poly.h \ 476 peida.h generalfunc.h 548 peida.h \ 549 $(SOPHYAINCP)anydataobj.h \ 550 generalfunc.h 477 551 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 478 552 … … 481 555 $(SOPHYAINCP)machdefs.h \ 482 556 $(SOPHYAINCP)pexceptions.h \ 557 $(SOPHYAINCP)machdefs.h \ 483 558 perandom.h $(SOPHYAINCP)histos.h \ 484 559 $(SOPHYAINCP)objfio.h \ 485 560 $(SOPHYAINCP)anydataobj.h \ 486 561 $(SOPHYAINCP)ppersist.h \ 562 $(SOPHYAINCP)pexceptions.h \ 487 563 $(SOPHYAINCP)gnumd5.h \ 488 564 $(SOPHYAINCP)ppfbinstream.h \ … … 504 580 $(SOPHYAINCP)tmatrix_tsnl.h \ 505 581 $(SOPHYAINCP)tvector_tsnl.h \ 506 $(SOPHYAINCP)srandgen.h pemath.h 582 $(SOPHYAINCP)srandgen.h \ 583 classfunc.h pemath.h 507 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 508 585 … … 511 588 $(SOPHYAINCP)machdefs.h poly.h \ 512 589 $(SOPHYAINCP)objfio.h \ 590 $(SOPHYAINCP)machdefs.h \ 513 591 $(SOPHYAINCP)anydataobj.h \ 514 592 $(SOPHYAINCP)ppersist.h \ … … 519 597 $(SOPHYAINCP)ppfnametag.h \ 520 598 peida.h $(SOPHYAINCP)utils.h \ 521 $(SOPHYAINCP)perrors.h fmath.h \ 522 $(SOPHYAINCP)tvector.h \ 523 $(SOPHYAINCP)tmatrix.h \ 524 $(SOPHYAINCP)tarray.h \ 525 $(SOPHYAINCP)basarr.h \ 526 $(SOPHYAINCP)mutyv.h \ 527 $(SOPHYAINCP)timestamp.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h \ 531 $(SOPHYAINCP)tmatrix_tsnl.h \ 532 $(SOPHYAINCP)tvector_tsnl.h \ 599 $(SOPHYAINCP)perrors.h \ 600 $(SOPHYAINCP)pexceptions.h \ 601 fmath.h $(SOPHYAINCP)tvector.h \ 602 $(SOPHYAINCP)tmatrix.h \ 603 $(SOPHYAINCP)tarray.h \ 604 $(SOPHYAINCP)basarr.h \ 605 $(SOPHYAINCP)mutyv.h \ 606 $(SOPHYAINCP)timestamp.h \ 607 $(SOPHYAINCP)objfio.h \ 608 $(SOPHYAINCP)dvlist.h \ 609 $(SOPHYAINCP)ndatablock.h \ 610 $(SOPHYAINCP)utilarr.h \ 611 $(SOPHYAINCP)tmatrix_tsnl.h \ 612 $(SOPHYAINCP)tvector_tsnl.h \ 613 $(SOPHYAINCP)ppersist.h \ 614 $(SOPHYAINCP)anydataobj.h \ 533 615 linfit.h $(SOPHYAINCP)sopemtx.h \ 616 $(SOPHYAINCP)tvector.h \ 534 617 $(SOPHYAINCP)fioarr.h 535 618 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc … … 540 623 rk4cdifeq.h difeq.h \ 541 624 $(SOPHYAINCP)pexceptions.h \ 542 $(SOPHYAINCP)tvector.h \ 543 $(SOPHYAINCP)tmatrix.h \ 544 $(SOPHYAINCP)tarray.h \ 545 $(SOPHYAINCP)basarr.h \ 546 $(SOPHYAINCP)anydataobj.h \ 547 $(SOPHYAINCP)mutyv.h \ 548 $(SOPHYAINCP)timestamp.h \ 549 $(SOPHYAINCP)objfio.h \ 550 $(SOPHYAINCP)ppersist.h \ 625 $(SOPHYAINCP)machdefs.h \ 626 $(SOPHYAINCP)tvector.h \ 627 $(SOPHYAINCP)tmatrix.h \ 628 $(SOPHYAINCP)tarray.h \ 629 $(SOPHYAINCP)basarr.h \ 630 $(SOPHYAINCP)anydataobj.h \ 631 $(SOPHYAINCP)mutyv.h \ 632 $(SOPHYAINCP)timestamp.h \ 633 $(SOPHYAINCP)objfio.h \ 634 $(SOPHYAINCP)ppersist.h \ 635 $(SOPHYAINCP)pexceptions.h \ 551 636 $(SOPHYAINCP)gnumd5.h \ 552 637 $(SOPHYAINCP)ppfbinstream.h \ … … 566 651 simplesort.h peida.h \ 567 652 $(SOPHYAINCP)utils.h \ 653 $(SOPHYAINCP)machdefs.h \ 568 654 $(SOPHYAINCP)perrors.h \ 655 $(SOPHYAINCP)pexceptions.h \ 569 656 $(SOPHYAINCP)pexceptions.h \ 570 657 fmath.h … … 577 664 $(SOPHYAINCP)tvector.h \ 578 665 $(SOPHYAINCP)tmatrix.h \ 579 $(SOPHYAINCP)tarray.h \ 580 $(SOPHYAINCP)basarr.h \ 581 $(SOPHYAINCP)anydataobj.h \ 582 $(SOPHYAINCP)mutyv.h \ 583 $(SOPHYAINCP)timestamp.h \ 584 $(SOPHYAINCP)objfio.h \ 585 $(SOPHYAINCP)ppersist.h \ 586 $(SOPHYAINCP)pexceptions.h \ 587 $(SOPHYAINCP)gnumd5.h \ 588 $(SOPHYAINCP)ppfbinstream.h \ 589 $(SOPHYAINCP)rawstream.h \ 590 $(SOPHYAINCP)ppfnametag.h \ 591 $(SOPHYAINCP)dvlist.h \ 592 $(SOPHYAINCP)ndatablock.h \ 593 $(SOPHYAINCP)utilarr.h \ 594 $(SOPHYAINCP)tmatrix_tsnl.h \ 595 $(SOPHYAINCP)tvector_tsnl.h \ 596 generalfit.h generaldata.h \ 666 $(SOPHYAINCP)machdefs.h \ 667 $(SOPHYAINCP)tarray.h \ 668 $(SOPHYAINCP)basarr.h \ 669 $(SOPHYAINCP)anydataobj.h \ 670 $(SOPHYAINCP)mutyv.h \ 671 $(SOPHYAINCP)timestamp.h \ 672 $(SOPHYAINCP)objfio.h \ 673 $(SOPHYAINCP)ppersist.h \ 674 $(SOPHYAINCP)pexceptions.h \ 675 $(SOPHYAINCP)gnumd5.h \ 676 $(SOPHYAINCP)ppfbinstream.h \ 677 $(SOPHYAINCP)rawstream.h \ 678 $(SOPHYAINCP)ppfnametag.h \ 679 $(SOPHYAINCP)dvlist.h \ 680 $(SOPHYAINCP)ndatablock.h \ 681 $(SOPHYAINCP)utilarr.h \ 682 $(SOPHYAINCP)tmatrix_tsnl.h \ 683 $(SOPHYAINCP)tvector_tsnl.h \ 684 generalfit.h \ 685 $(SOPHYAINCP)pexceptions.h \ 686 generaldata.h \ 687 $(SOPHYAINCP)objfio.h \ 688 $(SOPHYAINCP)ppersist.h \ 597 689 $(SOPHYAINCP)ntupintf.h poly.h \ 598 690 peida.h $(SOPHYAINCP)utils.h \ 599 691 $(SOPHYAINCP)perrors.h fmath.h \ 692 $(SOPHYAINCP)anydataobj.h \ 600 693 generalfunc.h \ 601 694 $(SOPHYAINCP)ntuple.h \ 695 $(SOPHYAINCP)ntupintf.h \ 602 696 $(SOPHYAINCP)timing.h 603 697 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc … … 608 702 tabmath.h peida.h \ 609 703 $(SOPHYAINCP)utils.h \ 704 $(SOPHYAINCP)machdefs.h \ 610 705 $(SOPHYAINCP)perrors.h \ 706 $(SOPHYAINCP)pexceptions.h \ 611 707 $(SOPHYAINCP)pexceptions.h \ 612 708 fmath.h nbconst.h … … 618 714 $(SOPHYAINCP)machdefs.h nbmath.h \ 619 715 $(SOPHYAINCP)smathconst.h \ 716 $(SOPHYAINCP)machdefs.h \ 620 717 $(SOPHYAINCP)timing.h \ 621 718 $(SOPHYAINCP)array.h \ … … 642 739 $(SOPHYAINCP)fioarr.h \ 643 740 $(SOPHYAINCP)sopemtx.h \ 644 fftservintf.h fftpserver.h 741 fftservintf.h \ 742 $(SOPHYAINCP)pexceptions.h \ 743 $(SOPHYAINCP)tmatrix.h \ 744 $(SOPHYAINCP)tvector.h \ 745 fftpserver.h 645 746 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 646 747 … … 667 768 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 668 769 $(SOPHYAINCP)machdefs.h \ 669 $(SOPHYAINCP)smathconst.h 770 $(SOPHYAINCP)smathconst.h \ 771 $(SOPHYAINCP)machdefs.h 670 772 $(CCOMPILE) -o $@ matxop.c 671 773 … … 673 775 $(SOPHYAINCP)machdefs.h \ 674 776 $(SOPHYAINCP)smathconst.h \ 675 matxop.h nbinteg.h nbtri.h 777 $(SOPHYAINCP)machdefs.h matxop.h \ 778 nbinteg.h nbtri.h 676 779 $(CCOMPILE) -o $@ nbmath.c 677 780 -
trunk/SophyaLib/NTools/smakefile
r3083 r3123 15 15 $(SOPHYAINCP)machdefs.h \ 16 16 $(SOPHYAINCP)pexceptions.h \ 17 cimage.h $(SOPHYAINCP)tmatrix.h \ 18 $(SOPHYAINCP)tarray.h \ 19 $(SOPHYAINCP)basarr.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)mutyv.h \ 22 $(SOPHYAINCP)timestamp.h \ 23 $(SOPHYAINCP)objfio.h \ 24 $(SOPHYAINCP)ppersist.h \ 17 $(SOPHYAINCP)machdefs.h cimage.h \ 18 $(SOPHYAINCP)tmatrix.h \ 19 $(SOPHYAINCP)tarray.h \ 20 $(SOPHYAINCP)basarr.h \ 21 $(SOPHYAINCP)anydataobj.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)timestamp.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 25 27 $(SOPHYAINCP)gnumd5.h \ 26 28 $(SOPHYAINCP)ppfbinstream.h \ … … 32 34 $(SOPHYAINCP)tmatrix_tsnl.h \ 33 35 $(SOPHYAINCP)fioarr.h \ 36 $(SOPHYAINCP)tmatrix.h \ 34 37 $(SOPHYAINCP)tvector.h \ 35 38 $(SOPHYAINCP)tvector_tsnl.h \ … … 41 44 $(SOPHYAINCP)machdefs.h nbtri.h \ 42 45 cspline.h \ 43 $(SOPHYAINCP)pexceptions.h 46 $(SOPHYAINCP)pexceptions.h \ 47 $(SOPHYAINCP)machdefs.h 44 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 45 49 … … 55 59 $(SOPHYAINCP)perrors.h \ 56 60 $(SOPHYAINCP)pexceptions.h \ 57 dates.h 61 $(SOPHYAINCP)machdefs.h dates.h \ 62 $(SOPHYAINCP)pexceptions.h 58 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 59 64 … … 62 67 $(SOPHYAINCP)machdefs.h \ 63 68 $(SOPHYAINCP)pexceptions.h \ 64 $(SOPHYAINCP)tvector.h \ 65 $(SOPHYAINCP)tmatrix.h \ 66 $(SOPHYAINCP)tarray.h \ 67 $(SOPHYAINCP)basarr.h \ 68 $(SOPHYAINCP)anydataobj.h \ 69 $(SOPHYAINCP)mutyv.h \ 70 $(SOPHYAINCP)timestamp.h \ 71 $(SOPHYAINCP)objfio.h \ 72 $(SOPHYAINCP)ppersist.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)tvector.h \ 71 $(SOPHYAINCP)tmatrix.h \ 72 $(SOPHYAINCP)tarray.h \ 73 $(SOPHYAINCP)basarr.h \ 74 $(SOPHYAINCP)anydataobj.h \ 75 $(SOPHYAINCP)mutyv.h \ 76 $(SOPHYAINCP)timestamp.h \ 77 $(SOPHYAINCP)objfio.h \ 78 $(SOPHYAINCP)ppersist.h \ 79 $(SOPHYAINCP)pexceptions.h \ 73 80 $(SOPHYAINCP)gnumd5.h \ 74 81 $(SOPHYAINCP)ppfbinstream.h \ … … 88 95 perandom.h $(SOPHYAINCP)histos.h \ 89 96 $(SOPHYAINCP)objfio.h \ 97 $(SOPHYAINCP)machdefs.h \ 90 98 $(SOPHYAINCP)anydataobj.h \ 91 99 $(SOPHYAINCP)ppersist.h \ … … 110 118 $(SOPHYAINCP)tmatrix_tsnl.h \ 111 119 $(SOPHYAINCP)tvector_tsnl.h \ 112 $(SOPHYAINCP)srandgen.h cimage.h \ 113 $(SOPHYAINCP)fioarr.h dynccd.h 120 $(SOPHYAINCP)srandgen.h \ 121 classfunc.h cimage.h \ 122 $(SOPHYAINCP)tmatrix.h \ 123 $(SOPHYAINCP)fioarr.h dynccd.h \ 124 $(SOPHYAINCP)pexceptions.h \ 125 $(SOPHYAINCP)ppersist.h 114 126 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 115 127 … … 119 131 fct1dfit.h generalfit.h \ 120 132 $(SOPHYAINCP)pexceptions.h \ 121 $(SOPHYAINCP)tvector.h \ 122 $(SOPHYAINCP)tmatrix.h \ 123 $(SOPHYAINCP)tarray.h \ 124 $(SOPHYAINCP)basarr.h \ 125 $(SOPHYAINCP)anydataobj.h \ 126 $(SOPHYAINCP)mutyv.h \ 127 $(SOPHYAINCP)timestamp.h \ 128 $(SOPHYAINCP)objfio.h \ 129 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)machdefs.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)timestamp.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)pexceptions.h \ 130 144 $(SOPHYAINCP)gnumd5.h \ 131 145 $(SOPHYAINCP)ppfbinstream.h \ … … 138 152 $(SOPHYAINCP)tvector_tsnl.h \ 139 153 generaldata.h \ 154 $(SOPHYAINCP)objfio.h \ 155 $(SOPHYAINCP)ppersist.h \ 140 156 $(SOPHYAINCP)ntupintf.h poly.h \ 141 157 peida.h $(SOPHYAINCP)utils.h \ 142 158 $(SOPHYAINCP)perrors.h fmath.h \ 159 $(SOPHYAINCP)anydataobj.h \ 143 160 generalfunc.h nbconst.h tabmath.h 144 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc … … 149 166 fct2dfit.h generalfit.h \ 150 167 $(SOPHYAINCP)pexceptions.h \ 151 $(SOPHYAINCP)tvector.h \ 152 $(SOPHYAINCP)tmatrix.h \ 153 $(SOPHYAINCP)tarray.h \ 154 $(SOPHYAINCP)basarr.h \ 155 $(SOPHYAINCP)anydataobj.h \ 156 $(SOPHYAINCP)mutyv.h \ 157 $(SOPHYAINCP)timestamp.h \ 158 $(SOPHYAINCP)objfio.h \ 159 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)machdefs.h \ 169 $(SOPHYAINCP)tvector.h \ 170 $(SOPHYAINCP)tmatrix.h \ 171 $(SOPHYAINCP)tarray.h \ 172 $(SOPHYAINCP)basarr.h \ 173 $(SOPHYAINCP)anydataobj.h \ 174 $(SOPHYAINCP)mutyv.h \ 175 $(SOPHYAINCP)timestamp.h \ 176 $(SOPHYAINCP)objfio.h \ 177 $(SOPHYAINCP)ppersist.h \ 178 $(SOPHYAINCP)pexceptions.h \ 160 179 $(SOPHYAINCP)gnumd5.h \ 161 180 $(SOPHYAINCP)ppfbinstream.h \ … … 168 187 $(SOPHYAINCP)tvector_tsnl.h \ 169 188 generaldata.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 170 191 $(SOPHYAINCP)ntupintf.h poly.h \ 171 192 peida.h $(SOPHYAINCP)utils.h \ 172 193 $(SOPHYAINCP)perrors.h fmath.h \ 194 $(SOPHYAINCP)anydataobj.h \ 173 195 generalfunc.h nbconst.h tabmath.h simps2d.h 174 196 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc … … 179 201 $(SOPHYAINCP)machdefs.h \ 180 202 $(SOPHYAINCP)pexceptions.h \ 181 $(SOPHYAINCP)tmatrix.h \ 182 $(SOPHYAINCP)tarray.h \ 183 $(SOPHYAINCP)basarr.h \ 184 $(SOPHYAINCP)anydataobj.h \ 185 $(SOPHYAINCP)mutyv.h \ 186 $(SOPHYAINCP)timestamp.h \ 187 $(SOPHYAINCP)objfio.h \ 188 $(SOPHYAINCP)ppersist.h \ 189 $(SOPHYAINCP)gnumd5.h \ 190 $(SOPHYAINCP)ppfbinstream.h \ 191 $(SOPHYAINCP)rawstream.h \ 192 $(SOPHYAINCP)ppfnametag.h \ 193 $(SOPHYAINCP)dvlist.h \ 194 $(SOPHYAINCP)ndatablock.h \ 195 $(SOPHYAINCP)utilarr.h \ 196 $(SOPHYAINCP)tmatrix_tsnl.h \ 197 $(SOPHYAINCP)tvector.h \ 203 $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)tmatrix.h \ 205 $(SOPHYAINCP)tarray.h \ 206 $(SOPHYAINCP)basarr.h \ 207 $(SOPHYAINCP)anydataobj.h \ 208 $(SOPHYAINCP)mutyv.h \ 209 $(SOPHYAINCP)timestamp.h \ 210 $(SOPHYAINCP)objfio.h \ 211 $(SOPHYAINCP)ppersist.h \ 212 $(SOPHYAINCP)pexceptions.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)dvlist.h \ 218 $(SOPHYAINCP)ndatablock.h \ 219 $(SOPHYAINCP)utilarr.h \ 220 $(SOPHYAINCP)tmatrix_tsnl.h \ 221 $(SOPHYAINCP)tvector.h \ 222 $(SOPHYAINCP)tmatrix.h \ 198 223 $(SOPHYAINCP)tvector_tsnl.h \ 199 224 fftmayer.h … … 205 230 $(SOPHYAINCP)machdefs.h \ 206 231 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)tmatrix.h \ 208 $(SOPHYAINCP)tarray.h \ 209 $(SOPHYAINCP)basarr.h \ 210 $(SOPHYAINCP)anydataobj.h \ 211 $(SOPHYAINCP)mutyv.h \ 212 $(SOPHYAINCP)timestamp.h \ 213 $(SOPHYAINCP)objfio.h \ 214 $(SOPHYAINCP)ppersist.h \ 215 $(SOPHYAINCP)gnumd5.h \ 216 $(SOPHYAINCP)ppfbinstream.h \ 217 $(SOPHYAINCP)rawstream.h \ 218 $(SOPHYAINCP)ppfnametag.h \ 219 $(SOPHYAINCP)dvlist.h \ 220 $(SOPHYAINCP)ndatablock.h \ 221 $(SOPHYAINCP)utilarr.h \ 222 $(SOPHYAINCP)tmatrix_tsnl.h \ 223 $(SOPHYAINCP)tvector.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 $(SOPHYAINCP)tmatrix.h \ 234 $(SOPHYAINCP)tarray.h \ 235 $(SOPHYAINCP)basarr.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)mutyv.h \ 238 $(SOPHYAINCP)timestamp.h \ 239 $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)ppersist.h \ 241 $(SOPHYAINCP)pexceptions.h \ 242 $(SOPHYAINCP)gnumd5.h \ 243 $(SOPHYAINCP)ppfbinstream.h \ 244 $(SOPHYAINCP)rawstream.h \ 245 $(SOPHYAINCP)ppfnametag.h \ 246 $(SOPHYAINCP)dvlist.h \ 247 $(SOPHYAINCP)ndatablock.h \ 248 $(SOPHYAINCP)utilarr.h \ 249 $(SOPHYAINCP)tmatrix_tsnl.h \ 250 $(SOPHYAINCP)tvector.h \ 251 $(SOPHYAINCP)tmatrix.h \ 224 252 $(SOPHYAINCP)tvector_tsnl.h \ 225 253 fftpackc.h … … 231 259 $(SOPHYAINCP)machdefs.h \ 232 260 $(SOPHYAINCP)pexceptions.h \ 233 $(SOPHYAINCP)tmatrix.h \ 234 $(SOPHYAINCP)tarray.h \ 235 $(SOPHYAINCP)basarr.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)mutyv.h \ 238 $(SOPHYAINCP)timestamp.h \ 239 $(SOPHYAINCP)objfio.h \ 240 $(SOPHYAINCP)ppersist.h \ 241 $(SOPHYAINCP)gnumd5.h \ 242 $(SOPHYAINCP)ppfbinstream.h \ 243 $(SOPHYAINCP)rawstream.h \ 244 $(SOPHYAINCP)ppfnametag.h \ 245 $(SOPHYAINCP)dvlist.h \ 246 $(SOPHYAINCP)ndatablock.h \ 247 $(SOPHYAINCP)utilarr.h \ 248 $(SOPHYAINCP)tmatrix_tsnl.h \ 249 $(SOPHYAINCP)tvector.h \ 261 $(SOPHYAINCP)machdefs.h \ 262 $(SOPHYAINCP)tmatrix.h \ 263 $(SOPHYAINCP)tarray.h \ 264 $(SOPHYAINCP)basarr.h \ 265 $(SOPHYAINCP)anydataobj.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h \ 268 $(SOPHYAINCP)objfio.h \ 269 $(SOPHYAINCP)ppersist.h \ 270 $(SOPHYAINCP)pexceptions.h \ 271 $(SOPHYAINCP)gnumd5.h \ 272 $(SOPHYAINCP)ppfbinstream.h \ 273 $(SOPHYAINCP)rawstream.h \ 274 $(SOPHYAINCP)ppfnametag.h \ 275 $(SOPHYAINCP)dvlist.h \ 276 $(SOPHYAINCP)ndatablock.h \ 277 $(SOPHYAINCP)utilarr.h \ 278 $(SOPHYAINCP)tmatrix_tsnl.h \ 279 $(SOPHYAINCP)tvector.h \ 280 $(SOPHYAINCP)tmatrix.h \ 250 281 $(SOPHYAINCP)tvector_tsnl.h 251 282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc … … 256 287 $(SOPHYAINCP)machdefs.h nbmath.h \ 257 288 $(SOPHYAINCP)smathconst.h \ 289 $(SOPHYAINCP)machdefs.h \ 258 290 $(SOPHYAINCP)timing.h \ 259 291 $(SOPHYAINCP)array.h \ … … 280 312 $(SOPHYAINCP)fioarr.h \ 281 313 $(SOPHYAINCP)sopemtx.h \ 282 fftservintf.h fftpserver.h toeplitzMatrix.h 314 fftservintf.h \ 315 $(SOPHYAINCP)pexceptions.h \ 316 $(SOPHYAINCP)tmatrix.h \ 317 $(SOPHYAINCP)tvector.h \ 318 fftpserver.h toeplitzMatrix.h 283 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 284 320 … … 287 323 $(SOPHYAINCP)machdefs.h \ 288 324 $(SOPHYAINCP)pexceptions.h \ 325 $(SOPHYAINCP)machdefs.h \ 289 326 functab.h $(SOPHYAINCP)tvector.h \ 290 327 $(SOPHYAINCP)tmatrix.h \ … … 296 333 $(SOPHYAINCP)objfio.h \ 297 334 $(SOPHYAINCP)ppersist.h \ 298 $(SOPHYAINCP)gnumd5.h \ 299 $(SOPHYAINCP)ppfbinstream.h \ 300 $(SOPHYAINCP)rawstream.h \ 301 $(SOPHYAINCP)ppfnametag.h \ 302 $(SOPHYAINCP)dvlist.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 $(SOPHYAINCP)tmatrix_tsnl.h \ 306 $(SOPHYAINCP)tvector_tsnl.h 335 $(SOPHYAINCP)pexceptions.h \ 336 $(SOPHYAINCP)gnumd5.h \ 337 $(SOPHYAINCP)ppfbinstream.h \ 338 $(SOPHYAINCP)rawstream.h \ 339 $(SOPHYAINCP)ppfnametag.h \ 340 $(SOPHYAINCP)dvlist.h \ 341 $(SOPHYAINCP)ndatablock.h \ 342 $(SOPHYAINCP)utilarr.h \ 343 $(SOPHYAINCP)tmatrix_tsnl.h \ 344 $(SOPHYAINCP)tvector_tsnl.h \ 345 $(SOPHYAINCP)tarray.h 307 346 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 308 347 … … 313 352 generalfit.h \ 314 353 $(SOPHYAINCP)pexceptions.h \ 315 $(SOPHYAINCP)tvector.h \ 316 $(SOPHYAINCP)tmatrix.h \ 317 $(SOPHYAINCP)tarray.h \ 318 $(SOPHYAINCP)basarr.h \ 319 $(SOPHYAINCP)anydataobj.h \ 320 $(SOPHYAINCP)mutyv.h \ 321 $(SOPHYAINCP)timestamp.h \ 322 $(SOPHYAINCP)objfio.h \ 323 $(SOPHYAINCP)ppersist.h \ 354 $(SOPHYAINCP)machdefs.h \ 355 $(SOPHYAINCP)tvector.h \ 356 $(SOPHYAINCP)tmatrix.h \ 357 $(SOPHYAINCP)tarray.h \ 358 $(SOPHYAINCP)basarr.h \ 359 $(SOPHYAINCP)anydataobj.h \ 360 $(SOPHYAINCP)mutyv.h \ 361 $(SOPHYAINCP)timestamp.h \ 362 $(SOPHYAINCP)objfio.h \ 363 $(SOPHYAINCP)ppersist.h \ 364 $(SOPHYAINCP)pexceptions.h \ 324 365 $(SOPHYAINCP)gnumd5.h \ 325 366 $(SOPHYAINCP)ppfbinstream.h \ … … 332 373 $(SOPHYAINCP)tvector_tsnl.h \ 333 374 generaldata.h \ 375 $(SOPHYAINCP)objfio.h \ 376 $(SOPHYAINCP)ppersist.h \ 334 377 $(SOPHYAINCP)ntupintf.h poly.h \ 335 378 peida.h $(SOPHYAINCP)utils.h \ 336 379 $(SOPHYAINCP)perrors.h fmath.h \ 380 $(SOPHYAINCP)anydataobj.h \ 337 381 generalfunc.h 338 382 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc … … 342 386 $(SOPHYAINCP)machdefs.h \ 343 387 $(SOPHYAINCP)pexceptions.h \ 388 $(SOPHYAINCP)machdefs.h \ 344 389 generalfit.h \ 345 390 $(SOPHYAINCP)tvector.h \ … … 352 397 $(SOPHYAINCP)objfio.h \ 353 398 $(SOPHYAINCP)ppersist.h \ 399 $(SOPHYAINCP)pexceptions.h \ 354 400 $(SOPHYAINCP)gnumd5.h \ 355 401 $(SOPHYAINCP)ppfbinstream.h \ … … 362 408 $(SOPHYAINCP)tvector_tsnl.h \ 363 409 generaldata.h \ 410 $(SOPHYAINCP)objfio.h \ 411 $(SOPHYAINCP)ppersist.h \ 364 412 $(SOPHYAINCP)ntupintf.h poly.h \ 365 413 peida.h $(SOPHYAINCP)utils.h \ 366 414 $(SOPHYAINCP)perrors.h fmath.h \ 415 $(SOPHYAINCP)anydataobj.h \ 367 416 generalfunc.h \ 368 $(SOPHYAINCP)sopemtx.h 417 $(SOPHYAINCP)sopemtx.h \ 418 $(SOPHYAINCP)tvector.h 369 419 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 370 420 371 $(SOPHYAOBJP)generalfunc.o: generalfunc.cc generalfunc.h \ 372 $(SOPHYAINCP)sopnamsp.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)pexceptions.h 421 $(SOPHYAOBJP)generalfunc.o: generalfunc.cc \ 422 $(SOPHYAINCP)sopnamsp.h \ 423 $(SOPHYAINCP)machdefs.h \ 424 $(SOPHYAINCP)pexceptions.h \ 425 $(SOPHYAINCP)machdefs.h \ 426 generalfunc.h 375 427 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfunc.cc 376 428 … … 379 431 $(SOPHYAINCP)machdefs.h \ 380 432 $(SOPHYAINCP)pexceptions.h \ 433 $(SOPHYAINCP)machdefs.h \ 381 434 classfunc.h generalfit.h \ 382 435 $(SOPHYAINCP)tvector.h \ … … 389 442 $(SOPHYAINCP)objfio.h \ 390 443 $(SOPHYAINCP)ppersist.h \ 444 $(SOPHYAINCP)pexceptions.h \ 391 445 $(SOPHYAINCP)gnumd5.h \ 392 446 $(SOPHYAINCP)ppfbinstream.h \ … … 399 453 $(SOPHYAINCP)tvector_tsnl.h \ 400 454 generaldata.h \ 455 $(SOPHYAINCP)objfio.h \ 456 $(SOPHYAINCP)ppersist.h \ 401 457 $(SOPHYAINCP)ntupintf.h poly.h \ 402 458 peida.h $(SOPHYAINCP)utils.h \ 403 459 $(SOPHYAINCP)perrors.h fmath.h \ 460 $(SOPHYAINCP)anydataobj.h \ 404 461 generalfunc.h 405 462 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc … … 413 470 ntoolsinit.h \ 414 471 $(SOPHYAINCP)tarrinit.h \ 415 $(SOPHYAINCP)sophyainit.h poly.h \ 472 $(SOPHYAINCP)sophyainit.h \ 473 $(SOPHYAINCP)machdefs.h poly.h \ 416 474 $(SOPHYAINCP)objfio.h \ 417 475 $(SOPHYAINCP)anydataobj.h \ … … 423 481 $(SOPHYAINCP)ppfnametag.h \ 424 482 peida.h $(SOPHYAINCP)utils.h \ 425 $(SOPHYAINCP)perrors.h fmath.h \ 426 $(SOPHYAINCP)tvector.h \ 427 $(SOPHYAINCP)tmatrix.h \ 428 $(SOPHYAINCP)tarray.h \ 429 $(SOPHYAINCP)basarr.h \ 430 $(SOPHYAINCP)mutyv.h \ 431 $(SOPHYAINCP)timestamp.h \ 432 $(SOPHYAINCP)dvlist.h \ 433 $(SOPHYAINCP)ndatablock.h \ 434 $(SOPHYAINCP)utilarr.h \ 435 $(SOPHYAINCP)tmatrix_tsnl.h \ 436 $(SOPHYAINCP)tvector_tsnl.h \ 483 $(SOPHYAINCP)perrors.h \ 484 $(SOPHYAINCP)pexceptions.h \ 485 fmath.h $(SOPHYAINCP)tvector.h \ 486 $(SOPHYAINCP)tmatrix.h \ 487 $(SOPHYAINCP)tarray.h \ 488 $(SOPHYAINCP)basarr.h \ 489 $(SOPHYAINCP)mutyv.h \ 490 $(SOPHYAINCP)timestamp.h \ 491 $(SOPHYAINCP)objfio.h \ 492 $(SOPHYAINCP)dvlist.h \ 493 $(SOPHYAINCP)ndatablock.h \ 494 $(SOPHYAINCP)utilarr.h \ 495 $(SOPHYAINCP)tmatrix_tsnl.h \ 496 $(SOPHYAINCP)tvector_tsnl.h \ 497 $(SOPHYAINCP)ppersist.h \ 498 $(SOPHYAINCP)anydataobj.h \ 437 499 generaldata.h \ 438 500 $(SOPHYAINCP)ntupintf.h cimage.h \ 439 $(SOPHYAINCP)fioarr.h tabmath.h \ 501 $(SOPHYAINCP)tmatrix.h \ 502 $(SOPHYAINCP)fioarr.h \ 503 $(SOPHYAINCP)tvector.h tabmath.h \ 440 504 nbconst.h dates.h datime.h 441 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc … … 446 510 $(SOPHYAINCP)machdefs.h \ 447 511 $(SOPHYAINCP)tmatrix.h \ 512 $(SOPHYAINCP)machdefs.h \ 448 513 $(SOPHYAINCP)tarray.h \ 449 514 $(SOPHYAINCP)basarr.h \ … … 463 528 $(SOPHYAINCP)tmatrix_tsnl.h \ 464 529 cimage.h $(SOPHYAINCP)fioarr.h \ 465 $(SOPHYAINCP)tvector.h \ 466 $(SOPHYAINCP)tvector_tsnl.h \ 530 $(SOPHYAINCP)tmatrix.h \ 531 $(SOPHYAINCP)tvector.h \ 532 $(SOPHYAINCP)tvector_tsnl.h \ 533 $(SOPHYAINCP)tvector.h \ 467 534 $(SOPHYAINCP)histos.h \ 468 535 $(SOPHYAINCP)peida.h \ … … 471 538 $(SOPHYAINCP)fmath.h \ 472 539 $(SOPHYAINCP)histos2.h \ 540 $(SOPHYAINCP)histos.h \ 473 541 $(SOPHYAINCP)hisprof.h \ 474 generalfit.h generaldata.h \ 542 generalfit.h \ 543 $(SOPHYAINCP)pexceptions.h \ 544 generaldata.h \ 545 $(SOPHYAINCP)objfio.h \ 546 $(SOPHYAINCP)ppersist.h \ 475 547 $(SOPHYAINCP)ntupintf.h poly.h \ 476 peida.h generalfunc.h 548 peida.h \ 549 $(SOPHYAINCP)anydataobj.h \ 550 generalfunc.h 477 551 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 478 552 … … 481 555 $(SOPHYAINCP)machdefs.h \ 482 556 $(SOPHYAINCP)pexceptions.h \ 557 $(SOPHYAINCP)machdefs.h \ 483 558 perandom.h $(SOPHYAINCP)histos.h \ 484 559 $(SOPHYAINCP)objfio.h \ 485 560 $(SOPHYAINCP)anydataobj.h \ 486 561 $(SOPHYAINCP)ppersist.h \ 562 $(SOPHYAINCP)pexceptions.h \ 487 563 $(SOPHYAINCP)gnumd5.h \ 488 564 $(SOPHYAINCP)ppfbinstream.h \ … … 504 580 $(SOPHYAINCP)tmatrix_tsnl.h \ 505 581 $(SOPHYAINCP)tvector_tsnl.h \ 506 $(SOPHYAINCP)srandgen.h pemath.h 582 $(SOPHYAINCP)srandgen.h \ 583 classfunc.h pemath.h 507 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 508 585 … … 511 588 $(SOPHYAINCP)machdefs.h poly.h \ 512 589 $(SOPHYAINCP)objfio.h \ 590 $(SOPHYAINCP)machdefs.h \ 513 591 $(SOPHYAINCP)anydataobj.h \ 514 592 $(SOPHYAINCP)ppersist.h \ … … 519 597 $(SOPHYAINCP)ppfnametag.h \ 520 598 peida.h $(SOPHYAINCP)utils.h \ 521 $(SOPHYAINCP)perrors.h fmath.h \ 522 $(SOPHYAINCP)tvector.h \ 523 $(SOPHYAINCP)tmatrix.h \ 524 $(SOPHYAINCP)tarray.h \ 525 $(SOPHYAINCP)basarr.h \ 526 $(SOPHYAINCP)mutyv.h \ 527 $(SOPHYAINCP)timestamp.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h \ 531 $(SOPHYAINCP)tmatrix_tsnl.h \ 532 $(SOPHYAINCP)tvector_tsnl.h \ 599 $(SOPHYAINCP)perrors.h \ 600 $(SOPHYAINCP)pexceptions.h \ 601 fmath.h $(SOPHYAINCP)tvector.h \ 602 $(SOPHYAINCP)tmatrix.h \ 603 $(SOPHYAINCP)tarray.h \ 604 $(SOPHYAINCP)basarr.h \ 605 $(SOPHYAINCP)mutyv.h \ 606 $(SOPHYAINCP)timestamp.h \ 607 $(SOPHYAINCP)objfio.h \ 608 $(SOPHYAINCP)dvlist.h \ 609 $(SOPHYAINCP)ndatablock.h \ 610 $(SOPHYAINCP)utilarr.h \ 611 $(SOPHYAINCP)tmatrix_tsnl.h \ 612 $(SOPHYAINCP)tvector_tsnl.h \ 613 $(SOPHYAINCP)ppersist.h \ 614 $(SOPHYAINCP)anydataobj.h \ 533 615 linfit.h $(SOPHYAINCP)sopemtx.h \ 616 $(SOPHYAINCP)tvector.h \ 534 617 $(SOPHYAINCP)fioarr.h 535 618 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc … … 540 623 rk4cdifeq.h difeq.h \ 541 624 $(SOPHYAINCP)pexceptions.h \ 542 $(SOPHYAINCP)tvector.h \ 543 $(SOPHYAINCP)tmatrix.h \ 544 $(SOPHYAINCP)tarray.h \ 545 $(SOPHYAINCP)basarr.h \ 546 $(SOPHYAINCP)anydataobj.h \ 547 $(SOPHYAINCP)mutyv.h \ 548 $(SOPHYAINCP)timestamp.h \ 549 $(SOPHYAINCP)objfio.h \ 550 $(SOPHYAINCP)ppersist.h \ 625 $(SOPHYAINCP)machdefs.h \ 626 $(SOPHYAINCP)tvector.h \ 627 $(SOPHYAINCP)tmatrix.h \ 628 $(SOPHYAINCP)tarray.h \ 629 $(SOPHYAINCP)basarr.h \ 630 $(SOPHYAINCP)anydataobj.h \ 631 $(SOPHYAINCP)mutyv.h \ 632 $(SOPHYAINCP)timestamp.h \ 633 $(SOPHYAINCP)objfio.h \ 634 $(SOPHYAINCP)ppersist.h \ 635 $(SOPHYAINCP)pexceptions.h \ 551 636 $(SOPHYAINCP)gnumd5.h \ 552 637 $(SOPHYAINCP)ppfbinstream.h \ … … 566 651 simplesort.h peida.h \ 567 652 $(SOPHYAINCP)utils.h \ 653 $(SOPHYAINCP)machdefs.h \ 568 654 $(SOPHYAINCP)perrors.h \ 655 $(SOPHYAINCP)pexceptions.h \ 569 656 $(SOPHYAINCP)pexceptions.h \ 570 657 fmath.h … … 577 664 $(SOPHYAINCP)tvector.h \ 578 665 $(SOPHYAINCP)tmatrix.h \ 579 $(SOPHYAINCP)tarray.h \ 580 $(SOPHYAINCP)basarr.h \ 581 $(SOPHYAINCP)anydataobj.h \ 582 $(SOPHYAINCP)mutyv.h \ 583 $(SOPHYAINCP)timestamp.h \ 584 $(SOPHYAINCP)objfio.h \ 585 $(SOPHYAINCP)ppersist.h \ 586 $(SOPHYAINCP)pexceptions.h \ 587 $(SOPHYAINCP)gnumd5.h \ 588 $(SOPHYAINCP)ppfbinstream.h \ 589 $(SOPHYAINCP)rawstream.h \ 590 $(SOPHYAINCP)ppfnametag.h \ 591 $(SOPHYAINCP)dvlist.h \ 592 $(SOPHYAINCP)ndatablock.h \ 593 $(SOPHYAINCP)utilarr.h \ 594 $(SOPHYAINCP)tmatrix_tsnl.h \ 595 $(SOPHYAINCP)tvector_tsnl.h \ 596 generalfit.h generaldata.h \ 666 $(SOPHYAINCP)machdefs.h \ 667 $(SOPHYAINCP)tarray.h \ 668 $(SOPHYAINCP)basarr.h \ 669 $(SOPHYAINCP)anydataobj.h \ 670 $(SOPHYAINCP)mutyv.h \ 671 $(SOPHYAINCP)timestamp.h \ 672 $(SOPHYAINCP)objfio.h \ 673 $(SOPHYAINCP)ppersist.h \ 674 $(SOPHYAINCP)pexceptions.h \ 675 $(SOPHYAINCP)gnumd5.h \ 676 $(SOPHYAINCP)ppfbinstream.h \ 677 $(SOPHYAINCP)rawstream.h \ 678 $(SOPHYAINCP)ppfnametag.h \ 679 $(SOPHYAINCP)dvlist.h \ 680 $(SOPHYAINCP)ndatablock.h \ 681 $(SOPHYAINCP)utilarr.h \ 682 $(SOPHYAINCP)tmatrix_tsnl.h \ 683 $(SOPHYAINCP)tvector_tsnl.h \ 684 generalfit.h \ 685 $(SOPHYAINCP)pexceptions.h \ 686 generaldata.h \ 687 $(SOPHYAINCP)objfio.h \ 688 $(SOPHYAINCP)ppersist.h \ 597 689 $(SOPHYAINCP)ntupintf.h poly.h \ 598 690 peida.h $(SOPHYAINCP)utils.h \ 599 691 $(SOPHYAINCP)perrors.h fmath.h \ 692 $(SOPHYAINCP)anydataobj.h \ 600 693 generalfunc.h \ 601 694 $(SOPHYAINCP)ntuple.h \ 695 $(SOPHYAINCP)ntupintf.h \ 602 696 $(SOPHYAINCP)timing.h 603 697 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc … … 608 702 tabmath.h peida.h \ 609 703 $(SOPHYAINCP)utils.h \ 704 $(SOPHYAINCP)machdefs.h \ 610 705 $(SOPHYAINCP)perrors.h \ 706 $(SOPHYAINCP)pexceptions.h \ 611 707 $(SOPHYAINCP)pexceptions.h \ 612 708 fmath.h nbconst.h … … 618 714 $(SOPHYAINCP)machdefs.h nbmath.h \ 619 715 $(SOPHYAINCP)smathconst.h \ 716 $(SOPHYAINCP)machdefs.h \ 620 717 $(SOPHYAINCP)timing.h \ 621 718 $(SOPHYAINCP)array.h \ … … 642 739 $(SOPHYAINCP)fioarr.h \ 643 740 $(SOPHYAINCP)sopemtx.h \ 644 fftservintf.h fftpserver.h 741 fftservintf.h \ 742 $(SOPHYAINCP)pexceptions.h \ 743 $(SOPHYAINCP)tmatrix.h \ 744 $(SOPHYAINCP)tvector.h \ 745 fftpserver.h 645 746 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 646 747 … … 667 768 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 668 769 $(SOPHYAINCP)machdefs.h \ 669 $(SOPHYAINCP)smathconst.h 770 $(SOPHYAINCP)smathconst.h \ 771 $(SOPHYAINCP)machdefs.h 670 772 $(CCOMPILE) -o $@ matxop.c 671 773 … … 673 775 $(SOPHYAINCP)machdefs.h \ 674 776 $(SOPHYAINCP)smathconst.h \ 675 matxop.h nbinteg.h nbtri.h 777 $(SOPHYAINCP)machdefs.h matxop.h \ 778 nbinteg.h nbtri.h 676 779 $(CCOMPILE) -o $@ nbmath.c 677 780
Note:
See TracChangeset
for help on using the changeset viewer.