Changeset 809 in Sophya
- Timestamp:
- Apr 3, 2000, 7:46:19 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histinit.cc
r763 r809 22 22 23 23 PPRegister(ObjFileIO<Histo>); 24 DObjRegister(ObjFileIO<Histo>, Histo); 24 25 PPRegister(ObjFileIO<Histo2D>); 26 DObjRegister(ObjFileIO<Histo2D>, Histo2D); 25 27 PPRegister(ObjFileIO<HProf>); 28 DObjRegister(ObjFileIO<HProf>, HProf); 26 29 27 30 PPRegister(ObjFileIO<NTuple>); 31 DObjRegister(ObjFileIO<NTuple>, NTuple); 28 32 PPRegister(ObjFileIO<XNTuple>); 33 DObjRegister(ObjFileIO<XNTuple>, XNTuple); 29 34 30 35 } -
trunk/SophyaLib/HiStats/ntuple.cc
r763 r809 351 351 char lineb[4096]; 352 352 char *line; 353 char buff[64];354 353 char* ccp; 355 int i,j,l,kk;354 int j,kk; 356 355 int postab, posb; 357 356 float* xv = new float[NbColumns()]; -
trunk/SophyaLib/Samba/scan.cc
r701 r809 7 7 #include <complex> 8 8 #include "piocmplx.h" 9 #include "fiondblock.h" 9 10 10 11 // valeurs de Pi, 2*Pi, etc 11 #include " nbmath.h"12 #include "smathconst.h" 12 13 13 14 -
trunk/SophyaLib/SkyMap/localmap.cc
r764 r809 3 3 #include <complex> 4 4 #include "piocmplx.h" 5 #include "fiondblock.h" 5 6 6 7 #include <string.h> -
trunk/SophyaLib/SkyMap/spheregorski.cc
r771 r809 4 4 5 5 #include "pexceptions.h" 6 #include "fiondblock.h" 6 7 #include "spheregorski.h" 7 8 #include "strutil.h" -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r764 r809 3 3 #include <complex> 4 4 #include "piocmplx.h" 5 #include "fiondblock.h" 5 6 #include <iostream.h> 6 7 -
trunk/SophyaProg/PMixer/tgrsr.cc
r761 r809 24 24 int main(int narg, char* arg[]) 25 25 { 26 PeidaInit();26 SophyaInit(); 27 27 InitTim(); // Initializing the CPU timer 28 28 -
trunk/SophyaProg/PMixer/tgsky.cc
r761 r809 20 20 double gmoy=0., gsig=0.; 21 21 22 PeidaInit();22 SophyaInit(); 23 23 InitTim(); // Initializing the CPU timer 24 24 if ((narg < 5) || ((narg>1) && (strcmp(arg[1],"-h") == 0)) ) {
Note:
See TracChangeset
for help on using the changeset viewer.