Functions | |
| cout<< "skymap size : "<< L<< endl;for(int l=0;l< L;l++) sm.set(l, l);sm > | const_cast< char * > ("skymap.dat") |
| sm | const_cast< char * > ("skymap.root") |
| cout<< "healpix skymap size : "<< eL<< endl;for(int l=0;l< L;l++) esm.set(l, l);esm > | const_cast< char * > ("skymap.fits") |
| exit (0) | |
Variables | |
| int | eL = esm.size() |
| skymap | esm (7) |
| int | L = sm.size() |
| cout<< "skymap size : " << L << endl; for(int l=0;l<L;l++) sm.set(l,l); sm > const_cast< char *> | ( | "skymap.dat" | ) |
| sm const_cast< char *> | ( | "skymap.root" | ) |
| cout<< "healpix skymap size : " << eL << endl; for(int l=0;l<L;l++) esm.set(l,l); esm > const_cast< char *> | ( | "skymap.fits" | ) |
| exit | ( | 0 | ) |
Definition at line 17 of file TestWriteOperatorSkymap.C.
| skymap esm(7) |
Definition at line 5 of file TestWriteOperatorSkymap.C.