Write the FITS header keys.
This writes the standard header.
Definition at line 330 of file Fits.cc.
References fRunNumber.
338 if (!
fFile->
WriteKeyNT(
"TSTARTI", 0,
"Time when first event received (integral part)") ||
339 !
fFile->
WriteKeyNT(
"TSTARTF", 0,
"Time when first event received (fractional part)") ||
340 !
fFile->
WriteKeyNT(
"TSTOPI", 0,
"Time when last event received (integral part)") ||
341 !
fFile->
WriteKeyNT(
"TSTOPF", 0,
"Time when last event received (fractional part)") ||
CCfits::Table * fTable
The pointer to the CCfits FITS file.
bool WriteDefaultKeys(const string &prgname, float version=1.0)
bool WriteKeyNT(const string &name, const T &value, const string &comment)
int32_t fRunNumber
current run number being logged