#include <Action.h>
An action which cites EleFits in the Primary header as a HISTORY record.
Public Member Functions | |
| CiteEleFits () | |
| Constructor. | |
| void | closing (const Hdu &hdu) override |
| Write a HISTORY record to the Primary header. More... | |
Public Member Functions inherited from Action | |
| Action ()=default | |
| Constructor. | |
| virtual void | opened (const Hdu &) |
| Method called just after openning the file. More... | |
| virtual void | accessed (const Hdu &) |
| Method called just after accessing an HDU for the first time. More... | |
| virtual void | copied (const Hdu &) |
| Method called just after copying an HDU. | |
| virtual void | created (const Hdu &) |
| Method called just after creating an HDU. | |