Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

hbook.C File Reference

#include "jbltools/kinfit/hbook.h"
#include "jbltools/kinfit/ftypes.h"
#include <string>
#include <algorithm>

Include dependency graph for hbook.C:

Include dependency graph

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_


Function Documentation

void charray_from_fortran int  n,
int  charraylen,
const FCharacter charrayin,
FCharacter *&  charrayout
 

Definition at line 70 of file hbook.C.

References FCharacter.

void charray_to_fortran int  n,
int  charraylen,
const FCharacter charrayin,
FCharacter *&  charrayout
 

Definition at line 40 of file hbook.C.

References FCharacter.

void hbookn FInteger  id,
const string &  chtitl,
FInteger  nvar,
const string &  chrzpa,
FInteger  nwbuff,
const string  chtags[]
 

Definition at line 236 of file hbook.C.

References FCharacter, hbookn_(), and string_to_fortran().

void hfinam FInteger  id,
const vector< string > &  chpnam,
FInteger  npar
 

Definition at line 342 of file hbook.C.

References FCharacter, hfinam_(), and string_to_fortran().

void hfinam FInteger  id,
const string  chpnam[],
FInteger  npar
 

Definition at line 333 of file hbook.C.

References FCharacter, hfinam_(), and string_to_fortran().

void hgfit FInteger  id,
FInteger nfpar,
FInteger npfits,
FReal fitchi,
FReal  fitpar[],
FReal  fitsig[],
string  fitnam[]
 

Definition at line 352 of file hbook.C.

References FCharacter, hgfit_(), and string_from_fortran().

void hgive FInteger  id,
string &  chtitl,
FInteger nx,
FReal xmi,
FReal xma,
FInteger ny,
FReal ymi,
FReal yma,
FInteger nwt,
FInteger loc
 

Definition at line 309 of file hbook.C.

References FCharacter, hgive_(), and string_from_fortran().

void hgiven FInteger  id,
string &  chtitl,
FInteger nvar,
string  chtag[],
FReal  rlow[],
FReal  rhigh[]
 

Definition at line 252 of file hbook.C.

References FCharacter, hgiven_(), and string_from_fortran().

FInteger hgntv FInteger  id,
const string  chvar[],
FInteger  nvar,
FInteger  irow,
FInteger ierr
 

Definition at line 268 of file hbook.C.

References FCharacter, FInteger, hgntv_(), and string_to_fortran().

void hlabel FInteger  id,
FInteger  nlab,
string  clab[],
const string &  chopt
 

Definition at line 290 of file hbook.C.

References FCharacter, hlabel_(), string_from_fortran(), and string_to_fortran().

FInteger hlnext FInteger idh,
string &  chtype,
string &  chtitl,
const string &  chopt
 

Definition at line 371 of file hbook.C.

References FCharacter, FInteger, hlnext_(), and string_from_fortran().

void hmerge FInteger  nfiles,
const string  chfin[],
const string &  chfout
 

Definition at line 400 of file hbook.C.

References FCharacter, hmerge_(), and string_to_fortran().

FInteger hrdir FInteger  maxdir,
string  chdir[]
 

Definition at line 391 of file hbook.C.

References FCharacter, FInteger, hrdir_(), and string_from_fortran().

FInteger hrdir FInteger  maxdir,
string  chdir[],
FInteger ndir
 

Definition at line 382 of file hbook.C.

References FCharacter, FInteger, hrdir_(), and string_from_fortran().

void string_from_fortran unsigned int  charraylen,
const FCharacter charrayin,
string &  sout
 

Definition at line 204 of file hbook.C.

References FCharacter.

Referenced by hgfit(), hgive(), hgiven(), hlabel(), hlnext(), and hrdir().

void string_from_fortran int  n,
unsigned int  charraylen,
const FCharacter charrayin,
string  sarrayout[]
 

Definition at line 178 of file hbook.C.

References FCharacter.

void string_to_fortran unsigned int &  charraylen,
const vector< string > &  sarrayin,
FCharacter *&  charrayout
 

Definition at line 140 of file hbook.C.

References FCharacter.

Referenced by hbookn(), hfinam(), hgntv(), hlabel(), and hmerge().

void string_to_fortran int  n,
unsigned int &  charraylen,
const string  sarrayin[],
FCharacter *&  charrayout
 

Definition at line 101 of file hbook.C.

References FCharacter.


Variable Documentation

HCFITDType hcfitd_
 

Definition at line 425 of file hbook.C.

PAWC_Type pawc_
 

Definition at line 419 of file hbook.C.

QUESTType quest_
 

Definition at line 426 of file hbook.C.


Generated on Fri Sep 14 17:38:26 2007 for Kinfit by doxygen 1.3.2