Functions | |
| void | cioclose1_ (int *channel) |
| void | cioclose_ () |
| void | ciorinit_ (int *inilevel, int *codsys, int *vrb, int *irc) |
| void | ciorshutdown_ () |
| int | crofieldindexc (int *channel, int *rectype, char *fieldname, int *vrb, int *datype, int *irc) |
| void | crofileinfo_ (int *channel, int *ouflag, int *vrb, int *irc) |
| int | crofileversion_ (int *channel) |
| bool | crogotorec_ (int *channel, int *recnumber, int *vrb, int *irc) |
| void | croheader1info_ (int *ouflag) |
| void | croheaderinfo_ (int *ouflag, int *vrb, int *irc) |
| void | croinputdata0_ (int *intdata, double *realdata, int *shprimcode, double *shprimwt) |
| void | crooldata_ (int *vrb, int *nobslev, double *olzv, double *oldepth, int *irc) |
| void | croreccount_ (int *channel, int *vrb, int *nrtype, int *nrec, int *irc) |
| bool | crorecfind_ (int *channel, int *intype, int *vrb, int *infield1, int *rectype) |
| void | crorecninfo_ (int *channel, int *poskey, int *ouflag, int *vrb, int *irc) |
| int | crorecnumber_ (int *channel, int *vrb, int *irc) |
| void | crorewind_ (int *channel, int *vrb, int *irc) |
| bool | crospcode_ (int *pcode, int *splabel) |
| void | crotaskidc (char *taskname, int *namelen, int *taskversion, char *startdate) |
| void | fitghf_ (int *bodata0, int *eodata0, double *depths, double *nallch, double *weights, int *ws, double *minnmax, double *nminratio, int *bodataeff, int *eodataeff, double *nmax, double *xmax, double *x0, double *lambda, double *sqsum, int *irc) |
| bool | getcrorecord_ (int *channel, int *intfields, double *realfields, bool *altrec, int *vrb, int *irc) |
| bool | getcrorectype_ (int *channel, int *vrb, int *infield1, int *rectype) |
| int | getinpintc (char *dirname) |
| double | getinprealc (char *dirname) |
| void | getinpstringc (char *dirname, char *value, int *slen) |
| bool | getinpswitchc (char *dirname) |
| double | grandom_ () |
| int | nuclcode_ (int *z, int *n, int *irc) |
| void | nucldecode_ (int *ncode, int *z, int *n, int *a) |
| void | olcoord_ (int *nobslev, double *olzv, double *groundz, double *injz, double *zenith, double *azimuth, double *xaxis, double *yaxis, double *zaxis, double *tshift, double *mx, double *my, int *irc) |
| void | olcrossed_ (int *olkey, int *updown, int *firstol, int *lastol) |
| void | olcrossedu_ (int *olkey, double *ux, double *uy, double *uz, int *firstol, int *lastol) |
| bool | olsavemarked_ (int *obslev, int *vrb, int *irc) |
| void | olv2slant_ (int *nobslev, double *olxv, double *Xv0, int *zendis, double *zen1, double *zen2, double *groundz, double *olxs) |
| void | opencrofilec (const char *wdir, const char *filename, int *header1, int *logbase, int *vrb, int *channel, int *irc) |
| void | raninit_ (double *seed) |
| bool | regetcrorecord_ (int *channel, int *intfields, double *realfields, bool *altrec, int *vrb, int *irc) |
| void | sp1stint_ (int *csys, double *x1, double *y1, double *z1, int *irc) |
| void | spaddnull_ (double *pener, double *pwt, int *irc) |
| void | spaddp0_ (int *pcode, double *pener, int *csys, double *ux, double *uy, double *uz, double *pwt, int *irc) |
| void | spaddpn_ (int *n, int *pcode, double *pener, int *csys, int *ldu, double **uxyz, double *pwt, int *irc) |
| void | speiend_ (int *retcode) |
| void | speigetmodnamec (char *mn, int *mnlen, char *mnfull, int *mnfullen) |
| void | speigetparsc (char *parstring, int *pstrlen) |
| void | speimv_ (int *mvnew, int *mvold) |
| void | speistart_ (int *showerno, double *primener, double *injpos, double *xvinj, double *zground, double *xvground, double *dgroundinj, double *uprim) |
| void | speitaskc (char *taskn, int *tasklen, int *tver) |
| void | spinjpoint_ (int *csys, double *x0, double *y0, double *z0, int *tsw, double *t0beta, int *irc) |
| void | spnshowers_ (int *totsh, int *firstsh, int *lastsh) |
| void | sprimname_ (char *pname, int *pnamelen) |
| int | thisairesversion_ () |
| double | urandom_ () |
| double | xslant_ (double *Xvert, double *Xv0, double *cozenith, double *zground) |
| void AiresF77Mapping::cioclose1_ | ( | int * | channel | ) |
Referenced by io::AiresWrapper::cioclose1().
| void AiresF77Mapping::cioclose_ | ( | ) |
Referenced by io::AiresWrapper::cioclose().
| void AiresF77Mapping::ciorinit_ | ( | int * | inilevel, |
| int * | codsys, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::ciorinit().
| void AiresF77Mapping::ciorshutdown_ | ( | ) |
Referenced by io::AiresWrapper::ciorshutdown().
| int AiresF77Mapping::crofieldindexc | ( | int * | channel, |
| int * | rectype, | ||
| char * | fieldname, | ||
| int * | vrb, | ||
| int * | datype, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crofieldindex().
| void AiresF77Mapping::crofileinfo_ | ( | int * | channel, |
| int * | ouflag, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crofileinfo().
| int AiresF77Mapping::crofileversion_ | ( | int * | channel | ) |
Referenced by io::AiresWrapper::crofileversion().
| bool AiresF77Mapping::crogotorec_ | ( | int * | channel, |
| int * | recnumber, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crogotorec().
| void AiresF77Mapping::croheader1info_ | ( | int * | ouflag | ) |
Referenced by io::AiresWrapper::croheader1info().
| void AiresF77Mapping::croheaderinfo_ | ( | int * | ouflag, |
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::croheaderinfo().
| void AiresF77Mapping::croinputdata0_ | ( | int * | intdata, |
| double * | realdata, | ||
| int * | shprimcode, | ||
| double * | shprimwt | ||
| ) |
Referenced by io::AiresWrapper::croinputdata0().
| void AiresF77Mapping::crooldata_ | ( | int * | vrb, |
| int * | nobslev, | ||
| double * | olzv, | ||
| double * | oldepth, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crooldata().
| void AiresF77Mapping::croreccount_ | ( | int * | channel, |
| int * | vrb, | ||
| int * | nrtype, | ||
| int * | nrec, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::croreccount().
| bool AiresF77Mapping::crorecfind_ | ( | int * | channel, |
| int * | intype, | ||
| int * | vrb, | ||
| int * | infield1, | ||
| int * | rectype | ||
| ) |
Referenced by io::AiresWrapper::crorecfind().
| void AiresF77Mapping::crorecninfo_ | ( | int * | channel, |
| int * | poskey, | ||
| int * | ouflag, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crorecninfo().
| int AiresF77Mapping::crorecnumber_ | ( | int * | channel, |
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crorecnumber().
| void AiresF77Mapping::crorewind_ | ( | int * | channel, |
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::crorewind().
| bool AiresF77Mapping::crospcode_ | ( | int * | pcode, |
| int * | splabel | ||
| ) |
Referenced by io::AiresWrapper::crospcode().
| void AiresF77Mapping::crotaskidc | ( | char * | taskname, |
| int * | namelen, | ||
| int * | taskversion, | ||
| char * | startdate | ||
| ) |
Referenced by io::AiresWrapper::crotaskidc().
| void AiresF77Mapping::fitghf_ | ( | int * | bodata0, |
| int * | eodata0, | ||
| double * | depths, | ||
| double * | nallch, | ||
| double * | weights, | ||
| int * | ws, | ||
| double * | minnmax, | ||
| double * | nminratio, | ||
| int * | bodataeff, | ||
| int * | eodataeff, | ||
| double * | nmax, | ||
| double * | xmax, | ||
| double * | x0, | ||
| double * | lambda, | ||
| double * | sqsum, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::fitghf().
| bool AiresF77Mapping::getcrorecord_ | ( | int * | channel, |
| int * | intfields, | ||
| double * | realfields, | ||
| bool * | altrec, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::getcrorecord().
| bool AiresF77Mapping::getcrorectype_ | ( | int * | channel, |
| int * | vrb, | ||
| int * | infield1, | ||
| int * | rectype | ||
| ) |
Referenced by io::AiresWrapper::getcrorectype().
| int AiresF77Mapping::getinpintc | ( | char * | dirname | ) |
Referenced by io::AiresWrapper::getinpintc().
| double AiresF77Mapping::getinprealc | ( | char * | dirname | ) |
Referenced by io::AiresWrapper::getinprealc().
| void AiresF77Mapping::getinpstringc | ( | char * | dirname, |
| char * | value, | ||
| int * | slen | ||
| ) |
Referenced by io::AiresWrapper::getinpstringc().
| bool AiresF77Mapping::getinpswitchc | ( | char * | dirname | ) |
Referenced by io::AiresWrapper::getinpswitchc().
| double AiresF77Mapping::grandom_ | ( | ) |
Referenced by io::AiresWrapper::grandom().
| int AiresF77Mapping::nuclcode_ | ( | int * | z, |
| int * | n, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::nuclcode().
| void AiresF77Mapping::nucldecode_ | ( | int * | ncode, |
| int * | z, | ||
| int * | n, | ||
| int * | a | ||
| ) |
Referenced by io::AiresWrapper::nucldecode().
| void AiresF77Mapping::olcoord_ | ( | int * | nobslev, |
| double * | olzv, | ||
| double * | groundz, | ||
| double * | injz, | ||
| double * | zenith, | ||
| double * | azimuth, | ||
| double * | xaxis, | ||
| double * | yaxis, | ||
| double * | zaxis, | ||
| double * | tshift, | ||
| double * | mx, | ||
| double * | my, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::olcoord().
| void AiresF77Mapping::olcrossed_ | ( | int * | olkey, |
| int * | updown, | ||
| int * | firstol, | ||
| int * | lastol | ||
| ) |
Referenced by io::AiresWrapper::olcrossed().
| void AiresF77Mapping::olcrossedu_ | ( | int * | olkey, |
| double * | ux, | ||
| double * | uy, | ||
| double * | uz, | ||
| int * | firstol, | ||
| int * | lastol | ||
| ) |
Referenced by io::AiresWrapper::olcrossedu().
| bool AiresF77Mapping::olsavemarked_ | ( | int * | obslev, |
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::olsavemarked().
| void AiresF77Mapping::olv2slant_ | ( | int * | nobslev, |
| double * | olxv, | ||
| double * | Xv0, | ||
| int * | zendis, | ||
| double * | zen1, | ||
| double * | zen2, | ||
| double * | groundz, | ||
| double * | olxs | ||
| ) |
Referenced by io::AiresWrapper::olv2slant().
| void AiresF77Mapping::opencrofilec | ( | const char * | wdir, |
| const char * | filename, | ||
| int * | header1, | ||
| int * | logbase, | ||
| int * | vrb, | ||
| int * | channel, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::opencrofilec().
| void AiresF77Mapping::raninit_ | ( | double * | seed | ) |
Referenced by io::AiresWrapper::raninit().
| bool AiresF77Mapping::regetcrorecord_ | ( | int * | channel, |
| int * | intfields, | ||
| double * | realfields, | ||
| bool * | altrec, | ||
| int * | vrb, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::regetcrorecord().
| void AiresF77Mapping::sp1stint_ | ( | int * | csys, |
| double * | x1, | ||
| double * | y1, | ||
| double * | z1, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::sp1stint().
| void AiresF77Mapping::spaddnull_ | ( | double * | pener, |
| double * | pwt, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::spaddnull().
| void AiresF77Mapping::spaddp0_ | ( | int * | pcode, |
| double * | pener, | ||
| int * | csys, | ||
| double * | ux, | ||
| double * | uy, | ||
| double * | uz, | ||
| double * | pwt, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::spaddp0().
| void AiresF77Mapping::spaddpn_ | ( | int * | n, |
| int * | pcode, | ||
| double * | pener, | ||
| int * | csys, | ||
| int * | ldu, | ||
| double ** | uxyz, | ||
| double * | pwt, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::spaddpn().
| void AiresF77Mapping::speiend_ | ( | int * | retcode | ) |
Referenced by io::AiresWrapper::speiend().
| void AiresF77Mapping::speigetmodnamec | ( | char * | mn, |
| int * | mnlen, | ||
| char * | mnfull, | ||
| int * | mnfullen | ||
| ) |
Referenced by io::AiresWrapper::speigetmodnamec().
| void AiresF77Mapping::speigetparsc | ( | char * | parstring, |
| int * | pstrlen | ||
| ) |
Referenced by io::AiresWrapper::speigetparsc().
| void AiresF77Mapping::speimv_ | ( | int * | mvnew, |
| int * | mvold | ||
| ) |
Referenced by io::AiresWrapper::speimv().
| void AiresF77Mapping::speistart_ | ( | int * | showerno, |
| double * | primener, | ||
| double * | injpos, | ||
| double * | xvinj, | ||
| double * | zground, | ||
| double * | xvground, | ||
| double * | dgroundinj, | ||
| double * | uprim | ||
| ) |
Referenced by io::AiresWrapper::speistart().
| void AiresF77Mapping::speitaskc | ( | char * | taskn, |
| int * | tasklen, | ||
| int * | tver | ||
| ) |
Referenced by io::AiresWrapper::speitaskc().
| void AiresF77Mapping::spinjpoint_ | ( | int * | csys, |
| double * | x0, | ||
| double * | y0, | ||
| double * | z0, | ||
| int * | tsw, | ||
| double * | t0beta, | ||
| int * | irc | ||
| ) |
Referenced by io::AiresWrapper::spinjpoint().
| void AiresF77Mapping::spnshowers_ | ( | int * | totsh, |
| int * | firstsh, | ||
| int * | lastsh | ||
| ) |
Referenced by io::AiresWrapper::spnshowers().
| void AiresF77Mapping::sprimname_ | ( | char * | pname, |
| int * | pnamelen | ||
| ) |
Referenced by io::AiresWrapper::sprimname().
| int AiresF77Mapping::thisairesversion_ | ( | ) |
Referenced by io::AiresWrapper::thisairesversion().
| double AiresF77Mapping::urandom_ | ( | ) |
Referenced by io::AiresWrapper::urandom().
| double AiresF77Mapping::xslant_ | ( | double * | Xvert, |
| double * | Xv0, | ||
| double * | cozenith, | ||
| double * | zground | ||
| ) |
Referenced by io::AiresWrapper::xslant().