16 writer << p.getName() <<
" " << p.getValue() <<
" " << p.getError() <<
" " << p.getLowerLimit() <<
" " 17 << p.getUpperLimit() << std::endl;
26 std::map<std::string, Variable *> tempMap;
29 tempMap[p.getName()] = &p;
46 fptype value, error, lowerlimit, upperlimit;
50 reader >> value >> error >> numbins >> lowerlimit >> upperlimit;
57 if(++numSet == tempMap.size())
60 reader.getline(discard, 1000);
78 target.push_back(buffer);
void readListOfNumbers(thrust::host_vector< fptype > &target, const char *fname)
void writeToFile(PdfBase *pdf, const char *fname)
void setValue(fptype val)
Set the value.
void setUpperLimit(fptype val)
Set the upper limit.
void writeListOfNumbers(thrust::host_vector< fptype > &target, const char *fname)
void readFromFile(PdfBase *pdf, const char *fname)
void setError(fptype val)
Set the error.
void setLowerLimit(fptype val)
Set the lower limit.
virtual __host__ std::vector< Variable > getParameters() const