Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The load command is used to insert new conditions collections into the database, without associating it with a run number (which is done using the add command).

Load Options Table

a all out collection records and not just summary information
Short OptionLong OptionDescription
-h--helpprint help and exit
-f--fileCSV data to load (see below for format description)
-t--tabletarget table in the conditions database
-d--descriptiondescription in the log of this collection (can be left blank)-h--helpprint help and exit

Here is an example of using the load command.

...

The add command is used to associate an existing conditions collection with a range of run numbers via its collection ID.

Add Options Table

Short OptionLong OptionDescription
-c --collection

collection ID of the data

-r--run-startstarting run number
-e--run-end

ending run number

defaults to run start if not provided

-m--notesprovide notes about this conditions set
-t--tablename of conditions table in database
-u--useryour user name (computer account name is fine)
-h--helpprint help and exit

...