attpcdaq.daq.models.RunMetadata¶
-
class
attpcdaq.daq.models.RunMetadata(*args, **kwargs)[source]¶ Represents the metadata describing a data run.
Fields can be added to this model to store any type of data we want to record about each run. For instance, a title can be added so we know what the run was recording.
Fields
experimentThe experiment that this run is a part of run_numberThe run number start_datetimeThe date and time when the run started stop_datetimeThe date and time when the run ended titleA title or comment describing the run Properties
durationGet the duration of the run. duration_stringGet the duration as a string.