Versions Compared

Key

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

...

Much like the git command, the conditions command line has interface has sub-commands with their own command switches.

...

General Options Table

Short OptionLong OptionDescription
-d--detectorname of HPS Java detector to initialize
-r--runrun number for initialization (with detector)
-t--tagconditions tag for record filtering
-h--helpprint help and exit

These options should be provided before the sub-command, as in this example.:

Code Block
languagebash
themeMidnight
conditions-cli.sh tag -d HPS-dummy-detector -r 1234 [subcommand]

...

Tagging requires write access to the database so a connection properties file must be provided to override the default read-only connection (see the documentation on the conditions system for details).

Run Summary Command

The run-summary command can print out conditions collections that will be used for a given run.

...

Code Block
languagebash
themeMidnight
conditions-cli.sh tag -d HPS-dummy-detector -r 1234 run-summary

...