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

experiment The experiment that this run is a part of
run_number The run number
start_datetime The date and time when the run started
stop_datetime The date and time when the run ended
title A title or comment describing the run

Properties

duration Get the duration of the run.
duration_string Get the duration as a string.