KID - Database-related modules


Description:

Read events from a list of YBOS files. The files get automatically recalled to a recall area before beeing passed to the application. The DB KID modules request one file at a time to the recall system, so it is perfectly safe to ask for a very long list of files.
Note: Only the files registered in the KLOE DB can be read using these modules.

Available modules:


dbraw

Description:

Select a list of raw files.

Syntax:

dbraw : query-string ? options

where:

Examples:


dbdatarec

Description:

Select a list of datarec files.

Syntax:

dbdatarec : query-string ? options

where:

Examples:


dbmc

Description:

Select a list of Monte Carlo files.

Syntax:

dbmc : query-string ? options

where:

Examples:


dbfile

Description:

Select a list of files based on their names.

Syntax:

dbfile : filename ? options

where:

Examples:


db

Description:

Select a list of files using a generic SQL query.

Syntax:

db : query ? options

where:

Examples:


Common options:

option param. type description
dbnode string Name of the DB machine. (i.e. fibm01). If not specified, the environment variable SQLREMOTENODE is used.
dbport integer Port on which the SQLr_selectd listens. If negative or not specified, the default port will be used.
report_on_change one of:
  • yes, Y, 1, true, T (default)
  • no, N, 0, false, F
iff true, the module prints out a message string each time a file is open
respect_order one of:
  • yes, Y, 1, true, T (default)
  • no, N, 0, false, F
if false, the files can be served to the application in any order (can be faster)
group_id string Id of the group; used primarely for the selection of the recall areas.

The available groups are:

  • USER (default)
  • PROD - for production processes ONLY
  • f09
  • f10
  • s11
  • s12 - for production processes ONLY


Send comments to: Igor Sfiligoi

Last modified: Tue Nov 28 09:35:52 MET