Definition at line 1149 of file smartfact.cc.
References EventImp::GetJavaDate(), HTML::kWhite, period, and EventImp::Ptr().
Referenced by StateMachineSmartFACT().
1154 const double *ptr = d.
Ptr<
double>();
1156 const double ra = ptr[0];
1157 const double dec = ptr[1];
1158 const double woff = ptr[2];
1159 const double wang = ptr[3];
1160 const double period = ptr[4];
1168 out << setprecision(5);
1171 out << setprecision(3);
1176 ofstream(
fPath+
"/source.data") << out.str();
int GetCurrentState() const
return the current state of the machine
bool CheckDataSize(const EventImp &d, const char *name, size_t size, bool min=false)
string fDriveControlSourceName
static const string kWhite
uint64_t GetJavaDate() const
const T * Ptr(size_t offset=0) const