FACT++  1.0
Fits::Fits ( )
inline

Definition at line 55 of file Fits.h.

55  : fFile(NULL),
56  fEndMjD(0.0),
57  fNumOpenFitsFiles(NULL),
58  fMess(NULL),
59  fRunNumber(0)
60  {}
MessageImp * fMess
were to log the errors
Definition: Fits.h:42
FitsFile * fFile
Definition: Fits.h:14
uint32_t * fNumOpenFitsFiles
Keep track of number of opened fits.
Definition: Fits.h:40
int32_t fRunNumber
current run number being logged
Definition: Fits.h:53
double fEndMjD
to keep track of the time of the latest written entry (to update the header when closing the file) ...
Definition: Fits.h:38