Log of star formation events to be written out to a file.
More...
#include <starform.h>
|
void | flush () |
| Flush starlog data to a file If the file format is changed remember to change logMetaData() below.
|
|
| PUPable_decl (StarLog) |
|
| StarLog (CkMigrateMessage *m) |
|
void | pup (PUP::er &p) |
|
|
static void | logMetaData (std::ofstream &ofsLog) |
| Print out metadata for the starlog.
|
|
|
int | nOrdered |
|
std::string | fileName |
|
std::vector< StarLogEvent > | seTab |
|
Log of star formation events to be written out to a file.
◆ logMetaData()
void StarLog::logMetaData |
( |
std::ofstream & | osfLog | ) |
|
|
static |
Print out metadata for the starlog.
- Parameters
-
osfLog | output file stream to write the metadata. Note: This needs to match the format in StarLog::flush() above. |
The documentation for this class was generated from the following files: