#include "jbltools/kinfit/hbook.h"
#include "jbltools/kinfit/ftypes.h"
#include <string>
#include <algorithm>
Include dependency graph for hbook.C:
Go to the source code of this file.
Functions | |
void | charray_to_fortran (int n, int charraylen, const FCharacter *charrayin, FCharacter *&charrayout) |
void | charray_from_fortran (int n, int charraylen, const FCharacter *charrayin, FCharacter *&charrayout) |
void | string_to_fortran (int n, unsigned int &charraylen, const string sarrayin[], FCharacter *&charrayout) |
void | string_to_fortran (unsigned int &charraylen, const vector< string > &sarrayin, FCharacter *&charrayout) |
void | string_from_fortran (int n, unsigned int charraylen, const FCharacter *charrayin, string sarrayout[]) |
void | string_from_fortran (unsigned int charraylen, const FCharacter *charrayin, string &sout) |
void | hbookn (FInteger id, const string &chtitl, FInteger nvar, const string &chrzpa, FInteger nwbuff, const string chtags[]) |
void | hgiven (FInteger id, string &chtitl, FInteger &nvar, string chtag[], FReal rlow[], FReal rhigh[]) |
FInteger | hgntv (FInteger id, const string chvar[], FInteger nvar, FInteger irow, FInteger &ierr) |
void | hlabel (FInteger id, FInteger nlab, string clab[], const string &chopt) |
void | hgive (FInteger id, string &chtitl, FInteger &nx, FReal &xmi, FReal &xma, FInteger &ny, FReal &ymi, FReal &yma, FInteger &nwt, FInteger &loc) |
void | hfinam (FInteger id, const string chpnam[], FInteger npar) |
void | hfinam (FInteger id, const vector< string > &chpnam, FInteger npar) |
void | hgfit (FInteger id, FInteger &nfpar, FInteger &npfits, FReal &fitchi, FReal fitpar[], FReal fitsig[], string fitnam[]) |
FInteger | hlnext (FInteger &idh, string &chtype, string &chtitl, const string &chopt) |
FInteger | hrdir (FInteger maxdir, string chdir[], FInteger &ndir) |
FInteger | hrdir (FInteger maxdir, string chdir[]) |
void | hmerge (FInteger nfiles, const string chfin[], const string &chfout) |
Variables | |
PAWC_Type | pawc_ |
HCFITDType | hcfitd_ |
QUESTType | quest_ |
|
Definition at line 70 of file hbook.C. References FCharacter. |
|
Definition at line 40 of file hbook.C. References FCharacter. |
|
Definition at line 236 of file hbook.C. References FCharacter, hbookn_(), and string_to_fortran(). |
|
Definition at line 342 of file hbook.C. References FCharacter, hfinam_(), and string_to_fortran(). |
|
Definition at line 333 of file hbook.C. References FCharacter, hfinam_(), and string_to_fortran(). |
|
Definition at line 352 of file hbook.C. References FCharacter, hgfit_(), and string_from_fortran(). |
|
Definition at line 309 of file hbook.C. References FCharacter, hgive_(), and string_from_fortran(). |
|
Definition at line 252 of file hbook.C. References FCharacter, hgiven_(), and string_from_fortran(). |
|
Definition at line 268 of file hbook.C. References FCharacter, FInteger, hgntv_(), and string_to_fortran(). |
|
Definition at line 290 of file hbook.C. References FCharacter, hlabel_(), string_from_fortran(), and string_to_fortran(). |
|
Definition at line 371 of file hbook.C. References FCharacter, FInteger, hlnext_(), and string_from_fortran(). |
|
Definition at line 400 of file hbook.C. References FCharacter, hmerge_(), and string_to_fortran(). |
|
Definition at line 391 of file hbook.C. References FCharacter, FInteger, hrdir_(), and string_from_fortran(). |
|
Definition at line 382 of file hbook.C. References FCharacter, FInteger, hrdir_(), and string_from_fortran(). |
|
Definition at line 204 of file hbook.C. References FCharacter. Referenced by hgfit(), hgive(), hgiven(), hlabel(), hlnext(), and hrdir(). |
|
Definition at line 178 of file hbook.C. References FCharacter. |
|
Definition at line 140 of file hbook.C. References FCharacter. Referenced by hbookn(), hfinam(), hgntv(), hlabel(), and hmerge(). |
|
Definition at line 101 of file hbook.C. References FCharacter. |
|
|
|
|
|
|