changa 3.5
Loading...
Searching...
No Matches
StarLog Class Reference

Log of star formation events to be written out to a file. More...

#include <starform.h>

Inheritance diagram for StarLog:

Public Member Functions

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 Public Member Functions

static void logMetaData (std::ofstream &ofsLog)
 Print out metadata for the starlog.
 

Public Attributes

int nOrdered
 
std::string fileName
 
std::vector< StarLogEventseTab
 

Detailed Description

Log of star formation events to be written out to a file.

Member Function Documentation

◆ logMetaData()

void StarLog::logMetaData ( std::ofstream & osfLog)
static

Print out metadata for the starlog.

Parameters
osfLogoutput 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: