13 BmnMille(
const Char_t* outFileName, Bool_t asBinary = kTRUE, Bool_t writeZero = kFALSE);
16 void mille(Int_t NLC,
const Double_t* derLc, Int_t NGL,
const Double_t* derGl,
17 const Int_t* label, Double_t rMeas, Double_t sigma);
18 void special(Int_t nSpecial,
const Double_t* floatings,
const Int_t* integers);
24 Bool_t checkBufferSize(Int_t nLocal, Int_t nGlobal);
26 std::ofstream myOutFile;
34 Int_t myBufferInt[myBufferSize];
35 Float_t myBufferFloat[myBufferSize];
41 myMaxLabel = (0xFFFFFFFF - (1 << 31))
void mille(Int_t NLC, const Double_t *derLc, Int_t NGL, const Double_t *derGl, const Int_t *label, Double_t rMeas, Double_t sigma)
BmnMille(const Char_t *outFileName, Bool_t asBinary=kTRUE, Bool_t writeZero=kFALSE)
void special(Int_t nSpecial, const Double_t *floatings, const Int_t *integers)