Overview | Releases | Download | Docs | Links | Help | RecentChanges

SctConfigurationCORAL

SCT configuration based on database access by CORAL and COOL.

See also:

https://twiki.cern.ch/twiki/bin/view/Atlas/SCTCoralConfigurationThoughts

https://twiki.cern.ch/twiki/bin/view/Atlas/SCTCoralConfiguration

Utility programs

This is a list of programs used to manipulate the CORAL version of the configuration. See ConfigurationService for a list of general configuration utilities.

Common options:

  -h
    Print supported options
  -s connectionString
    Specify the connectionString used to connect to the DB
  -t number
    Specify a time 

createCool

Used to create the COOL part of the database. Given a connection string, will create the COOL tables corresponding to the CORAL tables.

copyCool

Within a DB, make the data that applied at the time given by -t apply now. This copies only the COOL IOVs, not the CORAL data, as copyConf would.

coralTagTime

Tag a configuration within the DB. Give a name to a particular time.

coralGetTagTime

Retrieve a list of tags, or the time corresponding to a particular name.

uploadCoral

Upload the XML file retrieved with dumpData, or downloadCoral. A new time can be specified with -n or -t.

downloadCoral

Dump the CORAL tables to an XML file for use with uploadCoral. This isn't the same format as the "XML" configuration files.

summaryCool

Summarise the data in a DB.

coolFill and coolRead

Test programs