Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
java -cp ./distribution/target/hps-distribution-3.7-SNAPSHOT-bin.jar org.hps.conditions.cli.CommandLineTool

...

Short OptionLong OptionDescription
-d--detectorname of HPS Java detector to initialize
-r--runrun number for initialization (with detector)
-t--tagconditions tag for record filtering
-x--xml

conditions XML config file (experts only)

-h--helpprint help and exit-p--connection

connection properties file

must be provided to override the default read-only connection if you want to update the database

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

...