void saveRunInformation(int runNumber, string description, vector<Event> events) Description: Saves run information into the database. Parameters: – runNumber - a unique run number. – description - label describing run. Not null value. – events - events sequence, the structure is described below.
Event - a structure representing single event. Fields: – long timestamp - a timestamp. Nonnegative long value. – int block - a block number. Nonnegative integer value. – int number - an event number.Nonnegative integer value.