MarlinUtil  1.12.1
Public Member Functions | List of all members
Mille Class Reference

Class to write a C binary (cf. More...

#include <Mille.h>

Public Member Functions

 Mille (const char *outFileName, bool asBinary=true, bool writeZero=false)
 
void mille (int NLC, const float *derLc, int NGL, const float *derGl, const int *label, float rMeas, float sigma)
 
void special (int nSpecial, const float *floatings, const int *integers)
 
void kill ()
 
void end ()
 

Detailed Description

Class to write a C binary (cf.

below) file of a given name and to fill it with information used as input to pede. Use its member functions mille(...), special(...), kill() and end() as you would use the fortran MILLE and its entry points MILLSP, KILLE and ENDLE.

For debugging purposes constructor flags enable switching to text output and/or to write also derivatives and lables which are ==0. But note that pede will not be able to read text output and has not been tested with derivatives/labels ==0.

Author
: Gero Flucke date : October 2006
Revision:
1.1
Date:
2007-11-20 10:41:52

(last update by

Author:
engels

)


The documentation for this class was generated from the following files: