49 bool doublePrec =
false,
unsigned int aSize = 2000);
51 void addData(
double aMeas,
double aPrec,
52 const std::vector<unsigned int> &indLocal,
53 const std::vector<double> &derLocal,
54 const std::vector<int> &labGlobal,
55 const std::vector<double> &derGlobal);
void writeRecord()
Write record to file.
MilleBinary(const std::string fileName="milleBinaryISN.dat", bool doublePrec=false, unsigned int aSize=2000)
Create binary file.
std::vector< int > intBuffer
Integer buffer.
std::vector< double > doubleBuffer
Double buffer.
bool doublePrecision
Flag for storage in as double values.
std::ofstream binaryFile
Binary File.
void addData(double aMeas, double aPrec, const std::vector< unsigned int > &indLocal, const std::vector< double > &derLocal, const std::vector< int > &labGlobal, const std::vector< double > &derGlobal)
Add data block to (end of) record.
Millepede-II (binary) record.
std::vector< float > floatBuffer
Float buffer.